Get Balance
Get total available INR balance across all providers for the merchant.
Get total available INR balance across all providers for the merchant.
Authorization
BearerAuth AuthorizationBearer <token>
Merchant API key in the form Bearer sk_<token>.
In: header
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://loading/payments/balance"{
"available_balance": "string"
}{
"status": false,
"error": {
"code": 0,
"error_code": null,
"message": "string",
"metadata": null
}
}{
"status": false,
"error": {
"code": 0,
"error_code": null,
"message": "string",
"metadata": null
}
}{
"status": false,
"error": {
"code": 0,
"error_code": null,
"message": "string",
"metadata": null
}
}{
"status": false,
"error": {
"code": 0,
"error_code": null,
"message": "string",
"metadata": null
}
}{
"status": false,
"error": {
"code": 0,
"error_code": null,
"message": "string",
"metadata": null
}
}{
"status": false,
"error": {
"code": 0,
"error_code": null,
"message": "string",
"metadata": null
}
}Create P2P Payin Transaction POST
Create a new P2P payin transaction. This is a redirect-based payment flow where the user is redirected to the payment provider's page to complete the payment. After completion, the user is redirected back to the return_url and a callback is sent to your server.
Handling Callbacks
Learn how to receive and handle callbacks for pay-in and payout events.