Transfer Fund

Sorry. You must be logged in to view this form.

Withdraw Your Referral Earnings

"*" indicates required fields

Operation not allowed!

Minimum withdrawal is N100. Ensure you have a minimum operating balance of the said amount in your referral wallet to proceed.
This field is for validation purposes and should be left unchanged.

Dedicated Account

Sorry. You must be logged in to view this form.

Register or Login?

Newcomers, opt for "REGISTER," while those already registered, choose "LOGIN."

REGISTER
LOGIN

Notifications

[ultimatemember_notifications]

What are you buying?

Documentation

Getting Started

Introduction#

Welcome to the Payoxem API documentation. This guide provides detailed information on how to integrate with Payoxem's services using our API.

Our base url is https://payoxem.ng/api/

Authentication#

Payoxem API uses token-based authentication. To access protected resources, you need to include an access token in your request headers.

Obtaining an Access Token

Before making API requests, you must obtain an access token by sending a POST request to the following endpoint:
Endpoint: https://payoxem.ng/api/auth/login
Request Method: POST
Request Parameters:
  • email (string, required): Your email address.
 • password (string, required): Your account password.
 • expire (integer, optional): Expiration days for which the token will be valid. Default is 7 days

Example Request

Example Response

Get Account Information#

Retrieve details about your account.

Endpoint: https://payoxem.ng/api/user/info
Request Method: GET
Request Parameters: NONE
Header:
 • Authorization: Bearer < Token Generated >

Example Request

Example Response