Allows acceptance transfers in bulk
Transfers accepted successfully
Bad request
Not authorized error
Internal server error
{- "dryRun": true,
- "notes": "string",
- "transfers": [
- {
- "transferIdentifier": "string",
- "externalTransferIdentifier": "string",
- "price": {
- "currency": "string",
- "amount": 0
}
}
]
}
{- "code": "INVALID_PROGRAM",
- "message": "string",
- "errors": [
- {
- "code": "DUPLICATE_TRANSFER",
- "message": "string"
}
]
}