Overview
This endpoint is used to create vaults that store data representing a credit card.
A creditCard object is expected in the request with the follow fields:
creditCard: The credit card to store
The expiry month of the card
The expiry year of the card
The cardholder's name
FAQ)
The card number (Must pass Luhn algorithm
As this is an online vault endpoint, the request may contain the fields:
- (required) device: The device information associated with this vault. Device Fingerprinting
- (optional) hashedPin: Extra field to increase the level of security of the vault. FAQ
For more information about online vaults see here.
Additionally the user may create metadata tags for their vault.
Add metadata tags to the vault.
Structure
RequestResponse
{
Contains the end-user's device metrics. The username that this vault is associated with. Your reference to this operation for audits.
Add metadata tags to the vault.
The vault to create
} The application details
Contains the end-user's device metrics. The username that this vault is associated with. Your reference to this operation for audits.
Add metadata tags to the vault.
Usage
API used |
POST /sanctum/v1-2/vault/credit-card/online |
Comments
0 comments
Please sign in to leave a comment.