Get_TrxFee
RSP can use this method to get fee that will be deduct for each transaction base on various currency and transaction amount.
Request Description
| Parameter Name | Required | Min/Max Length | Type | Remark |
| UID | M | 5/50 | Alphanumeric | Username for validation. |
| PWD | M | 5/50 | Alphanumeric | Password for validation, 3DES encrypted. |
| bAccType | M | 1/30 | Numeric | Beneficiary Account Type. (Please refer to Beneficiary) |
| currFrom | M | 3/6 | Alphanumeric | ISO 4217 Currency Code. (Sell) |
| currTo | M | 3/6 | Alphanumeric | ISO 4217 Currency Code. (Buy) |
| trxValue | M | 1/16 | Numeric | Total Amount is sent according to Beneficiary currency. It can be specified with any amount. |
| bIssuerCode | O | 3/16 | Alphanumeric | Beneficiary Account Issuer Code, such as banks, e-wallet operator or mobile operators. (Please refer to Service Spec) |
| bCountry | O | 2/5 | Alphanumeric | Beneficiary’s Country. (Country value serves as identity purpose only. It has no impact on Sender or Beneficiary currency used.) Accept ISO 3166-1 Alpha-2 ONLY (Please refer to ISO 3116 Country Code) |
Response Description
1 <?xml version="1.0" encoding="utf-8"?> 2 <string xmlns=http://tempuri.org/> 3 <CurrencyCode>CurrencyCode</CurrencyCode> 4 <TrxFee>TrxFee</TrxFee> 5 <Status>Status</Status> 6 <Description>Description</Description> 7 </string>
| Paramenter Name | Required | Type | Remark |
| CurrencyCode | M | AlphaNumeric | Wallet currency will be deduct. |
| TrxFee | M | AlphaNumeric | Fee amount will be deduct. |
| Status | M | Numeric | Transaction status response code. (Please refer to Transaction status) |
| Description | M | AlphaNumeric | Transaction description or advice. |
M= Mandatory, C= Conditional, O= Optional