Skip to main content
WEBHOOK

Authorizations

Authorization
string
header
required

The API key to use for authentication

Body

application/json

Webhook payload for payment.failed events

data
object
required
Example:
timestamp
string
required

ISO 8601 timestamp when the event occurred

Example:

"2021-01-01T00:00:00Z"

type
string
default:payment.failed

Event type for payment.failed

Example:

"payment.failed"

object
string
default:event

Object type, always "event"

Example:

"event"

Response

200

Webhook received successfully