Server to Server Connection
GET PAYMENT LINK
Last updated
GET PAYMENT LINK
Last updated
POST
https://pay.voguepay.com
For a successful request, the API returns a payment URL. Visiting the URL brings up VoguePay payment page that can be used for payment based on the parameters supplied. The returned URL is valid for up to 24 hrs.
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
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
string
Response
Implication
Email not provided
Merchant ID not provided
Memo not provided
Total not provided