Customers
Apps
Upsert customer stripe app data
Upsert stripe app data for a customer. Only updates data if the customer billing profile is linked to a stripe app.
put/api/v1/customers/{customerIdOrKey}/stripe
Path parameters
Example:01G65Z755AFWAKHE12NY0CQ9FH
Request body
Response
The request has succeeded.
Example response
{
"type": "stripe",
"stripeCustomerId": "cus_xxxxxxxxxxxxxx"
}