cURL
curl --request PUT \ --url https://service-sandbox.tazapay.com/v3/entity/{id} \ --header 'Authorization: Basic <encoded-value>' \ --header 'Content-Type: application/json' \ --data ' { "phone": { "calling_code": "<string>", "number": "<string>" }, "website": "<string>", "registration_date": "<string>", "metadata": "<string>" } '
{}
Update an existing entity
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Basic <encoded-value>
<encoded-value>
username:password
Tazapay unique ID of the entity
Entity phone
Show child attributes
Entity website
Business Registration Date, Format DD-MM-YYYY
Set of key-value pairs to attach to the entity
200
Indicates the result of the API call.
"success"
Optional message providing context or additional information about the response. Can be empty.
""
Details of the entity or KYB record returned in the response.
Was this page helpful?