Skip to main content

Get Capture Status

Capture status should be obtained using the capture_amount attribute inside the additional_info field in a Get Order Status request.

  • If a full capture has been processed, capture_amount will be equal to the order's actual_amount.
  • If a partial capture has been processed, capture_amount will be less than actual_amount.

Example of a Partially Captured Order

curl -L 'https://pay.fondy.eu/api/status/order_id' \
-H 'Content-Type: application/json' \
-d '{
"request": {
"order_id": "test_12343242113",
"version": "1.0.1",
"merchant_id": "1549901",
"signature": "28abd3db20cad9b8257b5cca88f0bf1c450bd2fd"
}
}'