GET

/api/billing/payment-methods

List payment methods

Returns the user's saved payment methods (cards, Alipay, etc.).

curl -s "$BASE/api/billing/payment-methods" \
  -H "Authorization: Bearer $API_KEY"

Try it out

Sign in to use your API key
Request Body
Response
Click Execute to test