Refund status update

Sent when a payin refund's status changes.

Payload

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

string
enum
required
Allowed:
data
object
required

data for REFUND_STATUS_UPDATE.

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…