v1

latestOpenAPI 3.1.02026-07-26540161.7 KB

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

businessstring required

The unique Identifier of the parent business. You can get your business id from here: https://docs.fincra.com/reference/get-business-information

quoteReferencestring required

This is the reference generated for the quote

customerReferencestring required

The transaction's unique identifier on your system. Customer references prevent duplicate transactions.

Response

200

successboolean
messagestring

Example response

{
  "success": true,
  "message": "Conversion initiated successfully",
  "data": {
    "_id": 2927,
    "id": 2927,
    "reference": "d6e8b49c-5a6a-4d06-82ca-1209929d5615",
    "customerReference": "string102"
  }
}