Skip to main content
GET
List all payment methods

Authorizations

X-SALESBRICKS-KEY
string
header
required

API key for authentication

Path Parameters

customer_id
string
required
Pattern: ^([a-zA-Z\d\-]+)$

Response

200 - application/json
payment_method_id
string
required

Unique Stripe payment method identifier

is_default
boolean
required

Whether this is the default payment method for the customer

type
enum<string>
required

Type of payment method

  • card - Card
  • us_bank_account - US Bank Account
  • link - Link
Available options:
card,
us_bank_account,
link
us_bank_account
object
card
object