Get a business billing payment method
Returns one payment method for the current user or business, including card metadata used for billing management.
Path Parameters
The ID of the payment method to retrieve.
Response
Payment method was successfully retrieved.
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.
^-?(?:0|[1-9]\d*)$The exp year value for this Stripe payment method.
^-?(?: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.

