Bank Account Connection

Help your job seeker connect with their bank account via stripe

Get Account Status

GET https://www.ondemandstaffing.app/api/v1/jobseeker/bank_connection_setup_status

This endpoint allows you to get status on account connection.

Query Parameters

Name
Type
Description

tenant

string

Tenant key requesting this access.

Headers

Name
Type
Description

Authentication

string

Authentication token to track which user is requesting this data.

{'title': 'Custom Title to be shown', 
'help_text': 'Custom help text to be shown.', 
'account_status': 'connected', 
'redirect_url': "www.example.com/some_other_token"}

Last updated

Was this helpful?