Payment Request

Request sent to terminal to initiate payment. It conveys Information related to the Payment transaction to process. Content of the PaymentRequest message.

Click to copy

Request Parameters

SaleDataobjectRequired

Data associated with the Sale System, with a particular value during the processing of the payment by the POI, including the cards acquisition.

PaymentTransactionobjectRequired

Data related to the payment and loyalty transaction.

PaymentDataobject

Data related to the payment transaction. If one data element is present.

LoyaltyDataarray[object]

Data related to a Loyalty program or account. Loyalty cards used with the payment transaction and read by the Sale System.

Response parameters

After submitting a call, you receive a response message to inform you that your request was received and processed.

Depending on the HTTP status code of the response message, it is helpful to build some logic to handle any errors that a request or the system may return.

HTTP Responses

  • 200

    It conveys Information related to the Payment transaction processed by the POI System. Content of the Payment Response message.

    Show moreShow less