<?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":"ok"} curl -d "rfcb[TRANSACTION_ID]=C" \
-d "cbcode[TRANSACTION_ID]=37" \
-H "X-Kount-Api-Key: XXX.YYY.ZZZ" \
https://api.kount.net/rpc/v1/orders/rfcb.xmlPOST (batch)curl -d "rfcb[TRANSACTION_ID]=C" \
-d "cbcode[TRANSACTION_ID]=37" \
-d "rfcb[TRANSACTION_ID]=C" \
-d "cbcode[TRANSACTION_ID]=83" \
-d "rfcb[TRANSACTION_ID]=R" \
-H "X-Kount-Api-Key: XXX.YYY.ZZZ" \
https://api.kount.net/rpc/v1/orders/rfcb.xml