Initiate 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"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.