<?xml version="1.0" encoding="UTF-8"?> <response> <status>ok</status> <count> <success>1</success> <failure>0</failure> </count> <errors/> <result>ok</result> </response>Successful Response [JSON]
{"status":"ok","count":{"success":1,"failure":0},"errors":[],"result":"Order number [TRANSACTION_ID] status successfully changed to [R]"} curl -d "status[TRANSACTION_ID]=R" \
-H "X-Kount-Api-Key: XXX.YYY.ZZZ" \
https://api.kount.net/rpc/v1/orders/async_status.jsonPOST (batch)curl -d "status[TRANSACTION_ID]=R" \
-d "status[TRANSACTION_ID]=E" \
-H "X-Kount-Api-Key: XXX.YYY.ZZZ" \
https://api.kount.net/rpc/v1/orders/async_status.json