Skip to main content

PaymentContent

Contains the change in 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.
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.

Possible values: [TRANSFER_UPDATE, DEPOSIT_UPDATE, WITHDRAWAL_UPDATE]

Example: TRANSFER_UPDATE
PaymentContent
{
"eventType": "TRANSFER_UPDATE"
}