QRIS

Money-in Payment QRIS

POST [BASEURL]/api/payment/generate-qris

The payment money-in QRIS endpoint allows merchants to generate a QRIS payment request. This enables customers to make payments quickly and efficiently through the QRIS system.

Headers

Key
Value

x-api-key

[Your API Key]

secret-token

[Your Secret Key]

Authorization

Body

{
    "no_transaction": "QAPTURE-1757564235",
    "amount": 14975,
    "payment_channel": "qris",
    "email": "[email protected]",
    "fullname": "Monebash Tester",
    "phone_number": "08123456789"
}

Response

{
    "meta": {
        "message": "Successfully create payment",
        "code": 200,
        "status": "success"
    },
    "data": {
        "original_reference": "MONEBASH12509119684",
        "partner_reference_no": "QAPTURE-1757564235",
        "customer_name": "Monebash Tester",
        "payment_channel": "qris",
        "amount": 14975,
        "qrContent": "00020101021226740025ID.CO.BANKNEOCOMMERCE.WWW011893600490591008046002120005200006120303URE51550025ID.CO.BANKNEOCOMMERCE.WWW0215BNC2311131767850303URE5204152053033605405174175802ID5913Ayolinx_Name26014TIMOR TENG SEL6105855626233012230019659959146567229450703A016304F26B",
    }
}