billing

Get Payment Methods

List payment methods for the developer's Stripe customer.

get/v1/billing/payment-methods

Headers

authorizationstring

Response

Successful Response

Example response

{
  "payment_methods": [
    {
      "exp_month": 9,
      "exp_year": 2028
    }
  ]
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.