Card Management
The Card Management component allows end-users to view and manage their cards within the Upward Platform.
Steps
1. Authentication
To load the Card Management component, you need a consumer-scoped token.
This token is generated for a specific consumer and authorizes access to their card data.
- Required Token:
api:card-management:read
,api:card-management:write
,api:accounts:read
,api:accounts:write
,api:trade-line:read
,api:purchase:write
,api:purchase:read
See consumer scoped token API
2. Load Card Management Component
Use the following URL to load the Card Management UI component:
- Component URL:
https://component-embedded-sandbox.upwardli.com/card-management?access_token={consumer_scoped_token}
