Payment succeeded

Sent when a hosted payment page reaches the PAID state.

Payload

Event payload delivered to the merchant's configured webhook URL.

string
enum
required
Allowed:
data
object
required

data for PAYMENT_CREATED / PAYMENT_SUCCEEDED / PAYMENT_EXPIRED.

string
required

Base64-encoded HMAC-SHA256 of the data object, signed with your webhook secret. Use it to verify authenticity.

Response
200

Return any 2xx status to acknowledge receipt. Non-2xx or timeout triggers retries.

LoadingLoading…