Webhook Events
payment.created
Occurs when a new payment is initiated (e.g., at checkout start or subscription creation). The payment may still be in an incomplete or pending state.
WEBHOOK
Authorizations
Authenticate requests using your standard bearer API key (e.g. YOUR_API_KEY).
Body
application/json
Internal payment ID.
Example:
"pay_019e60cb..."
Example:
"created"
Example:
"incomplete"
Example:
"subscription_create"
Dollar value, 2 d.p.
Example:
"100.00"
Example:
"100.00"
Example:
"100.00"
Example:
"3.25"
Example:
"96.75"
Example:
"0"
Example:
"USD"
Example:
"card"
Example:
"visa"
Example:
"4242"
Response
200
Webhook processed successfully.