JSON API
POST /api/qris/convertfetch("/api/qris/convert", {
method: "POST",
headers: { "Content-Type": "application/json" },
body: JSON.stringify({
targetMode: "dynamic",
amount: "15000",
qris: "000201010211...",
merchantName: "MEONG TOPUP",
merchantCity: "PANGANDARAN",
countryCode: "ID",
postalCode: "46395"
})
});