PaymentContentBase
Base schema for payment content.
eventTypePaymentEventType (string)required
Enumerations holding the supported payment event types. Each specific event relates to specific payment type and a state change of the payment object. Here are the valid eventType values:
- TRANSFER_UPDATE - Changes of the updated transfer object.
- DEPOSIT_UPDATE - Changes of the updated deposit object.
- WITHDRAWAL_UPDATE - Changes of the updated withdrawal object.
- WITHDRAWAL_REVERSAL_UPDATE - Changes of the updated withdrawal reversal object.
Possible values: [TRANSFER_UPDATE, DEPOSIT_UPDATE, WITHDRAWAL_UPDATE, WITHDRAWAL_REVERSAL_UPDATE]
Example:
TRANSFER_UPDATEPaymentContentBase
{
"eventType": "TRANSFER_UPDATE"
}