The "Payment Paid Event" is used to notify ZidPay of any updates regarding the status of a payment, whether it is successful or failed. This ensures that ZidPay is informed about the payment status and can update its records accordingly.
Request
Header Params
Authorization
string
optional
All secured endpoints require an Authorization header using Basic Authentication. The value should be the secret key provided to the payment provider during integration.
Example:
Authorization: Basic secret_key
Body Params application/json
Webhook payload for notifying ZidPay of a payment status update.
type
string
required
Type of the webhook event.
Example:
payment_paid
thirdPartyId
integer
required
Unique ID assigned to the payment provider by ZidPay.