Problem
| Field | Type | Required | Description |
|---|---|---|---|
| code | string | Yes | |
| detail | string | ||
| details | object | ||
| errors | object[] | ||
| errors.code | string | ||
| errors.field | string | ||
| errors.message | string | ||
| instance | string | ||
| status | integer | Yes | |
| title | string | Yes | |
| type | string |
Example
Generated from the schema — a shape, not a sample.
{
"code": "string",
"detail": "string",
"details": {},
"errors": [
{
"code": "string",
"field": "string",
"message": "string"
}
],
"instance": "string",
"status": 0,
"title": "string",
"type": "string"
}Used by
- checkout.CreatePaymentLink
- checkout.DisablePaymentLink
- checkout.GetPaymentLink
- checkout.ListPaymentLinks
- payments.CancelPayment
- payments.CancelRefund
- payments.CreatePayment
- payments.GetPayment
- payments.GetRefund
- payments.ListPayments
- payments.ListRefunds
- payments.RequestRefund
- payments.StartAttempt
- testkit.AdvanceClock
- testkit.CreateWebhookSink
- testkit.DeleteWebhookSink
- testkit.GetWebhookSink
- testkit.ListSinkDeliveries
- testkit.ListTestkitActions
- testkit.ListWebhookSinks
- testkit.PurgeTestData
- testkit.SeedTestData
- testkit.SimulatePayment
- testkit.SimulatePayout
- testkit.SimulateRefund
- testkit.SimulateSettlement
- testkit.UpdateWebhookSink