get /v1/payment_methods/{payment_method}

Retrieve a PaymentMethod

GetPaymentMethodsPaymentMethod

<p>Retrieves a PaymentMethod object attached to the StripeAccount. To retrieve a payment method attached to a Customer, you should use <a href="/docs/api/payment_methods/customer">Retrieve a Customer’s PaymentMethods</a></p>

Parameters

Name In Type Required Description
expand query string[] no Specifies which fields in the response should be expanded.
payment_method path string yes

Request Body

application/x-www-form-urlencoded

Responses

200 Successful response.
default Error response.