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/partner.sandbox/portal/ |
| Production | https://partner.wegetfinancing.com/partner/portal/ |
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 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.
| First name | Last name | Street | City | State | ZIP | SSN4 | Auth-only | Auth |
|---|---|---|---|---|---|---|---|---|
| Mary | Bernard | PO Box 190648 | Anchorage | AK | 99519 | 6220 | 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 | |
| Anita | Abdo | 4269 Deeboyer Av | Lakewood | CA | 90712 | 9061 | purchase | purchase |
Mary Bernard and Anita Abdo simulate an approved application from different lenders.
Staging subjects
Section titled “Staging subjects”These subjects exercise the flow against a live staging lender server.
| First name | Last name | Street | City | State | ZIP | SSN4 |
|---|---|---|---|---|---|---|
| Araz | Abbasov | PL Rippling Brook 2808 | Ontario | CA | 91761 | 4232 |
| Saucey | Cranberry | 876 Turkey | Fantasy Island | IL | 60750 | 2525 |
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.