Management of card payment credentials under the ruling of PCI/DSS.
API-Reference
//
Check security code
Guardian API (1.0)
Download OpenAPI description
Overview
URL
Starfish GmbH & Co. KG
License
Languages
Servers
Guardian service instance
https://{cluster_id}.on-hellgate.cloud
- Guardian service instancehttps://my-cluster-id.on-hellgate.cloud/api/pci/tokens/{id}
- curl
- Java
- Node.js
- Ruby
- Go
- Python
curl -i -X DELETE \
'https://my-cluster-id.on-hellgate.cloud/api/pci/tokens/{id}' \
-H 'x-api-key: YOUR_API_KEY_HERE'- Guardian service instancehttps://my-cluster-id.on-hellgate.cloud/api/pci/tokens/{id}/security-code
- curl
- Java
- Node.js
- Ruby
- Go
- Python
curl -i -X GET \
'https://my-cluster-id.on-hellgate.cloud/api/pci/tokens/{id}/security-code' \
-H 'x-api-key: YOUR_API_KEY_HERE'Response
application/json
{ "security_code_available": true }
- Guardian service instancehttps://my-cluster-id.on-hellgate.cloud/api/pci/tokens/{id}/security-code
- curl
- Java
- Node.js
- Ruby
- Go
- Python
curl -i -X POST \
'https://my-cluster-id.on-hellgate.cloud/api/pci/tokens/{id}/security-code' \
-H 'x-api-key: YOUR_API_KEY_HERE'Response
application/json
{ "session_id": "1ffd059c-17ea-40a8-8aef-70fd0307db82" }
API Keys
Management of API keys for service access.
The capabilities an API keys has access to can be scoped to these areas:
- API Keys
admin:api-keys:createadmin:api-keys:readadmin:api-keys:updateadmin:api-keys:delete
- Webhooks
admin:webhooks:createadmin:webhooks:readadmin:webhooks:delete
- Types
admin:types:createadmin:types:readyadmin:types:delete
- PCI Tokens
pci:tokens:createpci:tokens:readpci:tokens:updatepci:tokens:deletepci:tokens:forward
- Network Tokens
network:tokens:createnetwork:tokens:readnetwork:tokens:deletenetwork:tokens:use
- Generic Tokens
generic:tokens:creategeneric:tokens:readgeneric:tokens:delete
Operations
Webhooks
Management of webhooks for event notifications.
Guardian uses tiny events as notification payload. They give you the context of what happened and you can use this information to fetch more details via our API.
Please find the documentation about the callback on the endpoint that registers the webhook.
Operations