Please try searching something.
Clients
Learn how to manage your clients and their information
After creating a private or business client object, you might need to manage or update the client information at a later time. Using DECTA API client requests you will be able to make any updates like address or phone at any time.
Get Client List
When you want to retrieve information about all your issued cards clients, you should use request GET/v1/api/clients
to get a list of clients with detailed information.
Search Client by Selected ID Number
To receive a detailed information about a specific card and client, use request GET/v1/api/clients/{clientId}
. and select necessary PPAN.
Change a Clients Address
When your client has changed his previous address and you want to update it, use this request PATCH/v1/api/clients/{clientId}/address
and send the new address details. This functionality is available for TPP clients only.
Change a Clients Phone number
If your client has updated or changed previous phone number, you can easily update it by using the request PUT/v1/api/clients/{clientId}/phone
Change a Client Card Delivery Address
The delivery address for physical cards may be different from the client’s registered address including shipment method, so we offer you the option to update it as needed. To do so, please use the request PATCH/v1/api/clients/{clientId}/delivery-address
.
Change a Passphrase
When ordering the card your client sets up their passphrase, but they also have the option of changing it afterwards. Request will update also DECTA Secure passphrase. If client have multiple cards with DECTA Secure authentication method, password will be updated for all of them. To do so, use the request PUT/v1/api/clients/{clientId}/passphrase
.
Jump to
- Get Client List
- Search Client by Selected ID Number
- Change a Clients Address
- Change a Clients Phone number
- Change a Client Card Delivery Address
- Change a Passphrase