Skip to main content
POST
/
quote
/
callQuote
Call Quote
curl --request POST \
  --url https://{tenant}.fincode.software/api/v6/services/quote/callQuote \
  --header 'Content-Type: application/json' \
  --header 'X-Auth-Token: <x-auth-token>' \
  --header 'platform: <platform>' \
  --header 'uuid: <uuid>' \
  --data '
{
  "principalAmount": "<string>",
  "principalAmountCurrency": "GBP",
  "deriveAmount": "<string>",
  "deriveAmountCurrency": "NGN",
  "inverseCalculation": false,
  "paymentType": "ONLINE_CARD_PAYMENT",
  "chargeCategory": "MONEYTRANSFER",
  "transactionType": "ACCOUNTPAYMENT",
  "destinationCountry": "NGA",
  "tradeOriginatingCountry": "GBR",
  "conversion": true,
  "promoCode": "<string>",
  "mobileOperator": "<string>"
}
'
This endpoint provides a definitive, real-time calculation (the Quote) for an intended transaction. It calculates the total payable amount, all applicable fees, the guaranteed exchange rate, and the final recipient amount based on the provided parameters.

Headers

platform
string
default:fincode
required
uuid
string
default:200
required
X-Auth-Token
string
required

Body

application/json
principalAmount
string
principalAmountCurrency
string
default:GBP
deriveAmount
string
deriveAmountCurrency
string
default:NGN
inverseCalculation
boolean
default:false
paymentType
string
default:ONLINE_CARD_PAYMENT
chargeCategory
string
default:MONEYTRANSFER
transactionType
string
default:ACCOUNTPAYMENT
destinationCountry
string
default:NGA
tradeOriginatingCountry
string
default:GBR
conversion
boolean
default:true
promoCode
string
mobileOperator
string

Response

200

Quote calculated successfully