Cashout Webhook Notification
JSON cashout webhook sent to the business partner.
timestampinteger<int64>required
Unix timestamp of the transaction.
Example:
1539920400647eventTypestringrequired
Event that triggered the webhook notification. Possible values are
PAYMENT_CAPTURED and PAYMENT_EXPIRED.
Example:
PAYMENT_CAPTUREDversionstringrequired
Signature key version.
Example:
1data objectrequired
midstringrequired
Merchant ID and/or sub-merchant ID provided for transaction allocation.
Example:
1090001806mtidstringrequired
Transaction id.
Example:
mdlcash_1090001806_dfyB9HnbkU9pbqPdkenyFblPYR9HrMkD_EURCashout Webhook Notification
{
"timestamp": 1539920400647,
"eventType": "PAYMENT_CAPTURED",
"version": "1",
"data": {
"mid": "1090001806",
"mtid": "mdlcash_1090001806_dfyB9HnbkU9pbqPdkenyFblPYR9HrMkD_EUR"
}
}