Parameters
Name | Detail | Example | Type | Is Required |
|---|---|---|---|---|
apiKey | Your Api Key provided from us. | 4d41d21a935f5bba9dee7c7be4a7ca04 | Char 32 | ✔ |
Customer email address | Char 128 | ✔ | ||
token | Code generated | 98ca055ed2797f53c5144f4 | Char 64 | ✔ |
birthday | The customer birth date. | 1970-01-01 | YYYY-MM-DD | ✔ |
amount | Amount in cents of the transaction. | 1234 for 12.34 € 1550 for 15.50 USD | Integer | ✔ |
currency | The currency of transaction. | EUR | Char 3 | ✔ |
returnUrl | Valid URL where the client is redirected after payment completion. | https://www.yourstore.co m/order_confirmation_132 2_ABC | Char 256 | ✔ |
referenceNo | Your own transaction identifier. | 1-1386413490-0089-14 | Char 32 | ✔ |
language | Payment Language | Please check Supported languages | Char 2 | |
billingFirstName | First name of the customer. | Jack | Char 64 | ✔ |
billingLastName | Last name of the customer. | Doe | Char 64 | ✔ |
billingCompany | The customer company. | Test srl. | Char 256 | |
billingAddress1 | The customer address 1. | 26 green street | Char 128 | ✔ |
billingAddress2 | The customer address 2. | 28 red street | Char 128 | |
billingCity | The customer city. | Paris | Char 64 | ✔ |
billingPostcode | The customer zip code. | S01 3E1 | Char 16 | ✔ |
billingCountry | The customer country. | GB | Char 2 | ✔ |
billingPhone | The customer phone number.(Full international number) | 0044770000000 | Char 15 | ✔ |
paymentMethod | Default selected payment method | VISA | Char 32 | ✔ |
storeCard | Store Card For Next Payment | YES/NO | Char 3 | |
sessionId | A unique identifier of the user session, for example tracking cookies. | DLFJKFU474949H497 | Char 255 | |
passwordHash | Hash of the user’s password in ASCII encoding (e.g. MD5, SHA-2 family) | JKFSDF4573637DHFHFH | Char 255 | |
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 |
Updated 5 months ago