NICEPAY API
...
API QRIS
Cancel - API QRIS
13 min
tentang api qris cancel {{api}} ini digunakan untuk membatalkan {{transaksi}} {{yang}} sudah dibayarkan jika {{transaksi}} dibatalkan sebelum {{proses}} {{settlement}} selesai, maka {{transaksi}} tersebut dianggap void dan dana {{transaksi}} tersebut akan dikembalikan kepada {{pelanggan}} api qris cancel {{api}} {{qris}} cancel digunakan untuk melakukan pembatalan pada {{pembayaran}} melalui {{qris}} 138,440,117 false false 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 {{cc}} 02 {{va}} 03 {{cvs}} 04 {{directdebit}} 05 {{ewallet}} 06 {{payloan}} 08 qris qris 09 {{gpn}} request parameters for qris cancel berikut ini adalah daftar {{parameter}} untuk melakukan request {{integrasi}} {{proses}} cancel payment pada {{metodebayar}} {{qris}} parameter ini digunakan melalui platform pengujian {{api}} 141,54,72,150,321 false 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 berikut adalah response parameter dari hasil request parameter untuk cancel handling {{qris}} 143,79,81,168,256 false 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");