Get current user's billing payment method
Users
Get current user's billing payment method
Returns the current user’s default payment method details for billing displays and account payment management.
GET
Get current user's billing payment method
Response
Returns the stripe payment method response.
API DTO containing stripe payment method data used by Leadping API contracts.
The unique ID for this Stripe payment method.
The brand value for this Stripe payment method.
The date and time for the last4 value on this Stripe payment method.
The exp month value for this Stripe payment method.
Pattern:
^-?(?:0|[1-9]\d*)$The exp year value for this Stripe payment method.
Pattern:
^-?(?:0|[1-9]\d*)$Whether this Stripe payment method is default.
The date and time for the created at value on this Stripe payment method.

