Quickstart

🌟 How to Get Started

  • Create an Account Sign up on Padiwise and complete your KYC verification. The process is fast, it takes less than a minute.

  • Start Building Use our comprehensive API documentation and endpoints to begin integrating Padiwise services into your platform. Our tokens are long-lived, so you don’t need to worry about frequent renewals.

Note: API tokens are available only to registered agent users.

API Environment Details

To make testing and developing with our API, we make use of the different API endpoints for sandbox and production, with the same access token used when calling the APIs.

Requests and Responses

Both request body data and response data are formatted as JSON. Content type for responses will always be application/json. Generally, all responses will be in the following format:

{
  "status": "[boolean]",
  "message": "[string]",
  "data": "[object]"
}

Last updated