Get list of payment methods
GET/company/payment/payment_method
Purpose
Retrieve all registered payment methods (cards) for the authenticated user’s company.
Objective
Display available cards, indicating which one is the default and which can be safely deleted.
Use Cases
- List cards in the payment settings section
- Identify the default card for future payments
- Determine which cards can be deleted (not used in active deliveries)
Notes
- Requires JWT authentication (bearerAuth)
is_default: matchespayment_settings.default_payment_methodcan_delete: falseif the method is in use in active deliveries or is the default- Only returns partial card data (PCI compliant: no full card number)
Request
Responses
- 200
- 401
- 404
- 500
Company's list of payment methods
Response Headers
Company not found
Response Headers
User not found
Response Headers
Error retrieving payment methods from Stripe