2👍
✅
Add this to your settings.py
SOCIALACCOUNT_PROVIDERS = {
'stripe': {
'SCOPE': ['read_write']
}
}
Source:stackexchange.com