Playground
Get Current Balance Details
Get Balance Details
Authorization
ApiKeyAuth ApiPublicKey X-Authorization-Access<token>
Access Key value shared by pay2bdTesting during on-boarding
In: header
X-Authorization-Public<token>
Public Key value shared by pay2bdTesting during on-boarding
In: header
Response Body
application/json
application/json
curl -X GET "https://api.pay2local.com/api/v1/secure/payment_requests/get_balance_details"{
"balance": 20,
"max_negative_balance": 30,
"unsettled_withdrawal_amount": 20
}{
"message": "Not Authorized !",
"status": 401
}