Skip to main content

Reusable Barcode Webhook Notification

JSON reusable barcode webhook sent to the business partner.

timestampinteger<int64>

The Unix timestamp of the payment.

Example: 1539920400647
eventTypestring

The event that triggered the webhook notification. There are only two event types: PAYMENT_CAPTURED or PAYMENT_EXPIRED.

Possible values: [PAYMENT_CAPTURED, PAYMENT_EXPIRED]

Example: PAYMENT_CAPTURED
versionstring

The signature key version.

Example: 2
data object
midstring

The Merchant ID and/or Sub-merchant ID provided for the allocation of the payment.

Example: 1000000312
mtidstring

The payment ID.

Example: pay_1000000312_kvQwaSARVDlZm2yxRVNaCYZObI5Xcd40_EUR
Reusable Barcode Webhook Notification
{
"timestamp": 1539920400647,
"eventType": "PAYMENT_CAPTURED",
"version": "2",
"data": {
"mid": "1000000312",
"mtid": "pay_1000000312_kvQwaSARVDlZm2yxRVNaCYZObI5Xcd40_EUR"
}
}