Integrate our products into your software. Let's make payment happen together!
Look at all the possibilitiesA simple endpoint to query for the status of the PSP.
The execution will not check for the status of the payment methods. To get an indication of what methods are available, see the Method resource.
Name | Description |
---|---|
app.name | The name of the application |
app.version | The current version of the application |
server.localtime | The current datetime of the server, epoch timestamp |
/api/v1/status
GET
200
application/json
Example
curl https://api.psp.ccv.eu/api/v1/method -u apikey:
{
"app":
{
"name": "VPOS",
"version": "1.1"
},
"server":
{
"localtime": 1420106400000
}
}