Skip to main content

Payment Status Data Model

The payment status data model represents the status of a payment.

Payment Status Object

The payment status object is a JSON object that contains the following fields:

Payment
{
"type": "payment",
"code": 0,
"supported_psps":["IPay.ua", "LiqPay", "Portmone"],
"tracking_data": "tracking data"
}
FieldTypeDescription
typestringThe status type. Always payment.
codeintegerThe status code.
supported_pspsarrayThe list of supported PSPs.
tracking_datastringOptional Allow the bot to track messages and user’s replies. The tracking_data value sent with the message will be returned with the user's reply. Max 4000 characters