a1pay
  • Introduction
  • Request Authentication
  • User Login
  • User Signup
  • List User's Transactions
  • Initialize Payment
  • List User's Cards
  • Query a Transaction
  • Requery a Transaction
  • Charge Card
  • OTP Validation
  • Accept Payment Using A1Pay
    • Introduction
    • Initialize Payment
    • Query Status With Your Reference
    • Query Status With A1Pay Reference
    • Sample Integration Codes
Powered by GitBook
On this page

User Signup

Register a new user from your application

Register User

POST https://a1pay.net/api/usersapi/register

This endpoint allows you to signup a new user from your app

Request Body

Name
Type
Description

Fullname

string

The user's name

UserPassword

string

Password of the user

Email

string

User email

{
    "status": "success",
    "data": "success",
}

PreviousUser LoginNextList User's Transactions

Last updated 4 years ago