User Payment Pages
Once the payment has been initiated using POST /payments
, your Merchant site must redirect the user’s browser to the following URI’s (depending on environment):
Environment
Payment Page Redirect URL
Test
https://secure.staging.6dot50.com/payment?id=paymentid
Production
https://secure.6dot50.com/payment?id=paymentid
Where paymentid
is the unique PaymentID returned when initiating a payment using POST /payments.
Should the correct Payment ID be provided, a series of screens will be presented to the user to complete the payment.
Last updated