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
Last updated