Improved

PayPal account product onboarding status

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: true while onboarding is in progress, so GET /v3/accounts/{account-id}/products shows a pending state instead of looking active before PayPal finishes setup.
  • When PayPal reports onboarding is complete, the product updates to disabled: false automatically; 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.