Mobile/Server-to-Server API
Get a Payment Link.
Last updated
Get a Payment Link.
Last updated
POST
https://pay.voguepay.com
This endpoint returns a payment URL. Visiting or redirecting users to this URL brings up VoguePay Payment Page that can be used for completing the transaction based on the parameters supplied. See Response in 'Response' Tab below.
Name | Type | Description |
---|---|---|
For failed requests, one of the following is returned:
p*
string
Required for payment link generation. Value must be 'linkToken'
v_merchant_id*
string
Merchant ID
memo*
string
Transaction Memo/Description
total*
string
Total amount
email*
string
Merchant's Email Address
merchant_ref
string
Merchant Reference - A Value Provided by Merchant to be returned with the confirmation results from the confirmation API. It could be used to store any data to be retrieved with the transaction details later.
notify_url
string
URL to send payment notification to
success_url
string
URL to send buyers to if payment is successful
fail_url
string
URL to send buyers to when payment fails
developer_code
string
A code unique to every developer. Using this code earns the developer a commission on every successful transaction made through any selected integration methods.
cur*
string
3 letters currency code in which transaction would be carried out. e.g NGN, USD
referral_url*
String
URL where payment was initiated
Response
Implication
Email not provided
Merchant ID not provided
Memo not provided
Total not provided