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
Get a payment method by ID
cURL
curl --request GET \ --url https://api.example.com/api/payment-methods/{id} \ --header 'Authorization: <authorization>'
{ "id": "pm_abc123", "type": "bank_transfer", "bankName": "Chase", "accountNumber": "****7890", "currency": "USD" }