v1
latestOpenAPI 3.1.02026-07-26540161.7 KBInitiate Currency Conversion
This endpoint can convert one currency to another provided that it's a supported conversion currency e.g NGN to USD
post/conversions/initiate
Request body
Response
200
Example response
{
"success": true,
"message": "Conversion initiated successfully",
"data": {
"_id": 2927,
"id": 2927,
"reference": "d6e8b49c-5a6a-4d06-82ca-1209929d5615",
"customerReference": "string102"
}
}