Sends
The Send transaction is used to send funds between managed accounts and managed cards belonging to different identities.
Operations
Create a send transactionPOST
/sendsGet all send transactionsGET/sendsCreate a bulk of send transactionsPOST/sends/bulk/createCancel send transactionsPOST/sends/bulk/cancelGet a send transactionGET/sends/{id}Issue a one-time password that can be used to verify a sendPOST/sends/{id}/challenges/otp/{channel}Verify a send using a one-time passwordPOST/sends/{id}/challenges/otp/{channel}/verifyIssue a push notification that can be used to verify Send transactionPOST/sends/{id}/challenges/push/{channel}