Inquiry Status Transaction

circle-info

no_reference_number (RRN) that acts as a tracking ID for the transaction.

Money-in Inquiry Status

POST [BASEURL]/api/inquiry-transaction

Retrieve the current status of a Money-In payment (invoice/charge) you created earlier. Use this to poll from your backend or to refresh the payment page if webhooks are delayed.

Headers

Key
Value

x-api-key

[Your API Key]

secret-token

[Your Secret Key]

Authorization

Body

{
    "no_transaction" : "MOONBASE11118"
}

Response

{
    "meta": {
        "message": "Successfully retrieved transaction",
        "code": 200,
        "status": "success"
    },
    "data": {
        "no_reference_number": "1758811430",
        "original_reference": "MONEBASH12509250719",
        "partner_reference_no": "MOONBASE11153",
        "payed_at": "2025-09-25 21:43:50",
        "customer_name": "adudu123",
        "payment_channel": "qris",
        "status": "PAID",
        "amount": 14000,
        "fee_amount": 98,
        "total_amount": 13902,
        "qr_content": "00020101021226740025ID.CO.BANKNEOCOMMERCE.WWW011893600490591008046002120005200006120303URE51550025ID.CO.BANKNEOCOMMERCE.WWW0215BNC2311131767850303URE5204152053033605405140005802ID5913Ayolinx_Name26014TIMOR TENG SEL6105855626233012230019712240432056688650703A0163044B6C",
        "created_at": "2025-09-25T21:43:31+07:00"
    }
}