Payments
Capture payment
Capture the full or a partial amount for a credit or debit card payment.
post/orders/{order_id}/capture
Path parameters
order_idstring required
The unique identifier of the order.
Max length: 50 characters.
Request body
Example request
{
"amount": 10000,
"new_order_id": "my-order-id-01",
"new_order_status": "completed",
"invoice_id": "AB123456",
"tracktrace_code": "3SYXTC0706148",
"carrier": "DHL",
"reason": "Shipped in one consignment."
}Response
Request successful
Changes
No recorded changes to this endpoint across all 1 revision of this API.