Notifications
Notifications for Payment Orders
Each status change of the Payment Order is sent as a POST Request to the URL specified in status_changes_webhook with the following body:
It is important that the service that consumes the webhook is idempotent. The id
attribute is unique for each webhook.
Event types
PAYMENT_ORDER.OPENED
PAYMENT_ORDER.EXPIRED
PAYMENT_ORDER.CLOSED
PAYMENT_ORDER.REJECTED
PAYMENT_ORDER.REFUNDED
Notifications for Recurrent Payments
For Subscriptions, the notification will look like:
Event types
RECURRENT_PAYMENT.CANCELED
RECURRENT_PAYMENT.PENDING
RECURRENT_PAYMENT.ACTIVE
RECURRENT_PAYMENT.REJECTED
RECURRENT_PAYMENT.UNPAID
RECURRENT_PAYMENT.COMPLETE
RECURRENT_PAYMENT.INCOMPLETE
RECURRENT_PAYMENT.EXPIRED
RECURRENT_PAYMENT.TRIALING
Last updated