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
Name | Type | Description |
---|---|---|
Authorization* | String | Mandatory. JWT token in format |
Request Body
Name | Type | Description |
---|---|---|
transactionType* | String | Mandatory. Values: InternalDomesticTransfer |
externalId | String | Mandatory. An ID that is meaningful to you and your system. Must be unique |
country | String | Mandatory. Your from user's country (i.e. country in which the payment will be processed), in ISO format. Please refer to Country Codes for a full list of supported countries |
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