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