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 Login

Authenticate Users in your application

User Login

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

Allow users to login to A1Pay

Request Body

Name
Type
Description

UserPassword

string

Password of user

Email

string

Email of the user

{
  "status": "success",
  "data": {
    "user": {},
    "menus": {},
    "structuredMenus": {},
    "token": "authentication token"
  }
}

PreviousRequest AuthenticationNextUser Signup

Last updated 4 years ago