Skip to content

Commit 645b3a9

Browse files
committed
Add PayPal and Venmo accounts
1 parent 8e61290 commit 645b3a9

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

docs/environments.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,39 @@ When using the above card numbers, Topper will accept any value for the expiry d
6262
In the `crypto_offramp` flow, only `debit` cards that match the user's country of residence will be accepted.
6363
:::
6464

65+
### PayPal and Venmo
66+
67+
The following PayPal and Venmo accounts can be used for testing:
68+
69+
#### PayPal Accounts
70+
71+
| Email | Password | Country |
72+
|-----------------------|----------------|---------|
73+
| [email protected] | PaypalP@y12345 | US |
74+
75+
#### Venmo Accounts
76+
77+
| Username | Password | Country |
78+
|----------------|---------------|---------|
79+
| pwv-test-user2 | VenmoP@y12345 | US |
80+
| pwv-test-user3 | VenmoP@y12345 | US |
81+
82+
:::note
83+
1. Both PayPal and Venmo payment methods are only available for US users.
84+
85+
2. The accounts provided will produce the success outcome. To trigger the `name-mismatch` outcome, use a user where the email has "+lowscore" appended (e.g., `[email protected]`).
86+
:::
87+
88+
:::caution
89+
Guidelines for these accounts to avoid impacting shared testing values:
90+
91+
- Do not change the email, username, phone number and/or reset the password;
92+
- Do not enable "remember this device" and/or multi-factor authentication (MFA);
93+
- Do not modify the password.
94+
95+
Any of these actions may cause the testing accounts to stop working.
96+
:::
97+
6598
## Production
6699

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

0 commit comments

Comments
 (0)