Generate onboarding link for bank account (POST)
POST/company/payment/bank_account_link
Purpose
Functionality identical to GET /bank_account_link. Available as POST
for clients who need to send additional data in the body.
Objective
Generate a new Stripe Account Link for the bank account onboarding process via the POST method.
Use Cases
- POST alternative for clients who prefer this method
- Restart the bank linking process by sending parameters
- Integration with flows that exclusively use POST
Notes
- Requires JWT authentication (bearerAuth)
- Same logic as
GET /bank_account_link - Requires
stripe_accountto be configured inpayment_settings
Request
Responses
- 200
- 401
- 404
Account Link generated
Response Headers
Stripe Connect account or company not found
Response Headers
User not found