post https://integration.api.scalapay.com/v2/payments//delay
Merchant informs Scalapay it is requesting a delayed capture by calling /v2/payments/{token}/delay. The payment schedule for the customer will be created however no settlement of funds will occur until a capture call is made. Outstanding authorizations will be automatically VOIDED once the authorizationExpiryMilliseconds time passes.
Response delay order
Successful response (200)
Attribute | Type | Description |
---|---|---|
token | string | Scalapay order unique token. |
authorizationExpiryAt | datetime | Date and time of the authorization to expire in ISO 8601 format. |
status | string | Scalapay order status. |
totalAmount | amount | Total order amount. |
orderDetails | array | Order payload |