Update Customer
Updates an existing customer’s information. Currently, only the email address can be updated.
Authorizations
Access token obtained via /oauth2/token/. Use as Authorization: Bearer <access_token>.
Path Parameters
Unique identifier for the customer.
Body
Customer update payload.
Payload for updating an existing customer.
The new email for the customer.
Response
Customer updated successfully.
Response payload for a customer.
A unique customer's ID. Either the one you supplied on creation or the one Ripio generated for you.
"7142b065-79c4-4f48-9e33-11b23bc689e2"
The email of the individual or juridical person.
The phone number of the individual or juridical person. null if not provided.
"+5491112345678"
Whether the customer account is active. Returns false after the customer has been deactivated; in that case, operations on the customer's resources (KYC, fiat accounts, transactions, sessions) return 404.
true
The date and time of customer's creation.
"2024-04-10T18:17:07.702533Z"