Skip to main content

SimulateExpiryResponse

Actual request state and expiry clocks after the simulation. An expiry request does not guarantee an EXPIRED status.

paymentRequestIdstring<uuid>
paymentRequestStatusstring
targetstring

Possible values: [CRYPTO_QUOTE, PAYMENT_DEADLINE, PAYMENT_REQUEST]

quotePaymentIdstring<uuid>
quoteExpiresAtstring<date-time>

Provider quote expiry, when a quote was targeted

displayExpiresAtstring<date-time>

Checkout quote countdown expiry, when a quote was targeted

paymentRequestExpiresAtstring<date-time>

Final payment request expiry, if configured

newPaymentsDeadlinestring<date-time>

Deadline for starting new payment attempts, if configured

SimulateExpiryResponse
{
"paymentRequestId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"paymentRequestStatus": "string",
"target": "CRYPTO_QUOTE",
"quotePaymentId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"quoteExpiresAt": "2024-07-29T15:51:28.071Z",
"displayExpiresAt": "2024-07-29T15:51:28.071Z",
"paymentRequestExpiresAt": "2024-07-29T15:51:28.071Z",
"newPaymentsDeadline": "2024-07-29T15:51:28.071Z"
}