Skip to main content

Processing payments with external vault

When working with an external vault provider, here are the options available to handle a saved card transaction with OrchestratorX.

Option 1 - OrchestratorX server uses the proxy payments flow of external vaults to send vault tokens in the PSP payment request. These tokens are replaced with raw card data by the external vault before the request is forwarded to the PSP.

  • Option 2 - OrchestratorX server uses the detokenize payments flow of external vaults to detokenize vault tokens and obtain the raw card info. This raw card info is used in the payment request before the request is sent to the PSP.

  • Option 3 - Merchant server uses proxy payments flow of external vaults to send vault tokens in the OrchestratorX payment request. These tokens are replaced with raw card data by the external vault before the request is forwarded to OrchestratorX. This OrchestratorX request with raw card info is sent to the PSP by OrchestratorX.