PayPal
Technical details about how we implement PayPal and how to get started developing with it.
Developing / testing sandbox
Buyer account
Merchant account
PAYPAL_ENVIRONMENT=sandbox
PAYPAL_APP_ID=APP-________npm run script scripts/encrypt.js PAYPAL_CLIENT_SECRETINSERT INTO "ConnectedAccounts" ("service", "clientId", "token", "CollectiveId")
VALUES (E'paypal', clientId, clientSecret, hostCollectiveId);Known issues
Last updated
Was this helpful?