-
Notifications
You must be signed in to change notification settings - Fork 1
Add PayPal and Venmo accounts #102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
|
🚀 Preview has been deployed.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds documentation for PayPal and Venmo test accounts in the sandbox environment. It provides testing credentials and usage guidelines to help developers test payment integrations.
- Adds test account credentials for PayPal and Venmo sandbox testing
- Documents country restrictions (US-only for both payment methods)
- Includes usage guidelines and cautions to prevent shared test account issues
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
645b3a9 to
b209237
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated 2 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
b209237 to
e38f8ff
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| :::note | ||
| 1. Both PayPal and Venmo payment methods are only available for US users. | ||
|
|
||
| 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]`). |
Copilot
AI
Oct 29, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The documentation mentions triggering a name-mismatch outcome by appending '+lowscore' to the email, but it's unclear whether this applies to both PayPal and Venmo or only PayPal. Since Venmo uses usernames rather than emails, clarify if this behavior applies to both payment methods and provide an example for Venmo if applicable.
| 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]`). | |
| 2. The accounts provided will produce the success outcome. | |
| - **PayPal:** To trigger the `name-mismatch` outcome, use a user where the email has "+lowscore" appended (e.g., `[email protected]`). | |
| - **Venmo:** The `name-mismatch` outcome cannot be triggered using the provided Venmo test accounts, as Venmo uses usernames rather than emails and does not support the "+lowscore" mechanism. |
Description
Add PayPal and Venmo testing accounts to the environments page.
Related issues
SWY-3438
Screenshots