get

GET /v2/affiliatePaymentMethods — List payment methods

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Returns all payment methods stored on the authenticated affiliate's Telegra billing profile. The list is synced from Stripe on each request to ensure freshness.

Response

Returns an array of payment method objects under data. Each object has the same shape as the paymentMethodDetails returned from POST /v2/affiliatePaymentMethods, plus the top-level id and source fields:

FieldDescription
idStripe payment method ID (pm_xxx)
sourceAlways stripe
typecard or us_bank_account
isDefaultWhether this is the current default payment method
last4Last 4 digits
(card only) cardBrand, expMonth, expYear, name, postalCodeCard-specific fields
(ACH only) bankName, accountType, nameBank account-specific fields

Required role

affiliate_super_admin, affiliate_admin, or affiliate_agent

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here!