{ "merchant_id": "1018001", "account_id": "1018001013", "encryption_data": "138527e176e62b1dcd5ce3393aa6fa04e5c8031a1bf89b7f2e516417abd2fb42", "capture_orders":[ { "transaction_id": "1379870442859134976", "order_no": "1731482700989", "currency": "USD", "amount": "958.38" } ] }
curl --location --request POST 'https://test.your-api-server.com/v1/capture' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --data-raw '{ "merchant_id": "1018001", "account_id": "1018001013", "encryption_data": "138527e176e62b1dcd5ce3393aa6fa04e5c8031a1bf89b7f2e516417abd2fb42", "capture_orders":[ { "transaction_id": "1379870442859134976", "order_no": "1731482700989", "currency": "USD", "amount": "958.38" } ] }'
{ "account_id": "1018001013", "return_message": "OK", "return_status": "1", "encryption_data": "138527e176e62b1dcd5ce3393aa6fa04e5c8031a1bf89b7f2e516417abd2fb42", "merchant_id": "1018001", "capture_orders": [ { "amount": "958.38", "capture_status": "1", "currency": "USD", "error_message": "", "order_no": "1731482700989", "transaction_id": "1379870442859134976" } ] }