Management of card payment credentials under the ruling of PCI/DSS.
Guardian API (EAP)
Download OpenAPI description
Overview
URL
Starfish GmbH & Co. KG
License
Languages
Servers
Managed instance of Guardian CPA
https://{cluster_id}.on-hellgate.cloud/
- Managed instance of Guardian CPA
https://my-cluster-id.on-hellgate.cloud/api/metadata/inquiries
- curl
- Java
- Node.js
- Ruby
- Go
- Python
curl -i -X POST \
https://my-cluster-id.on-hellgate.cloud/api/metadata/inquiries \
-H 'Content-Type: application/json' \
-H 'x-api-key: YOUR_API_KEY_HERE' \
-H 'x-idempotency-key: order_12345_retry_001' \
-d '{
"source": {
"type": "pan",
"account_number": "4111111111111111",
"expiry_month": 12,
"expiry_year": 2025,
"security_code": "123"
}
}'
Response
application/json
{ "bin": "411111", "scheme": "visa", "type": "credit", "segment": "consumer", "billing_currency_code": "EUR", "issuer_name": "Starfish Bank", "issuer_country_code": "DE", "product_code": "VISA-PLATINUM", "product_name": "Visa Platinum Card" }