Simple HTML Form
Voguepay can be integrated to your application following these easy steps, making it the easiest way to start accepting payments.
Get Customers Information
To initialize the transaction, you'll need to pass information such as merchant ID, memo, amount, item name, item description, item value, merchant reference (transaction reference) etc. Merchant ID, memo and amount are required. You can also pass any other additional information in the object field. Here is the full list of parameters you can pass:
Params
Required
Description
v_merchant_id
Yes
Merchant ID
merchant_ref
No
Merchant Reference or Transaction Reference. Can be any value provided by merchant. Merchant value will be returned with the confirmation results from the confirmation API. VoguePay doesn't need this value, it is used by the merchant to store any data to be retrieved later with the transaction details.
memo
Yes
Transaction Memo
cur
Yes
Currency code. e.g NGN
developer_code
No
A code unique given to every developer. Using this code earns the developer a commission on every successful transaction made through any selected integration methods.
total
Yes
Total Cost
Yes
Merchant's Email
notify_url
Yes
Link to Send Transaction status/details to
success_url
Yes
Link to redirect users to if payment is successful
fail_url
Yes
Link to redirect users to if payment is fails.
Last updated
Was this helpful?