All our references
<h2>Payment completed</h2>
<p>This event is triggered whenever a payment status transitioned to either <code>SUCCESSFUL</code> or <code>FAILED</code>.</p>
Event signature
Event:
payment_completed
POST
<webhook_endpoint_destination_url>
HTTP/1.1
Content-Type: application/json
Accept: application/json
X-Webhook-Signature: <signature>
{
event_id:
string,
event:
string,
payment_id:
string,
status:
string,
}
Attributes
| Attribute | Description |
|---|---|
event_idstring
|
The unique identifier for the event |
eventstring
|
The event name that triggered the webhook. Indicates the type of payment state change that occurred. Possible values:
|
payment_idstring
|
Unique identifier for the payment. This is the payment's UID that can be used to reference the payment in API calls. |
statusstring
|
Current status of the payment. Possible values:
|
