Internal Domestic Transfer
Allows you to transfer money between accounts in the same country while maintaining the currency of origin.
Domestic Transfer
POST
{{api_environment_url}}/api/internal-transfer
This reques allows you to transfer money from one account to another, within the same country
Headers
Authorization*
String
Mandatory. JWT token in format Bearer eyJ0...
. For more information about authentication, please refer to Authentication
Request Body
transactionType*
String
Mandatory. Values: InternalDomesticTransfer
externalId
String
Mandatory. An ID that is meaningful to you and your system. Must be unique
country
String
currency*
String
Mandatory. The currency in which the amount is expressed.
amount*
String
Mandatory. Amount to charge to your end user
client*
OBJECT
Mandatory. Part Object, Information related to accounts from and to
from*
OBJECT
Mandatory. Account number from
accountNumber*
String
Mandatory. Account number from
accountNumber*
String
Mandatory Account number to
to*
OBJECT
Account number to
Example
Dashboard V3
Create an internal domestic Transfer in the V3 dashboard
Last updated