-
Notifications
You must be signed in to change notification settings - Fork 13
Feat: Adds Bank ACH Onetime payment examples #85
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: main
Are you sure you want to change the base?
Feat: Adds Bank ACH Onetime payment examples #85
Conversation
3dce747 to
6eb3285
Compare
- remove prerequisitees - update architecture overview to better reflect flow
d700936 to
5d565f9
Compare
5d565f9 to
16ef936
Compare
| @@ -0,0 +1,75 @@ | |||
| # Bank ACH One-time Payment Sample Integration | |||
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.
Can you name the folder bankAchPayments? We want these folder names to match the component names.
Ex: client/components/bankAchPayments/oneTimePayment
| </div> | ||
|
|
||
| <label for="merchant-id-input">Merchant ID:</label> | ||
| <input type="text" id="merchant-id-input" placeholder="Enter your merchant ID" /> |
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.
My initial thought is to remove this merchant id option. It will be confusing for direct merchants using these examples. This merchant id only applies to the partner use case.
| <input type="text" id="merchant-id-input" placeholder="Enter your merchant ID" /> |
|
|
||
| 1. Initialize PayPal Web SDK with Bank ACH component with a sample order creation. | ||
| 2. Opens popup for payer bank authentication and account selection when Bank ACH button is clicked. | ||
| 3. OnSuccess callback passed to SDK initialization captures order with returned order ID. |
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.
| 3. OnSuccess callback passed to SDK initialization captures order with returned order ID. | |
| 3. `onApprove` callback passed to SDK initialization for capturing the order with the returned order ID. |
This PR adds an example for bank ACH one time payment