Skip to main content

Cashout Webhook Notification

JSON cashout webhook sent to the business partner.

timestampinteger<int64>required

Unix timestamp of the transaction.

Example: 1539920400647
eventTypestringrequired

Event that triggered the webhook notification. Possible values are PAYMENT_CAPTURED and PAYMENT_EXPIRED.

Example: PAYMENT_CAPTURED
versionstringrequired

Signature key version.

Example: 1
data objectrequired
midstringrequired

Merchant ID and/or sub-merchant ID provided for transaction allocation.

Example: 1090001806
mtidstringrequired

Transaction id.

Example: mdlcash_1090001806_dfyB9HnbkU9pbqPdkenyFblPYR9HrMkD_EUR
Cashout Webhook Notification
{
"timestamp": 1539920400647,
"eventType": "PAYMENT_CAPTURED",
"version": "1",
"data": {
"mid": "1090001806",
"mtid": "mdlcash_1090001806_dfyB9HnbkU9pbqPdkenyFblPYR9HrMkD_EUR"
}
}