POST /v1/payments/capture
Captures the amount of an original authorized payment, transferring funds from the user account to the merchant account. Supports full capture or multiple partial captures.
Request Parameters
Merchant-generated unique ID for this capture.Max length: 64 characters
Payment ID of the original authorization to be captured.Max length: 64 characters
Indicates this is the final capture. Defaults to
false — set to true to close the order after this capture.Extension information.Max length: 4096 characters
Response Parameters
Standard result object with
resultCode, resultStatus, resultMessageWallet-generated unique capture ID.Max length: 64 characters
Capture processing time in ISO 8601 format.