PayPal Setup Guide
About 5 minutes. You'll create a REST API App in PayPal Developer Console and paste the Client ID + Secret into autoGOM.
- 1
Sign in to PayPal Developer Console
Open PayPal Developer Console and sign in with your PayPal account. You don't need a separate developer account — your regular PayPal login works. - 2
Choose environment (Sandbox or Live)
Toggle at the top of the page:
- Sandbox — for testing. No real money. Use this first to make sure the integration works.
- Live— for production. Real payments. Switch to Live only when you're ready to receive actual orders.
- 3
Create a REST API App
Click "Create App". Give it any name (e.g.,
autoGOM). Choose "Merchant" as the type.On the app detail page, you'll see Client ID and Secret(click "Show" to reveal). Copy both.
- 4
Enable Invoicing scope
Scroll down to "Features". Make sure "Invoicing" is checked. If not, check it and save changes.
Without this scope, autoGOM can't create invoices on your behalf and verification will fail at step 4.
- 5
Paste into autoGOM
Go to Settings → PayPal Connection. Choose the same environment (Sandbox or Live), paste your Client ID + Secret, and click Connect & Verify.
Verification runs 4 automated checks (~5 seconds). If anything fails, you'll get the exact step + a link back to PayPal to fix it.
- 6
Set your account to receive USD
autoGOM issues all invoices in USD. To receive the full listed price, set your PayPal account to hold USD balance rather than auto-convert. Auto-conversion adds a ~3-4% PayPal currency conversion fee on receive, which reduces the surplus built into our Processing fee.
See the Processing fee guide for how the fee is calculated and what you receive on each order.
Troubleshooting
- Step 1 fails — "Invalid credentials"
- Double-check the Client ID and Secret. If both look right, verify your environment selection matches the keys (Sandbox keys won't work in Live mode and vice versa).
- Step 4 fails — "Invoicing scope missing"
- Go back to your app in PayPal Developer Console, enable Invoicing under Features, save, then re-verify in autoGOM.
- My account is in a different country
- PayPal restricts some features by region. autoGOM doesn't enforce regional limits — if PayPal accepts your keys, we accept them too.