get https://uat-fundapi.stockal.com/fund/customer/lrs/quote/get
The quote is created where the customer enters the amount of USD that is required to be transferred where the response is shared with the amount in INR with charges. Quote is valid only for 30 minutes. As a user of this API you could choose to maintain the expire time at your end to re-generate the quote as soon as it is expired and if the user has not made the payment
Response Parameters
Field | Type | Description |
---|---|---|
quoteId | String | Unique Id of the quote |
expiryTime | String | Quote’s expiry time |
sourceCurrencyCode | String | Source Currency Its a ISO Currency Format |
targetCurrencyCode | String | Target Currency its a ISO Currency Format |
partnerId | Number | Vendor Partner Id - This is not required. We dont need the end client to select whom we use in the backend! |
baseAmount | Number | From/Source Amount |
toAmount | Number | To/Target Amount |
rate | Number | Exchange Rate applied through Fairexpay for INR<>USD conversion |
fee | Number | If any fee applicable from partner |
otherFee | Number | Other than Fee any other additional fees from partner |
sourceCountry | String | Source Country |
targetCountry | String | To/Target Country |
tcs | Number | Total TCS |
gst | Number | Total GST |
bankCharge | Number | Total Bank charges |
handleCharge | Number | Total Handling charge |
totAdditionalAmount | Number | Total All Charges |
finalPayableAmount | Number | Final payable amount |