Transfers
Retrieve transfer options
POST
/transfer-options
Cancel a transfer
POST
/accounts/{accountID}/transfers/{transferID}/cancellations
Get cancellation details
GET
/accounts/{accountID}/transfers/{transferID}/cancellations/{cancellationID}
Create a transfer
POST
/accounts/{accountID}/transfers
List transfers
GET
/accounts/{accountID}/transfers
Retrieve a transfer
GET
/accounts/{accountID}/transfers/{transferID}
Update transfer metadata
PATCH
/accounts/{accountID}/transfers/{transferID}