Learn how to fix common issues with the PayPal component.
| Issue | Description | Next steps |
|---|---|---|
| PayPal SDK not loading. | Console shows PayPal SDK not loaded. |
|
| Button not rendering. | The button doesn't appear in the container. |
|
| Validation errors. | Receiving validation errors. |
|
| Funding source issues. | Certain funding sources aren't available. |
|
To get more detailed information about errors, enable the debug mode in your paypalConfig.
queryParams: {
debug: true
}Debug mode increases script size and impacts performance. Use only for development.