

{
"merchant_id": "18000000000000",
"order_id": "GW200395192979024625",
"currency": "USD",
"amount": 1250,
"timestamp": 1700805506000,
"capture_final": true
}curl --location --request POST '/payments/capture' \
--header 'Content-Type: application/json' \
--data-raw '{
"merchant_id": "18000000000000",
"order_id": "GW200395192979024625",
"currency": "USD",
"amount": 1250,
"timestamp": 1700805506000,
"capture_final": true
}'