💰Inquiry Balance

API สำหรับดึงยอดคงเหลือใน Wildpay

Inquiry Balance

GET https://example.com/payment/balance

Name
Type
Description

x-wildpay-partnerid*

String

partner id

x-wildpay-signature*

String

signature

Content-Type*

application/json

-

{
    "data": {
        "total": "98697.00",
        "available": "98697.00",
        "pendingPayout": "0.00",
        "pendingSettlement": "0.00"
    },
    "code": 0,
    "msg": "Success",
    "cause": ""
}

Last updated