Updates an existing customer in the system. The only field that can currently be modified is the customer reference ID (customerRefId), which is an optional external identifier used to link the customer to an external system. If provided, the customerRefId will be updated to the new value. If null is provided, the existing customerRefId will be removed. All other customer fields will remain unchanged.
Required API permissions: CreateCustomers
The unique identifier of the customer to update. This must be a valid customer ID associated with your entity. Used to look up the specific customer's details
(Optional) The identifier of the merchant that this customer will be associated with. This merchant must already exist in the system.
"67e55044-10b1-426f-9247-bb680e5fe0c8"
(Optional) The external customer reference ID used to tie this customer to a customer in an external system.
"cus_1234abcd"
Ok
The unique identifier that represents the customer
"1234567890abcdef"
The external customer reference ID used to tie this customer to a customer in an external system.
"1234567890abcdef"
The payment methods configured for this customer to make payments with.
The date the customer record was created, represented as a Unix timestamp in seconds.
1716211200