Bulk
Transaction of money of two different currencies between accounts of the same customer in the same country.
Exchange - Bulk
POST
https://api.stage.localpayment.com/currency-exchange
Transaction of money of two different currencies between accounts of the same customer in the same country
Headers
Name | Type | Description |
---|---|---|
Atorization* | String | Mandatory. JWT token in format |
Request Body
Name | Type | Description |
---|---|---|
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 |
externalId* | String | Mandatory. An ID that is meaningful to you and your system. Must be unique |
exchangeRateToken* | String | Mandatory. Token provided by the Foreign Exchange service in order to use an upfront agreed exchange rate |
account* | OBJECT | Mandatory. Information related to account numbers to transfer |
debited* | OBJECT | Mandatory. Information related to debited account number |
currency* | String | Mandatory. The currency in which the amount is expressed. |
accountNumber* | String | Mandatory. Account number from |
amount* | String | Mandatory. Amount to charge to your end user |
credited* | OBJECT | Mandatory. Information related to credited account number |
accountNumber* | String | Mandatory. Account number to. |
Example: Without requesting a quote
Example: Including the token obtained in a previous quote
Last updated