Test Environment & Test Data
WeGetFinancing operates two platforms:
- A staging (sandbox) platform you use for testing. It does not use real consumer data.
- A production platform you use for real transactions.
Always run your tests against the staging environment before going live.
Partner portal
Section titled “Partner portal”Use the partner portal to view your requests, configure your account, update your webshop URL, and set your postback (callback) details. Sign in with the same username and password you use for the API.
| Environment | Portal URL |
|---|---|
| Staging (sandbox) | https://partner.sandbox.wegetfinancing.com/ |
| Production | https://partner.wegetfinancing.com/ |
In the staging portal you can see all your test requests and configure your staging account. To submit a test application, use the Link Integration form or the Create Request API against the sandbox host.
Test bank account
Section titled “Test bank account”For all test subjects, use the following bank account details:
| Field | Value |
|---|---|
| Bank routing number | 011400178 (Bank of America) |
| Bank account number | 123456789 |
Test credit card
Section titled “Test credit card”If a step in the application flow asks for a card, use this test card. It works across the payment providers used in the sandbox:
| Field | Value |
|---|---|
| Card number | 4111 1111 1111 1111 |
| Expiry | any future date (e.g. 12/30) |
| CVV | any 3 digits (e.g. 123) |
Test subjects
Section titled “Test subjects”The staging platform includes predefined test subjects you can use to exercise the financing flow.
Mocked subjects
Section titled “Mocked subjects”These subjects are fully mocked and trigger predefined behavior in the staging platform. The Auth-only and Auth columns indicate the action that subject simulates. Submit any valid street address (not a PO Box); it does not have to match the address shown here.
| First name | Last name | Street | City | State | ZIP | SSN4 | Auth-only | Auth |
|---|---|---|---|---|---|---|---|---|
| Mary | Bernard | 500 W 7th Ave | Anchorage | AK | 99501 | 6220 | purchase | purchase |
| Anita | Abdo | 4269 Deeboyer Av | Lakewood | CA | 90712 | 9061 | purchase | purchase |
| Saleh | Abi | Av Peterman 26651 | Hayward | CA | 94545 | 9627 | purchase | purchase |
| Criscel | Abayon | Wy Heritage 2437 | Union City | CA | 94587 | 0942 | purchase | purchase |
| Anthony | Abate | Av Lexington 1147 | El Cajon | CA | 92019 | 9862 | purchase | void |
| Cheryl | Abbott | Av Twin Oaks 71 | Monterey | CA | 93940 | 4510 | void |
Mary Bernard, Anita Abdo, Saleh Abi, and Criscel Abayon all simulate a guaranteed approval (from different lenders), so you can rotate between them when running several happy-path tests; Anthony Abate exercises the auth-then-void path.
Related pages
Section titled “Related pages”- Frequently Asked Questions — common testing issues and why a loan may be declined.
- Merchant integration overview — choose an API tier and integration path.
- v1 Legacy API — create financing requests and handle postbacks.