🔎Deposit Inquiry

API for retrieving deposit transaction details

Inquiry Balance

GET https://example.com/payment/deposit/:id

Name
Type
Description

x-wildpay-partnerid*

String

partner id

x-wildpay-signature*

String

signature

Content-Type*

application/json

-

{
    "data": {
        "transactionId": "52d33e1cf1a04297bb9aaaf43aa12f7c",
        "partnerRefId": "partner_ref_id",
        "userId": "wildpay",
        "amount": 200,
        "transferAmount": 200.01,
        "fee": 2,
        "method": "QR",
        "accountNo": "0123456789",
        "accountName": "สมชาย สมดี",
        "bankCode": "KBANK",
        "qrcode": "iVBORw0KGgoAAAANSUhEUgAAAKQAAACkCAY...",
        "status": "PAID",
        "notifyStatus": "SUCCESS",
        "successTime": "2025-07-16T00:08:46.154Z",
        "createdAt": "2025-07-15T23:46:57.910Z",
        "notifyTime": "2025-07-16T00:08:46.346Z",
        "extendParams": {
            "username": "wildpay"
        }
    },
    "code": 0,
    "msg": "Success",
    "cause": ""
}

Last updated