Skip to content

Latest commit

 

History

History
19 lines (9 loc) · 546 Bytes

EventTypes.md

File metadata and controls

19 lines (9 loc) · 546 Bytes

EventTypes

It is a parameter that allows to identify in the response, the type of event that is being generated.

Enum

  • WEBHOOK_PING (value: 'webhook_ping')

  • ORDER_DOT_PAID (value: 'order.paid')

  • ORDER_DOT_EXPIRED (value: 'order.expired')

  • ORDER_DOT_CANCELED (value: 'order.canceled')

  • ORDER_DOT_PENDING_PAYMENT (value: 'order.pending_payment')

[Back to Model list] [Back to API list] [Back to README]