All our references
<h2>Payment authorized</h2>
<p>This event is triggered whenever a payment status transitioned to <code>AUTHORIZED</code>.</p>
Event signature
Event:
payment_authorized
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:
|
