v1
latestOpenAPI 3.0.02026-07-26167441.9 MBRegister Destination
Adds a host to your account's allowlist so the forward proxy can send card data to it. Matching is on the exact hostname, case-insensitive; subdomains and wildcards are not implied. A newly registered host is usable within minutes.
post/pci-proxy/destinations
Request body
Example request
{
"hostname": "api.example-processor.com",
"purpose": "Direct acquiring — Processor X"
}Response
The destination was registered.
Example response
{
"id": "d7e8f9a0-1234-4b5c-8d6e-7f8091a2b3c4",
"hostname": "api.example-processor.com",
"status": "ENABLED",
"purpose": "Direct acquiring — Processor X",
"created_at": "2026-07-09T13:05:36Z",
"updated_at": "2026-07-09T13:05:36Z"
}