OAuth providers
Ramp
Set up Ramp OAuth for corporate card and expense management
Overview
Section titled “Overview”Connect your users to Ramp for corporate card management, expense tracking, transaction data, and spend analytics.
| Property | Value |
|---|---|
| Provider ID | ramp |
| Category | Finance & HR |
| PKCE | Supported |
| Token refresh | Automatic |
| Redirect URI | Shown in Developer Portal |
Step 1: Create a Ramp OAuth App
Section titled “Step 1: Create a Ramp OAuth App”Go to the Ramp Developer Documentation
Navigate to docs.ramp.com and review the OAuth setup guide.
Contact Ramp to register the application
Ramp’s OAuth integration requires registration. Follow the instructions in the Ramp API documentation to request API access and register the application.
Configure the redirect URI
Add the Alter callback URL from the Developer Portal to the application’s redirect URI configuration.
Get credentials
Copy the Client ID and Client Secret provided during registration.
Step 2: Add to Alter Vault
Section titled “Step 2: Add to Alter Vault”Open the Developer Portal
Go to portal.alterauth.com and navigate to the application.
Add Ramp provider
Go to OAuth Providers > Add Provider > Ramp.
Enter credentials
- Client ID: Paste your Ramp Client ID
- Client Secret: Paste your Ramp Client Secret
Select scopes
Choose the scopes the application needs.
Save
Click Save. The provider is now active.
Available Scopes
Section titled “Available Scopes”| Scope | Description |
|---|---|
transactions:read | Read transaction data |
transactions:write | Manage transaction data |
users:read | Read user information |
cards:read | Read corporate card data |
reimbursements:read | Read reimbursement data |
- See the Ramp API authorization documentation for more details.