OAuth Scopes
Scopes define what permissions your application is requesting from the user. Request only the scopes your application needs.
Available Scopes
| Scope | Description | Recommended |
|---|---|---|
offline_access |
Grants a refresh token for offline access | ✅ Yes |
payment_intent.inbound:read |
Read access to inbound payment intents | As needed |
payment_intent.inbound:write |
Write access to inbound payment intents | As needed |
transactions:read |
Read access to transaction history | As needed |