removed
Remove customer attribute of Customer object
over 1 year ago by Jan Katrenic
Starting from July 31, 2023, the customer
attribute of Customer object will be removed. This will affect Customer objects returned by our API and payloads of our webhooks.
Migration guide
The data
attribute of the Customer currently contains the same information as thecustomer
attribute, which will remain available after July 31, 2023. You can update your applications to use thedata
attribute instead of customer
.
Note that both customer
and data
have been removed from our API doc. This is because these properties have been deprecated and will be fully removed at a later time.