v1
latestOpenAPI 3.1.02026-07-24680631.6 KBGenerate Direct Quote
The Direct Quote API allows the user to check the Forex Rate available at the bank, with out the need to pass the User's PAN
post/v1/client/transaction/direct-generate-quote
Headers
api-keystring required
API Key
auth-keystring required
The Auth key as received from Generate Auth Key API
userIdstring required
User Id as generated via the "Create Account (sign-Up) API". Identifier of an individual user, you can map this to the User identification at your end.
Request body
Response
200
Example response
{
"status": 200,
"message": "Success",
"data": {
"amount": 203023,
"exType": "source",
"fromCurrency": "INR",
"toCurreny": "USD",
"exRate": 0.011705,
"expiry": "2024-03-17T11:29:19Z",
"gstAmt": 272.72,
"totalAdditionalAmount": 272.72,
"finalFromAmount": 203295.72
}
}