For the complete documentation index, see llms.txt. This page is also available as Markdown.

Payout

Steps to follow before using this payout API.

Create XtraPay Account

To use this API, you need to create a business account on XtraPay or XtraKit (Central Account).

Register Account: https://accounts.xtrakit.com

Generate API Key

Go to Settings > Developers > API Keys

Configure your callback URL (webhook) to receive real-time notifications about your transactions' status. Your webhook endpoint must support the HTTP POST method, as XtraPay will send all transaction updates to this URL.

After completing the setup, include your generated Live API Key as a Bearer token in the Authorization header of every request you send to the XtraPay BPaaS API.

Last updated