Customers
Apps
Upsert customer app data
Upsert customer app data.
put/api/v1/customers/{customerIdOrKey}/apps
Path parameters
Example:01G65Z755AFWAKHE12NY0CQ9FH
Request body
Example request
[
{
"stripeCustomerId": "cus_xxxxxxxxxxxxxx",
"type": "stripe"
}
]Response
The request has succeeded.
Example response
[
{
"stripeCustomerId": "cus_xxxxxxxxxxxxxx",
"type": "stripe"
}
]Changes
No recorded changes to this endpoint across all 1 revision of this API.