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
| Name | Type | Value |
|---|---|---|
| accept | string | application/json |
| api_key | string | Your_Key |
| content-type | string | application/json |
$headers = array(
'accept': 'application/json',
'api_key': 'Your_Key',
'content-type': 'application/json',
);
Payload Body Parameters
| Name | Type | Value |
|---|---|---|
| partner_id | integer | Get it from API Panel (Your Partner ID) |
