Contact Us
API ReferenceDeveloper Guides
API ReferenceDeveloper Guides
    • Getting Started
  • Customer Data API
  • Transaction Data API
Contact Us
LogoLogo
Customer Data APIRetail

Add IDV information

POST
https://api.cable.tech/v1/retail/idv_info
POST
/v1/retail/idv_info
1curl -X POST https://api.cable.tech/v1/retail/idv_info \
2 -H "x-api-key: <apiKey>" \
3 -H "Content-Type: application/json" \
4 -d '[
5 {
6 "timestamp": "2024-01-15T09:30:00Z",
7 "data": {
8 "verification_type": "verification_type",
9 "verification_outcome": "pass",
10 "verification_provider": "IDV Base"
11 },
12 "parent": {
13 "id": "id"
14 }
15 }
16]'
Try it
200Successful
1{
2 "success": true
3}
Retail endpoint for adding new IDV information
Was this page helpful?
Previous

Add account status information

Next
Built with
Add account status information
Retail endpoint for adding new IDV information

Authentication

x-api-keystring
API Key authentication via header

Headers

x-internal-api-keystringRequired

Request

This endpoint expects a list of objects.
timestampdatetimeRequired

Original timestamp relating to this IDV information creation/change

dataobjectRequired
parentobjectRequired

Response

Operation success
successbooleanDefaults to true
You probably did something wrong if you set this to false