Update Customer
Customer
Update Customer
This endpoint updates an already existing customer object
PUT
Update Customer
Allows you to look up details of existing users on Tazapay’s database with their Tazapay account UUID.
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Body
application/json
Phone contact details
Billing Details of the customer
Shipping Details of the customer
Set of key-value pairs that can be attached to the object (JSON string format)
Example:
"{\"key1\": \"value1\", \"key2\": \"value2\"}"
Customer id for which details need to be updated.
