Skip to main content
This page summarizes the CardPlus sandbox access details and a signing example you can use for testing.

Web login

Open <SANDBOX_PORTAL_URL> and sign in with one of the sandbox accounts:
  • Agency account: xxxx / xxxx
  • Customer account: xxx / xxx

API base URL

Use the sandbox API base URL:
  • https://xxxxxxxxx

Required fields

You will use the following fields for requests:

API example

Send request

Parameter signature

Generate the MD5 signature using the following rules:
  1. Sort and concatenate keys in lexicographic order: key1=value1&key2=value2
  2. Append the downstream private key: key1=value1&key2=value2&key=privateKey
  3. Convert the final hash value to uppercase

Signature example

Signature tools