Skip to main content
GET
Get current user's billing payment method

Authorizations

Authorization
string
header
required

Authorization header using the Bearer scheme. Accepted values are Leadping user JWT access tokens and WorkOS organization API keys beginning with sk_.

Response

Returns the Stripe payment method response.

Describes Stripe payment method data used in Leadping API requests and responses.

id
string
required

Unique Leadping identifier for this Stripe payment method.

brand
string
required

Card network brand, such as Visa, Mastercard, or American Express.

last4
string
required

Last four digits of the payment card number.

expMonth
integer<int32>

Two-digit month when the card expires.

expYear
integer<int32>

Four-digit year when the card expires.

isDefault
boolean

Whether this Stripe payment method is default.

createdAt
null | string<date-time>

UTC timestamp for created at on this Stripe payment method.