logo
Collection

Check Balance

https://prod.yespaisapay.com/api/v1/checkbalance

Check Balance is an API that allows you to check the balance of your YesPaisaPay account.

Header

NameTypeValue
acceptstringapplication/json
api_keystringYour_Key
content-typestringapplication/json

    $headers = array(
        'accept': 'application/json',
        'api_key': 'Your_Key',
        'content-type': 'application/json',
    );

Payload Body Parameters

NameTypeValue
partner_idintegerGet it from API Panel (Your Partner ID)