Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions docs/environments.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,36 @@ When using the above card numbers, Topper will accept any value for the expiry d
In the `crypto_offramp` flow, only `debit` cards that match the user's country of residence will be accepted.
:::

### PayPal and Venmo

The following PayPal and Venmo accounts can be used for testing:

#### PayPal Accounts

| Email | Password | Country |
|-----------------------|----------------|---------|
| testpaypal@topper.com | PaypalP@y12345 | US |

#### Venmo Accounts

| Username | Password | Country |
|----------------|---------------|---------|
| pwv-test-user2 | VenmoP@y12345 | US |
| pwv-test-user3 | VenmoP@y12345 | US |

:::note
Both PayPal and Venmo payment methods are only available for US users.
:::

:::caution
Guidelines for these accounts to avoid impacting shared testing values:

- Do not change the email, username, phone number and/or the password;
- Do not enable "remember this device" and/or multi-factor authentication (MFA).

Any of these actions may cause the testing accounts to stop working.
:::

## Production

After successfully onboarding and testing your integration in our sandbox environment, you can start Topper sessions for your end users using the production environment.
Expand Down