Get the currency conversion rate details.
GET {{baseUrl}}/conversion-rate?fxDate=2023-02-27&transCurr=ALL&crdhldBillCurr=DZD&bankFee=5&transAmt=23
Provides transaction details including date, transaction currency and amount, cardholder billing currency and issuer specific mark up to determine the applicable currency conversion rate and cardholder billing amount.
Request Params
| Key | Datatype | Required | Description |
|---|---|---|---|
fxDate | string | (Required) Date of the requested FX rates. | |
transCurr | string | (Required) Currency of the transaction. | |
crdhldBillCurr | string | (Required) Cardholder billing currency. | |
bankFee | number | Additional fees imposed by the bank. | |
transAmt | number | (Required) Amount in the transaction currency. |
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"data":{"conversionRate":0.943078,"crdhldBillAmt":21.690798,"transAmt":23,"fxDate":"2016-09-30","transCurr":"ALL","crdhldBillCurr":"DZD","bankFee":5,"errorCode":"in reprehenderit","errorMessage":"Not Found , The calculated cross rates for the selected date is not available."},"date":"2019-08-08 16:43:27","description":"Settlement conversion rate and billing amount","name":"settlement-conversion-rate","type":"error"}