Set up new payment method
POST/company/payment/setup_payment_method
Create a new payment method for the company.
Supported types:
- Cards (Visa, Mastercard, etc.)
- Bank transfer (SEPA)
Response example:
{
id: pm_1Jm...,
type: card,
card: {
brand: visa,
last4: 4242,
exp_month: 12,
exp_year: 2025
},
is_default: false
}
Responses
- 200
- 400
- 401
Payment method created
Invalid request
Unauthorized