Analyzing the response
orderStatus Description: Simplified transaction status. Possible values:
E.g.: PAID |
orderCycle Description: Define if the order is open (OPEN, the payment is authorized), or closed (CLOSED, it can no longer be modified). Possible values:
E.g.: CLOSED |
shopId Description: Shop ID E.g.: 12345678 |
orderDetails.mode Description: Transaction creation mode. Possible values:
E.g.: PRODUCTION |
orderDetails.orderId Description: Order reference. E.g.: myOrderId-1234 |
customer.reference Description: Buyer ID on the merchant website. E.g.: MyReference-123456 |
customer.email Description: Buyer’s e-mail address. E.g.: sample@example.com |
cusotmer.billingDetails Description: Object containing details of the billing address. |
customer.shippingDetails Description: Object containing the details of the billing address. |
customer.shoppingCart Description: Object containing the details of the shopping cart. |
transaction.paymentMethodToken Description: Token of the payment method. E.g.: 7d7eeb9794ff473e8843c3ef4bb690b5 |
transaction.amount Description: Payment amount in the smallest currency unit (cents for euro). E.g.: 4525 for EUR 45.25 |
transaction.currency Description: Payment currency according to the ISO 4217 alpha-3 standard. Value: Always set to "EUR". |
transactions.transactionDetails.acquirerNetwork Description: Acquirer network code. Possible values:
E.g.: CONECS |
transactions.transactionDetails.cardDetails.effectiveBrand Description: Card brand. Possible values:
E.g.: APETIZ |
transactions.uuid Description: Unique transaction identifier generated by the payment gateway. This identifier is then used for transaction management using the REST Web Service or via the Back Office. E.g.: aab72593d0ce428ca6dd73ac7293d92d |
transactions.transactionDetails.cardDetails.legacyTransId Description: Unique transaction identifier generated by the payment gateway. This identifier is then used for transaction management via the Merchant Back Office. E.g.: 992364 |
transactions.transactionDetails.cardDetails.manualValidation Description: Transaction validation mode. Possible values:
E.g.: NO |
transactions.transactionDetails.cardDetails.expectedCaptureDate Description: Date of capture at the bank expressed in ISO 8601 format. E.g.: 2021-09-09T07:46:06+00:00 |
transactions.transactionDetails.cardDetails.authorizationResponse.authorizationResult Description: Return code of the authorization request. E.g.: 00 |