Customers

Get customer stripe app data

Get stripe app data for a customer. Only returns data if the customer billing profile is linked to a stripe app.

get/api/v1/customers/{customerIdOrKey}/stripe

Path parameters

string required

ULID (Universally Unique Lexicographically Sortable Identifier).

OR
string required

ExternalKey is a looser version of key.

Example:01G65Z755AFWAKHE12NY0CQ9FH

Response

The request has succeeded.

idstring

The app ID. If not provided, it will use the global default for the app type.

stripeCustomerIdstring required

The Stripe customer ID.

stripeDefaultPaymentMethodIdstring

The Stripe default payment method ID.

type'stripe' required

The app name.

Example response

{
  "stripeCustomerId": "cus_xxxxxxxxxxxxxx",
  "type": "stripe"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.