checkout.payment.error
Emitted when a payment errors for a checkout. Typically occurs when no payment methods are available.
namestring
Name of this event, in the format entity.event_type
.
typestring
Type of error which occured.
codestring
Short snake case string that describes this error. Use to search the error reference.
detailstring
Some information about what went wrong as a human-readable string.
documentation_urlstring<uri>
Link to a page in the error reference for this specific error.
Example
12345671{
2 "name": "checkout.payment.error",
3 "type": "front-end_error",
4 "code": "no_payment_methods_available",
5 "detail": "No payment methods available",
6 "documentation_url": "https://developer.paddle.com/api-reference/overview"
7}