Get payment methods
GET/company/payment/payment_method
List all payment methods configured for the company.
Example response:
[
{
id: pm_1Jm...,
type: card,
card: {
brand: visa,
last4: 4242,
exp_month: 12,
exp_year: 2025
},
is_default: true
}
]
Responses
- 200
- 401
List of payment methods
Unauthorized