Skip to main content

JSON Proxy Requests

Forward JSON requests to payment processors.

Basic Request

Request Fields

Placeholders

Placeholders are replaced with actual card data:

Available Placeholders

For Cards: For Bank Accounts:

Examples

Stripe

Adyen

Braintree

Response

The proxy returns the PSP’s response:

Response Fields

Error Handling

PSP Returns Error

Note: success: true means the proxy worked. Check status_code for PSP errors.

Proxy Error

Best Practices

1. Always Include CVC Session

Most PSPs require CVV for card-not-present transactions:

2. Set Appropriate Headers

Match the PSP’s expected format:

3. Handle PSP Errors

Next Steps