Appearance
Capture Transaction
Capture funds for a specified transaction that has already been authorized.
Request Method:
POST
URL Endpoint:
/api/transaction/{ transaction ID }/capture
| Name | Type | Default | Description | Required |
|---|---|---|---|---|
| amount | integer | amount from auth | Total amount to capture, in cents. (1299 = $12.99) | |
| tax_amount | integer | tax_amount from auth | Tax amount to capture, in cents. (199 = $1.99) | |
| shipping_amount | integer | shipping_amount from auth | Shipping amount to capture, in cents. (299 = $2.99) | |
| tax_exempt | boolean | false | Is the transaction tax exempt | |
| order_id | string | order_id from auth | Alphanumeric (max 17 characters) | |
| po_number | string | po_number from auth | Alphanumeric (max 17 characters) | |
| ip_address | string | ip_address from auth | IPV4 or IPV6 address |