List payment methods
Returns a paginated list of payment methods for a member or company, or for the authenticated user when neither is given, with optional filtering by creation date. A payment method is a stored representation of how a customer intends to pay, such as a card, bank account, or digital wallet.
Required permissions:
member:payment_methods:read
Authorizations
An Account API key, account-scoped JWT, App API key, or user OAuth token. Prepend the key or token with Bearer, for example Bearer ***************************.
Query Parameters
Returns the elements in the list that come after the specified cursor.
Returns the elements in the list that come before the specified cursor.
Returns the first n elements from the list.
42
Returns the last n elements from the list.
42
The unique identifier of the member to list payment methods for. Omit this and company_id to list your own saved payment methods.
"mber_xxxxxxxxxxxxx"
The unique identifier of the company. Provide either this or member_id, not both. Omit both to address your own saved payment methods.
"biz_xxxxxxxxxxxxxx"
The sort direction for ordering results, either ascending or descending.
asc, desc Only return payment methods created before this timestamp.
"2023-12-01T05:00:00.401Z"
Only return payment methods created after this timestamp.
"2023-12-01T05:00:00.401Z"
Only return methods that can be charged this way after the buyer leaves. A checkout that renews should pass off_session, which drops the buyer's platform balance — a balance settles against the ledger at the time of purchase and cannot be charged later.
off_session, on_session Only return payment methods of these types. Pass the eligible type values from the payment method types catalogue so the list holds nothing the purchase cannot take. An empty list returns no payment methods.
The different types of payment methods that can be used.
acss_debit, addi, affirm, afterpay_clearpay, alipay, alma, amazon_pay, apple, apple_pay, au_bank_transfer, au_becs_debit, bacs_debit, bancolombia, bancontact, bank_wire, billie, bizum, blik, boleto, bre_b, ca_bank_transfer, capchase_pay, card, card_installments_three, card_installments_six, card_installments_twelve, cashapp, claritypay, coinbase, crypto, custom, customer_balance, demo_pay, efecty, eps, eu_bank_transfer, fpx, gb_bank_transfer, giropay, google_pay, gopay, grabpay, id_bank_transfer, ideal, interac, kakao_pay, klarna, klarna_pay_now, konbini, kr_card, kr_market, kriya, kueski, link, mb_way, m_pesa, mercado_pago, mobilepay, modo, mondu, multibanco, naver_pay, nequi, netbanking, ng_bank, ng_bank_transfer, ng_card, ng_market, ng_ussd, ng_wallet, nz_bank_account, oxxo, p24, pago_efectivo, pse, pay_by_bank, payco, paynow, paypal, paypay, payto, pix, platform_balance, promptpay, qris, rapipago, rechnung, revolut_pay, samsung_pay, satispay, scalapay, sencillito, sepa_debit, sequra, servipag, sezzle, shop_pay, shopeepay, sofort, south_korea_market, spei, splitit, sunbit, swish, tamara, twint, upi, us_bank_account, us_bank_transfer, venmo, vipps, webpay, wechat_pay, yape, zip, coinflow, unknown Only return cards on these networks, such as the networks the seller accepts. Payment methods that are not cards are unaffected.
Possible card brands that a payment token can have
mastercard, visa, amex, discover, unionpay, jcb, diners, link, troy, visadankort, visabancontact, china_union_pay, rupay, jcbrupay, elo, maestro, tarjeta_naranja, cirrus, nspk_mir, verve, ebt, private_label, local_brand, uatp, wexcard, uzcard, meeza, hrg_store_card, girocard, fuel_card, dankort, carnet, atm_card, china_union_payuzcard, codensa, cabal, hipercard, jcblankapay, cmi, aura, unknown Only return cards funded this way. A card whose funding could not be determined is excluded, and payment methods that are not cards are unaffected.
The funding types of a card
credit, debit, prepaid Filter cards by whether they carry the payer identity document their payment provider requires. Payment methods that are not cards are unaffected.
Filter by expiry. Only a card can expire, so false keeps every payment method that is not past its expiration month and true returns expired cards alone.
Filter by whether the stored credential has permanently stopped charging, such as a vault entry its provider closed.
Response
A successful response
The connection type for PaymentMethodInterface.
A list of nodes.
A saved payment method with no type-specific details available.
- BasePaymentMethod
- CardPaymentMethod
- UsBankAccountPaymentMethod
- CashappPaymentMethod
- IdealPaymentMethod
- SepaDebitPaymentMethod
- PlatformBalancePaymentMethod
Information to aid in pagination.

