Customers
Apps
Upsert customer app data
Upsert customer app data.
put/api/v1/customers/{customerIdOrKey}/apps
Path parameters
Example:01G65Z755AFWAKHE12NY0CQ9FH
Request body
Example request
[
{
"type": "stripe",
"stripeCustomerId": "cus_xxxxxxxxxxxxxx"
}
]Response
The request has succeeded.
Example response
[
{
"type": "stripe",
"stripeCustomerId": "cus_xxxxxxxxxxxxxx"
}
]