PUSH
The Push method allows you to receive a request via PCI Proxy on a
uniquePushKey
endpoint. Your partners can push requests to this unique PCI Proxy endpoint to ask for credit card data in the response. Hence, it is routed via PCI Proxy, your response payload is instantly filtered for tokens, all tokens will be detokenized and your response payload is populated with sensitive card data before it arrives at the Receiver. All the other headers and the payload will be kept and routed through PCI Proxy without modification.This service requires IP whitelisting of the requesting 3rd party. Please contact the PCI Proxy team to add the IPs to your account.
post
https://sandbox.pci-proxy.com
/v1/push/uniquePushKey
PUSH method - API request
When you add a PUSH Receiver to your account, you receive a
{uniquePushKey}
for each Receiver that is set up. Together with our PCI Proxy PUSH service URL, it results in a unique PCI Proxy Endpoint
that is specific to that Receiver. Now, redirect the requests coming from a Receiver with a single step:- 1.Change the endpoint at your partner from
Your API Endpoint
to theunique PCI Proxy Endpoint
As the request is routed via PCI Proxy, the response payload is automatically filtered for tokens. Located tokens are detokenized and your response payload is populated with full card data before it arrives at the Receiver endpoint. Thereby, the Receiver API endpoint obtains full credit card data.
Last modified 1yr ago