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 itemDescriptionData type
sessionIDID of the current payment sessionString
msgTypeType of message to be sentString
merchantIDID of the company selling the servicesString
merchantNameName of the company selling the servicesString
pointOfServiceIDID of the payment terminalString
pointOfServiceNameName of the payment terminalString
totalAmountInclVatTotal payment amount, including VATInteger
totalVatAmountTotal VAT amountInteger
currencyCurrency used for making the paymentString
responseWebhookUrlWebhook URL that receives the response dataString
cartArray containing information of the purchased itemsArray[object]
      productIDID of the purchased productString
      productNameName of the purchased productString
      productDescriptionDescription of the purchased productString
      productTypeCodeCode of the product typeString
      imageURLURL of the product imageString
      pricePerUnitPrice of each unit of the productInteger
      unitType of measurement unit usedString
      quantityNumber of purchased itemsInteger
      sumAmount< add >Integer
      vatPercentPercentage of the VAT amountInteger
      vatAmountAmount of the VATFloat
       binIDID of the BIN (Bank Identification Number)Integer
merchantReferencesReferences to the merchantObject
       key1First reference to the merchantString
       key2Second reference to the merchantString