API Overview

1

Base API Gateway

Use the Payblr API gateway as the base URL for supported API requests.

https://uat-api.payblr.com

2

Authentication

All requests require OAuth 2.0 Client Credentials authentication.

Authorization: Bearer [ACCESS_TOKEN]

3

Request Format

Requests use HTTPS and JSON request bodies when applicable.

Responses are returned in JSON format unless otherwise specified.

4

API Console

Use the Developer Portal API console to review and test supported endpoints.

Refer to the API-specific pages for detailed request and response requirements.