eventType | string | Type of event triggered (WITHDRAWAL) |
status | string | Current status of the event (PENDING, SUCCESS, FAILED) |
payload.entry | string | Transaction entry type (DEBIT) |
payload.amount | number | Transaction amount |
payload.method | string | Payment method used (e.g., DEBIT_CARD, BANK_TRANSFER, VENMO, PAYPAL, PREPAID_CARD) |
payload.summary | string | Summary of the transaction |
payload.currency | string | Currency of the transaction (e.g., USD) |
payload.entityId | string | ID of the associated business or user |
payload.walletId | string | Unique identifier of the wallet |
payload.timestamp | number | Timestamp of the event (in milliseconds) |
payload.entityType | string | Type of entity (e.g., USER, BUSINESS) |
payload.description | string | Description of the transaction |
payload.transactionId | string | Internal transaction identifier |
payload.paymentLink | object | Payment link details associated with the withdrawal |
payload.paymentLink.id | string | Unique identifier of the payment link |
payload.paymentLink.token | string | Token for the payment link |
payload.paymentLink.externalId | string | Client-provided identifier for the end user |
payload.paymentLink.customData | object | Custom metadata provided when creating the payment link |
payload.feeCharged | string | Fee charged for the transaction |