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.
API Reference
List user’s payment methods
cURL
curl --request GET \ --url https://api.example.com/api/payment-methods \ --header 'Authorization: <authorization>'
[ { "id": "pm_abc123", "type": "bank_transfer", "bankName": "Chase", "accountNumber": "****7890", "currency": "USD" } ]