Refunds
refund.created
Core API
- Checkout
- Checkout Links
- Custom Checkout Fields
- Customers
- Subscriptions
- Orders
- Discounts
- Refunds
- Products
- Benefits
- License Keys
- Files
- Organizations
- Metrics
Customer Portal API
- GETGet Customer
- GETGet Organization
- Sessions
- Subscriptions
- Orders
- License Keys
- File Downloads
Webhook Events
- Billing Events
- Checkout
- Subscriptions
- Orders
- Refunds
- Benefit Grants
- Organization Events
OAuth 2.0 API
- Connect
- Clients
Refunds
refund.created
Sent when a refund is created regardless of status.
Discord & Slack support: Full
Allowed value:
"refund.created"
Creation timestamp of the object.
Last modification timestamp of the object.
The ID of the object.
Available options:
pending
, succeeded
, failed
, canceled
Available options:
duplicate
, fraudulent
, customer_request
, service_disruption
, satisfaction_guarantee
, other
Was this page helpful?
{
"type": "<string>",
"data": {
"created_at": "2023-11-07T05:31:56Z",
"modified_at": "2023-11-07T05:31:56Z",
"id": "<string>",
"metadata": {},
"status": "pending",
"reason": "duplicate",
"amount": 123,
"tax_amount": 123,
"currency": "<string>",
"organization_id": "<string>",
"order_id": "<string>",
"subscription_id": "<string>",
"customer_id": "<string>",
"revoke_benefits": true
}
}