get
https://example.com
GET /v2/affiliatePaymentMethods — List payment methods
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
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:
| Field | Description |
|---|---|
id | Stripe payment method ID (pm_xxx) |
source | Always stripe |
type | card or us_bank_account |
isDefault | Whether this is the current default payment method |
last4 | Last 4 digits |
(card only) cardBrand, expMonth, expYear, name, postalCode | Card-specific fields |
(ACH only) bankName, accountType, name | Bank account-specific fields |
Required role
affiliate_super_admin, affiliate_admin, or affiliate_agent
