write_transfers
scope.Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
id of the transfer
Response
id of the transfer
Account which will receive the transfer
Transaction amount. Values must be passed in the base units of their currency. For example, $10.50 should be provided as 1050
.
Currency code of the amount to charge. This should be a 3-letter ISO-4217 currency code. For example, if you wish to charge 10 AED, you should pass AED. For more information on supported currencies, please visit the supported currencies page
Unix timestamp in milliseconds
Unique client generated UUID. In case of retries provide the same operation_id
Optional text comment attached to a transfer. Displayed to the user in the app as part of the transaction details.