QuickPay Generate Link Response 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 / Length | Mandatory | Description |
---|---|---|---|
version | AN 3 | M | Request version number Current version: 2.1 |
timeStamp | AN 14 | M | Request time stamp
|
qpID | N 10 | M | QuickPay ID |
orderIdPrefix | AN 14 | M | Prefix of merchant order number for transaction done using this QuickPay URL
|
currency | AN 3 | M | Standard ISO4217 currency codes Examples:
|
amount | AN 12 | M | Transaction amount Examples:
|
expiry | AN 8 | M | Expiry date of the QuickPay link
|
url | AN 255 | M | QuickPay URL |
resCode | N 3 | M | Response status codeRefer to: Response Code List. |
resDesc | AN 50 | M | Response status short description |
hashValue | AN 150 | M | HMACSHA1 cryptographic hash value of: version + timeStamp + qpID + orderIdPrefix + currency + amount + expiry + url + resCode + resDesc*Uses secret key provided by 2C2P to merchant |
Updated almost 2 years ago