Skip to main content
WEBHOOK
refund.succeeded
{
  "type": "<string>",
  "timestamp": "2023-11-07T05:31:56Z",
  "data": {
    "id": "<string>",
    "payment_id": "<string>",
    "status": "pending",
    "created_at": "2023-11-07T05:31:56Z",
    "reason": "<string>",
    "succeeded_at": "2023-11-07T05:31:56Z",
    "failed_at": "2023-11-07T05:31:56Z",
    "cancelled_at": "2023-11-07T05:31:56Z",
    "error": {
      "code": "<string>",
      "message": "<string>"
    }
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Fired when a refund has been processed successfully

type
string
required
Allowed value: "refund.succeeded"
timestamp
string<date-time>
required
data
data · object
required

Response

200

Event processed