Troubleshooting
Learn how to fix common issues with PayPal Component.
Common issues
Issue | Description | Next steps |
---|---|---|
PayPal SDK not loading. | Console shows |
|
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. |
|
Debug mode
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.
Updated 13 days ago