Parameters
Name | Detail | Example | Type | Is Required |
|---|---|---|---|---|
apiKey | Your Api Key provided from us. | 4d41d21a935f5bba9dee7 c7be4a7ca04 | Char 32 | ✔ |
storedCardId | Store Card For Next Payment | 6-1474539891-0-1 | Char 255 | ✔ |
amount | Amount in cents of the transaction. | 1234 for 12.34 € 1550 for 15.50 USD | Int | ✔ |
currency | The currency of transaction. | EUR | Char 3 | ✔ |
referenceNo | Your own transaction identifier. | 1-1386413490-0089-14 | Char 32 | ✔ |
timestamp | Unix timestamp | 1441190134 | Char 32 | ✔ |
returnUrl | Valid URL where the client is redirected after payment completion. | https://www.yourstore.co m/order_confirmation_132 2_ABC | Char 256 | ✔ |
language | Payment Language | Please check Supported languages | Char 2 | NO |
paymentMethod | Default selected payment method | Please check Supported payment methods | Char 32 | ✔ |
sessionId | A unique identifier of the user session, for example tracking cookies. | DLFJKFU474949H497 | Char 255 | NO |
passwordHash | Hash of the user’s password in ASCII encoding (e.g. MD5, SHA-2 family) | JKFSDF4573637DHFHFH | Char 255 | NO |
userCreated | Date of user first registered to your site in UNIX time format and UTC time zone. | 1446370717 (Sun, 01 Nov 2015 09:38:37 +0000) | Char 255 | NO |
Updated 5 months ago