Improved
PayPal account product onboarding status
8 months ago
Paypal account products now reflect where you are in PayPal onboarding, so you can tell when a product is still pending setup versus ready to take payments. Before this change, onboarding progress was harder to read from product records alone.
- New PayPal account products are created with
disabled: truewhile onboarding is in progress, so GET/v3/accounts/{account-id}/productsshows a pending state instead of looking active before PayPal finishes setup. - When PayPal reports onboarding is complete, the product updates to
disabled: falseautomatically; you do not need to poll PayPal or manually flip the flag. - If PayPal partner consent is revoked, the account product record is removed so stale PayPal configuration does not stay on the account.
