Card Installment Plan Info Request Parameters
Data Attribute Reference
Data Type
- A: Alphabet
- AN: Alphanumeric
- C: Characters
- B: Boolean
- D: Decimal
- N: Numeric
Mandatory attributes
- M: Mandatory
- C: Conditional
- O: Optional
Parameter |
Data Type |
Mandatory |
Description |
|
---|---|---|---|---|
paymentToken |
C 255 |
M |
Payment token ID | |
bankCode |
C 20 |
O |
IPP BankCode | |
securePayToken |
C 255 |
M |
SecurePay encrypted token.A token generated by SecurePay SDK. Web : Using JS. Refer to: Encryption of card data Mobile : Encrypted by SecurePay SDK Lib. Refer to: SecurePay SDK *Merchant is allowed to use this encrypted value to transmit card information. This parameter is Mandatory, merchant required to pass in card number to do encryption |
|
locale |
C 10 |
O |
Api response localization. Based on ISO 639
Important: Refer to Initialization API for the language code list. |
|
clientID |
C 255 |
O |
Unique client ID This ID will be created when UI SDK init and store in app preference. |
Updated 3 months ago