Retrieve a PaymentMethod
GET {{baseUrl}}/v1/payment_methods/:payment_method
Retrieves a PaymentMethod object attached to the StripeAccount. To retrieve a payment method attached to a Customer, you should use Retrieve a Customer’s PaymentMethods
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
expand[0] | string | Specifies which fields in the response should be expanded. | |
expand[1] | string | Specifies which fields in the response should be expanded. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |