Overview
Allows you to update the contents of your offline credit card vault. This is a two step process to guard against network failure.
1. update-start
2. update-end
The first step (update-start) will update the contents of your vault and give you the new encryptedData.
You must then acknowledge you received new vault using (update-end). It is only after it has been acknowledged that
the Sanctum system recognises the vault as updated. If the return of the new vault fails due to network issues,
the old update request is ignored and you can restart the update process by calling (update-start) again.
This two step process is identical to the vault read process.
Starting an update process:
Structure
Request
Your reference to this operation for audits.
Response
{
}
Usage
This endpoint should be called to begin updating an offline credit card vault.
API used |
POST /sanctum/v1-2/vault/credit-card/offline/{{vaultUuid}}/update-start |
Ending the update process:
Structure
Request
Response
Usage
This endpoint should be called to acknowledge the successful update of an offline credit card vault.
API used |
PUT /sanctum/v1-2/vault/credit-card/offline/{{vaultUuid}}/update-end |
Comments
0 comments
Please sign in to leave a comment.