API Reference

This endpoint is designed to update the data sent in a KYC submission.

Body:

{
    "customerId": "762ce1e5-6342-4410-8b88-757c4713d42c",
    "submissionId": "762ce1e5-6342-4410-8b88-757c4713d43b",
    "kycUpdateSubmission": {
        "legalFirstName": "Miguel",
        "lastname": "Monasterios",
        "datebirth": "2023-12-11T19:28:39.434Z",
        "countrycode": "US",
        "statecode": "FL",
        "city": "Roseville",
        "zipcode": 120102,
        "address": "55 Fruit St, Boston, MA 02114, Estados Unidos"
    }
}

Response:

{   
   "submissionId": "e8f87d64-5e3c-40ce-b985-473ec6f2df3b",
    "updatedAt": "2023-12-21T22:08:21.403Z"
}

Language
Click Try It! to start a request and see the response here!