Overview
The 6DOT50 Redemptions API is a programmatic interface used to allow Merchants to request payments from 6DOT50 members.
When a user on the Merchant’s website wants to make a payment, they initiate a payment request with the Redemptions API, and then redirect the user to 6DOT50’s secure payments pages.
The user then signs in with their already validated 6DOT50 account, and once their payment is complete, the user is redirected back to the Merchant’s website.
The Merchant website is then able to query the status of the transaction, upon which they can continue with their website’s payment process, e.g. display a successful or unsuccessful transaction message to the user.
Test Credentials
You can request test credentials from 6DOT50 by contacting support@6dot50.com
If your application is successful, you will receive a key and secret to use for Authentication to the Redemptions API.
API endpoint for Test is: https://api.staging.6dot50.com/za/redemptions
Swagger documentation can be viewed at: https://api.staging.6dot50.com/za/redemptions/swagger
Production Credentials
Once the Merchant has integrated with Test and some basic UAT tests have been performed by the Merchant and 6DOT50: you will then be issued with production credentials (new key and secret).
API endpoint for production is: https://api.6dot50.com/za/redemptions
Last updated