post https://integration.api.scalapay.com/v2/payments//delay/capture
Merchant captures the payment by calling /v2/payments/delay/capture. If a delay/capture request is made with an amount equal to the remaining open to capture amount on the order, the order will automatically be voided. In this scenario calling delay/void is not required.
Response delay order capture
Successful response (200)
Attribute | Type | Description |
---|---|---|
openToCaptureAmount | amount | Total amount open to capture |
token | string | Scalapay order unique token |
captureStatus | string | Status of amount open to capture |
status | string | Scalapay order status |
totalAmount | amount | Total order amount |
totalCapturedAmount | amount | Total amount captured |
orderDetails | array | Order payload |
captures | array | All the amounts of instalments captured and their dates in ISO 8601 format |