Once a refund request is a success/failure then a webhook should be sent to ZidPay with refund status
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 to notify ZidPay of a refund status update.
type
string
required
Type of the webhook event.
Example:
refund_status_changed
thirdPartyId
integer
required
Unique ID assigned to the payment provider by ZidPay.