Options
All
  • Public
  • Public/Protected
  • All
Menu

Retrieve a given user's Stripe details, specifically their customer, subscription, and an invoice. If they're lapsed, then it's the most recent failed invoice. If they're active, it's the upcoming invoice. For all Stripe details, if this user does not have Stripe, they will be null.

Index

Interfaces

Type aliases

Variables

Interfaces

Result

Result:

customer

customer: Customer | null

invoice

invoice: Invoice | null

subscription

subscription: Subscription | null

user

user: UserData | null

Type aliases

Args

Args: void

Body has no args, customer email is read via the Authorization token.

Response

Response: ApiResponse<Result>

Variables

Const HTTP

HTTP: GET = "GET"

Const Path

Path: string = paymentBasePath

Generated using TypeDoc