v1

latestOpenAPI 3.0.12026-07-2419554.1 KB
Orders

Delay order

Request a delayed capture for the order. The payment schedule for the customer is created; however, no funds are settled until a capture call is made. Outstanding authorizations are automatically voided once the authorization expiry time is reached.

post/v2/payments/{token}/delay

Path parameters

tokenstring string required

Order token.

Headers

Idempotency-Keystring

Idempotency key used for retrying requests. Can be used for retrying failed requests.

Request body

authorizationExpiryMillisecondsinteger required

Length of time (in milliseconds) that the authorization is valid.

merchantReferencestring

Merchant reference for tracking the order in your system.

Response

Order delayed successfully

tokenstring required

The order token.

statusstring required

The current status of the order after delay.

authorizationExpiryAtstring

The date and time when the authorization expires.

orderDetailsobject

The full order details.