Transfer money
In order to call this endpoint your token must have write_transfers
scope.
This endpoint allows to transfer funds between Ziina accounts either by account_id or by ziiname
Body
Unique client generated UUID. In case of retries provide the same UUID
Array of account ids to transfer to. You need to specify only one of the properties: to_account_ids or to_ziinames
Array of ziinames to transfer to. You need to specify only one of the properties: to_account_ids or to_ziinames
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
A message to be displayed to the user on the hosted payment page
directApi
, graphqlApi
, shopify
, woocommerce
, wix
, pos
Response
id of the payment intent
Account which will receive payment
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
requires_payment_instrument
, requires_user_action
, pending
, completed
, failed
, canceled
Unique client generated UUID. In case of retries provide the same UUID
A message to be displayed to the user on the hosted payment page
The URL to be used to redirect the client to the hosted payment page
The URL to be called by the hosted web page when the payment is successful
The URL to be called by the hosted web page when the payment is cancelled
An error that was encountered while processing the payment intent
Was this page helpful?