v1

latestOpenAPI 3.1.02026-07-2656258207.2 KB
refund.completed

Send refund completion webhook

postWebhookrefund.completed

Payload

webhook_idstring required

Webhook event identifier

timestampinteger required

Webhook event timestamp

type'charge.completed' | 'transfer.disburse' | 'transfer.reversal' | 'order.authorization' required

Webhook event type

Example payload

{
  "data": {
    "amount_refunded": 12.34,
    "reason": "requested_by_customer",
    "status": "new",
    "charge_id": "chg_VnUihmASmF"
  }
}

Response

Return a 200 status to indicate that the webhook was received successfully