Currency Exchange
Quote Currency Exchange
POST
https://sandbox.localpayment.com/api/v2/currency/currency_exchange
Headers
Name | Type | Description |
---|---|---|
Content-Type* | String | application/json |
Authorization* | String | Authorization |
customer_id* | String | Customer_id |
Request Body
Name | Type | Description |
---|---|---|
base_currency* | String | base_currency |
transaction_type* | String | transaction_type PO= Payout PI= Payin |
quote_currency* | String | quote_currency |
Quoute is the final value and the last 6 digits are decimals.
Last updated