API URLs for requests to the Payment service
Use one of the following URLs to make requests to the Payment Service API:
v2: https://api.uat.all2pay.net/v2
v1: https://api.uat.all2pay.net/v1
The main difference between the API versions is the error codes returned:
- In v2 you get alphanumeric codes.
- In v1 you get old numeric codes.
Request example:
curl --request GET --url 'https://api.uat.all2pay.net/v2/echo'curl --request GET --url 'https://api.uat.all2pay.net/v1/echo'