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

Initialize Payment

You can load the payload definition for a transaction using the payment reference.

Load For Payment

GET https://a1pay.net/api/transactions/loadforpayment

This is the first method to call when a user wants to make payment.

Query Parameters

Name
Type
Description

Reference

string

Payment reference for the transaction

In the returned data, look for OnlinePaymentOptions which will contain an array of instructions to proceed

PreviousList User's TransactionsNextList User's Cards

Last updated 4 years ago