Learn how to integrate with the InilahMyQRIS API
Convert a static QRIS code into a dynamic QRIS with a specified transaction amount.
{
"amount": "10000", // Transaction amount in IDR
"qris": "00020101021126650014ID.CO.QRIS.WWW01189360091100000000000215204082010303UMI51440014ID.CO.QRIS.WWW0215ID10200169230303UMI5204581253033605405100005802ID5913Merchant Name6013Jakarta Selatan61051234562070703.016304"
}
{
"status": "success",
"data": {
"qris_string": "00020101021226650014ID.CO.QRIS.WWW01189360091100000000000215204082010303UMI51440014ID.CO.QRIS.WWW0215ID10200169230303UMI5204581253033605405100005802ID5913Merchant Name6013Jakarta Selatan61051234562070703.016304",
"qr_base64": "BASE64_ENCODED_QR_CODE_HERE"
}
}
{
"status": "error",
"message": "Missing parameters"
}
Follow these steps to integrate the InilahMyQRIS API into your application:
qr_url to display the generated QR code in your application.