Your Docusaurus site did not load properly.

A very common reason is a wrong site baseUrl configuration.

Current configured baseUrl = /docs/

We suggest trying baseUrl =

Introduction

The XPay API is organized around REST. Our API accepts form-encoded request bodies, returns JSON-encoded responses and uses standard HTTP response codes and authentication.

You can use the XPay API in test mode, which does not affect your live data or interact with the banking networks.

The base url of the request url determines whether the request is live mode or test mode.

Testing base url

https://staging.xpay.app/api/v1/

Live base url

https://community.xpay.app/api/v1/

Run in Postman