CheckoutPayment
Payment details produced by Wallet-Checkout for webhook events.
idstringrequired
The unique identifier of the payment.
statusCheckoutPaymentStatus (string)required
Possible values: [PREVIEW, PENDING, PROCESSING, COMPLETED, FAILED, CANCELLED]
slipIdstring
The transaction slip identifier for completed or failed payments.
failureReasonstring
The failure reason for failed payments.
cancelledBystring
Indicates that the payment was cancelled.
Possible values: [merchant, system, user]
cancelledAtstring<date-time>
Represents RFC 3339, section 5.6 date-time.
Example:
2021-07-15T17:54:12ZCheckoutPayment
{
"id": "string",
"status": "PREVIEW",
"slipId": "string",
"failureReason": "string",
"cancelledBy": "merchant",
"cancelledAt": "2021-07-15T17:54:12Z"
}