You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This sample app shows how to build and customize a card payment form to accept debit and credit cards. Please make sure to style the card form so that it aligns with your business branding.
22
24
23
25
To create this application from scratch, follow the [Advanced Checkout integration](https://developer.paypal.com/docs/checkout/advanced/integrate) guide from the [PayPal Developer](https://developer.paypal.com/home) docs.
24
26
25
-
26
27
## Run this project
27
28
28
29
### PayPal Codespaces
30
+
29
31
[](https://codespaces.new/paypaldev/PayPal-JavaScript-FullStack-Advanced-Checkout-Sample?devcontainer_path=.devcontainer%2Fdevcontainer.json)
30
32
31
-
- Rename the ``.env.example`` file to `.env`.
33
+
- Rename the `.env.example` file to `.env`.
32
34
- Add your environment variables in the `.env` file.
33
35
34
36
### Locally
@@ -37,6 +39,7 @@ To create this application from scratch, follow the [Advanced Checkout integrati
37
39
- Add your environment variables in the `.env` file.
38
40
39
41
Complete the steps in [Get started](https://developer.paypal.com/api/rest/) to get the following sandbox account information from the Developer Dashboard:
42
+
40
43
- Sandbox client ID and the secret of [a REST app](https://www.paypal.com/signin?returnUri=https%3A%2F%2Fdeveloper.paypal.com%2Fdeveloper%2Fapplications&_ga=1.252581760.841672670.1664266268).
41
44
- Access token to use the PayPal REST API server.
42
45
@@ -59,8 +62,9 @@ Expiration Date: `01/2025`
59
62
CVV: `123`
60
63
61
64
## PayPal Developer Community
65
+
62
66
The PayPal Developer community helps you build your career while improving your products and the developer experience. You’ll be able to contribute code and documentation, meet new people and learn from the open-source community.
0 commit comments