Cookie Consent by Free Privacy Policy Generator Update cookies preferences

The API Simulator allows the user to formulate an API request, and "try it" to see how the Clearpay API will respond. Each of the API endpoints in this reference document are accompanied by an API Simulator.

For example, the following screenshot demonstrates that the Simulator is capable of correctly constructing an Authorization header, using the Merchant ID and Secret Key.

2388

Please note that this Simulator with the example code is provided as a guide only. It may not always represent best practice, or the recommendations of Clearpay. Please refer to your Clearpay technical contact if you are unsure of the best way to integrate with Clearpay.

When using the Simulator, please keep in mind the following considerations.

JavaScript Code Samples

JavaScript must never be used to communicate with an Clearpay API in a Production environment.

Like all client-side scripting languages, JavaScript runs in the end-user's browser. Using your Clearpay Online API credentials from JavaScript will expose them to the public.

350

Ruby Code Samples

In each of these samples, the code that is automatically generates suggests disabling SSL Peer Verification. This is an important component of any secure connection and should therefore never be disabled.

1054