Skip to main content
PUT
/
v3
/
entity
/
{id}
Update Entity
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>"
}
'
{}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

id
string
required

Tazapay unique ID of the entity

Body

application/json
phone
object

Entity phone

website
string

Entity website

registration_date
string

Business Registration Date, Format DD-MM-YYYY

metadata
string<json>

Set of key-value pairs to attach to the entity

Response

200

status
string

Indicates the result of the API call.

Example:

"success"

message
string

Optional message providing context or additional information about the response. Can be empty.

Example:

""

data
object

Details of the entity or KYB record returned in the response.