NICEPAY API
...
API QRIS
Cancel - API QRIS
13 min
about api qris cancel this uses to cancel a that has been paid if cancels before settlement is complete, is considered void, and funds will return to api qris cancel the cancel uses for cancel for s via 138,440,117 unhandled content type unhandled content type unhandled content type unhandled content type unhandled content type unhandled content type unhandled content type unhandled content type payment methods available for cancel code paymethod 01 02 03 04 05 06 08 qris qris 09 request parameters for qris cancel the following is a list of s for requesting of cancel on these s are used via platform 141,54,72,150,321 true unhandled content type unhandled content type unhandled content type unhandled content type unhandled content type unhandled content type unhandled content type unhandled content type unhandled content type unhandled content type unhandled content type unhandled content type unhandled content type unhandled content type unhandled content type unhandled content type unhandled content type unhandled content type unhandled content type unhandled content type unhandled content type unhandled content type unhandled content type unhandled content type unhandled content type unhandled content type unhandled content type unhandled content type unhandled content type unhandled content type unhandled content type unhandled content type unhandled content type unhandled content type unhandled content type unhandled content type unhandled content type unhandled content type unhandled content type unhandled content type unhandled content type unhandled content type unhandled content type unhandled content type unhandled content type unhandled content type unhandled content type unhandled content type unhandled content type unhandled content type unhandled content type unhandled content type unhandled content type unhandled content type unhandled content type unhandled content type unhandled content type unhandled content type unhandled content type unhandled content type unhandled content type unhandled content type unhandled content type unhandled content type unhandled content type unhandled content type unhandled content type unhandled content type unhandled content type unhandled content type unhandled content type unhandled content type unhandled content type unhandled content type unhandled content type response parameter for qris cancel following are response s from results of request s for canceling handling 146,80,82,171,262 true unhandled content type unhandled content type unhandled content type unhandled content type unhandled content type unhandled content type unhandled content type unhandled content type unhandled content type unhandled content type unhandled content type unhandled content type unhandled content type unhandled content type unhandled content type unhandled content type unhandled content type unhandled content type unhandled content type unhandled content type unhandled content type unhandled content type unhandled content type unhandled content type unhandled content type unhandled content type unhandled content type unhandled content type unhandled content type unhandled content type unhandled content type unhandled content type unhandled content type unhandled content type unhandled content type unhandled content type unhandled content type unhandled content type unhandled content type unhandled content type sample json for qris cancel json request { 	"timestamp" "20221208091279", 	"txid" "ionpaytest08202212080951090538", 	"imid" "ionpaytest", 	"paymethod" "08", 	"canceltype" "1", 	"cancelmsg" "request cancel", 	"merchanttoken" "4f875d8ea982affbf29b11cf0d3811918dcd4400298eccadb929711d1f6f24d6", 	"amt" "5", 	"cancelserverip" "", 	"canceluserid" "admin", 	"canceluserip" "", 	"canceluserinfo" "request cancel", 	"cancelretrycnt" "", 	"worker" "nicepay" } json response { "txid" "ionpaytest08202212080951090538", "referenceno" "ord54321", "resultcd" "0000", "resultmsg" "success", "transdt" "20221208", "transtm" "095155", "amt" "5" } java request //cancel registration// nicepay settimestamp("20221208091279"); nicepay setimid("ionpaytest"); nicepay setamt("5"); nicepay setmerchanttoken(nicepay maketoken(nicepay getmerchanttoken()); nicepay settxid("ionpaytest08202212080951090538"); nicepay setpaymethod("08"); nicepay setcanceltype("1"); nicepay setcancelmsg("request cancel"); nicepay setcancelserverip("127 0 0 1"); // request cancel nicepay cancel(); // response string // system out println("final response string " + nicepay getresponsestring()); string resultcd = nicepay get("resultcd"); string resultmsg = nicepay get("resultmsg"); string txid = nicepay get("txid"); string referenceno = nicepay get("referenceno"); string amt = nicepay get("amt"); string cancelreferenceno = nicepay get("cancelreferenceno");