Referrer Boarding FAQ

Overview: This resource answers the most commonly asked questions during Implementations.

The Resource Center for fees can be found here.

A video on fees can be found here.

The White Label form can be found here. It is important this is done early on with implementation and that logos are submitted to your assigned engineer. We also have an instruction video on how to submit your White Label here.

Sandbox testing is when the implementation group will review your process of boarding a merchant and submitting a transaction. Sandbox is the best place to “play” and learn our system.

Production end-to-end testing is done to see your entire process from start (onboarding a merchant) to finish (running a transaction). This allows our team to verify all system settings are working as expected and we successfully see your API calls (if applicable).

This can be accomplished by creating a token, and in the response receiving the method type. Example below:

method
The method used to make this payment. See VALID VALUES:

Value

Card Type

1

American Express

2

Visa

3

MasterCard

4

Diners Club

5

Discover

8

Checking Account

9

Savings Account

10

Corporate Checking Account

11

Corporate Savings Account

Code Snippet:

{     "customer": {         "First": "Rachel",         "Last": "Token",         "merchant":"t1_mer_61113f7d6a04eab93574291"         },         "payment":{             "number": "4242424242424242",             "cvv": "123"     },         "expiration": "1025" } RESPONSE *PARTIAL* }, "payment": { "id": "g157968b6df1534", "method": 2, "number": "4242", "routing": "0", "bin": "424242", "payment": null, "lastChecked": null },