Reusable Barcode Webhook Notification
JSON reusable barcode webhook sent to the business partner.
timestampinteger<int64>
The Unix timestamp of the payment.
Example:
1539920400647eventTypestring
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_CAPTUREDversionstring
The signature key version.
Example:
2data object
midstring
The Merchant ID and/or Sub-merchant ID provided for the allocation of the payment.
Example:
1000000312mtidstring
The payment ID.
Example:
pay_1000000312_kvQwaSARVDlZm2yxRVNaCYZObI5Xcd40_EURReusable Barcode Webhook Notification
{
"timestamp": 1539920400647,
"eventType": "PAYMENT_CAPTURED",
"version": "2",
"data": {
"mid": "1000000312",
"mtid": "pay_1000000312_kvQwaSARVDlZm2yxRVNaCYZObI5Xcd40_EUR"
}
}