Accessing the API
The GPS Cards API provides you with a test environment that you can use to test and develop against the API.
You can access our test environment using the following url:
http://cardsapi-uat-pub.globalprocessing.net/
Test Environment Credentials
To gain access to the cards API, contact your GPS Implementation Manager / GPS Representative who will generate your credentials.
To validate and check your connection, use the Service Status Check endpoint to return the current status and version of the API.
API Explorer
See the Service Status Check endpoint.
{
"version": "1.0.0",
"status": "Available",
"datetime": "2021-08-19T14:28:04.4943047+01:00"
}
Updated 5 months ago