Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://app.plugchoice.com/api/v3/teams/{team}/billing/payment-methods \ --header 'Authorization: Bearer <token>'
{ "default_method": "<string>", "methods": [ { "id": "<string>", "type": "<string>", "is_default": true, "card": { "brand": "<string>", "last4": "<string>", "exp_month": 123, "exp_year": 123 }, "sepa_debit": { "bank_code": "<string>", "last4": "<string>", "country": "<string>" } } ] }
null
Show method properties
card
sepa_debit
Show card properties
visa
mastercard
Show sepa_debit properties