Resources
Data Model
The data model for the CardSavr platform is shown below.
To create a card placement job, there are three data objects that must be created first. In order, these are:
Cardholder - Represents the cardholder Cardholders Endpoint
Card - Represents a card Cards Endpoint
Account - Represents the credentials for a merchant and is linked to a merchant Accounts Endpoint
Address - Represents the billing address of a card Addresses Endpoint
Once these resources have been created, a card placement job can be create:
Job - Represents the push-provisioning request to place a card as the default payment method at a merchant Jobs Endpoint
Result - Represents the persistent record of a card placement with all sensitive data removed Jobs Endpoint