Transfer Fund

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

Withdraw Your Referral Earnings

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

Products and Services

Payoxem API provides a comprehensive set of services to enable seamless integration and interaction with various products. Whether you are looking to top up airtime, subscribe to internet services, pay for cable TV, obtain exam tokens, or handle utility bills, Payoxem has you covered.

Airtime#

  • Get Airtime
    Endpoint: https://payoxem.ng/api/product/airtime
    Request Method: GET
    Header:
      • Authorization: Bearer < Token Generated >

  • Buy Airtime
    Endpoint: https://payoxem.ng/api/product/airtime
    Request Method: POST
    Parameters:
      • network: (string, required): Network provider ID.
      • recipient: (integer, required): Recipient's number.
      • amount: (integer, required): Topup value.
    Header:
      • Authorization: Bearer < Token Generated >
  • Internet Data#

  • Get Data Plans
    Endpoint: https://payoxem.ng/api/product/data
    Request Method: GET
    Header:
      • Authorization: Bearer < Token Generated >
  • Buy Data
    Endpoint: https://payoxem.ng/api/product/data
    Request Method: POST
    Parameters:
      • plan_id: (integer, required): Unique ID for the data plan.
      • recipient: (integer, required): Recipient's number.
    Header:
      • Authorization: Bearer < Token Generated >
  • CableTv Subscription#

  • Get TV Packages
    Endpoint: https://payoxem.ng/api/product/cabletv
    Request Method: GET
    Header:
      • Authorization: Bearer < Token Generated >
  • Pay CableTv
    Endpoint: https://payoxem.ng/api/product/cabletv
    Request Method: POST
    Parameters:
      • package_id: (string, required): Unique ID for the cabletv plan.
      • uid: (integer, required): Unique ID for the subscriber.
    Header:
      • Authorization: Bearer < Token Generated >
  • Exam Token#

  • Get Exam Providers
    Endpoint: https://payoxem.ng/api/product/exam
    Request Method: GET
    Header:
      • Authorization: Bearer < Token Generated >
  • Pay CableTv
    Endpoint: https://payoxem.ng/api/product/exam
    Request Method: POST
    Parameters:
      • provider_id: (string, required): Unique ID for the examination provider.
    Header:
      • Authorization: Bearer < Token Generated >
  • Validate Subscriber#

    Confirm user accounts effortlessly before making purchases, ensuring reliability and preventing unauthorized transactions.

  • Validate Account
    Endpoint: https://payoxem.ng/api/validate/product
    Request Method: POST
    Parameters:
      • product: (string, required): Expected value should be either one of the following; "cabletv", "ebill" or "exam". cabletv: if you want to validate a cabletv product, or ebill: if you're validating an electricity bill product, or exam: if you're validating an exam token.
      • type: (string, required): A required parameter for ebill and exam products. For ebill: Expecting either 'prepaid' or 'postpaid', while exam: expected value should be either 'de' or 'utme'.
      • provider: (string, required): A required parameter for ebill and cabletv products. For ebill: Expecting one of the following; 'ikeja', 'eko', 'kano', 'portharcourt', 'jos', 'ibadan', 'kaduna', 'abuja', 'enugu', 'benin', or 'aba', while cabletv: expected value should be either 'startimes', 'gotv', or 'dstv'.
      • uid: (integer, required): The unique subscriber ID to be validated for the selected product.
    Header:
      • Authorization: Bearer < Token Generated >