Request Body
The request is sent in JSON data format
The following table describes the items that can be provided in the request body.
< < Explain whether they are mandatory, and for which APIs
Request item | Description | Data type |
|---|---|---|
sessionID | ID of the current payment session | String |
msgType | Type of message to be sent | String |
merchantID | ID of the company selling the services | String |
merchantName | Name of the company selling the services | String |
pointOfServiceID | ID of the payment terminal | String |
pointOfServiceName | Name of the payment terminal | String |
totalAmountInclVat | Total payment amount, including VAT | Integer |
totalVatAmount | Total VAT amount | Integer |
currency | Currency used for making the payment | String |
responseWebhookUrl | Webhook URL that receives the response data | String |
cart | Array containing information of the purchased items | Array[object] |
productID | ID of the purchased product | String |
productName | Name of the purchased product | String |
productDescription | Description of the purchased product | String |
productTypeCode | Code of the product type | String |
imageURL | URL of the product image | String |
pricePerUnit | Price of each unit of the product | Integer |
unit | Type of measurement unit used | String |
quantity | Number of purchased items | Integer |
sumAmount | < add > | Integer |
vatPercent | Percentage of the VAT amount | Integer |
vatAmount | Amount of the VAT | Float |
binID | ID of the BIN (Bank Identification Number) | Integer |
merchantReferences | References to the merchant | Object |
key1 | First reference to the merchant | String |
key2 | Second reference to the merchant | String |
Updated 6 months ago
