patch https://api-payment.inspireplatform.io/customers//metadata
Overview
Metadata are any custom properties that you need to add to a customer object. The custom properties are stored as key-value pairs in the metadata
property of the object.
To add or update metadata, pass the array key-value pairs in the metadata
body parameter.
Note, that each time you call this endpoint, themetadata
property is overwritten. If you need to edit a key-value pair of metadata, you must pass the entire array of key-value pairs.
To delete a customer's metadata, pass null in the metadata
body parameter.