Make payment
POST/company/payment/pay
Process a payment for the company.
Flow:
- Permission validation
- Create a payment session in Stripe
- Return URL to complete the payment
Response example:
{
url: https://checkout.stripe.com/pay/cs_test_...
}
Responses
- 200
- 400
- 401
Stripe checkout URL
Invalid request
Unauthorized