Stripe connect routes.
Create Stripe express account so worker can get paid.
Method | URI | Authentication |
---|---|---|
GET |
/bank |
false |
Name | Type | Status | Description |
---|---|---|---|
state |
string |
required |
The token used to identify the user. |
code |
string |
required |
The temporary stripe token for OAuth confirmation. |
Get a URL to either create or login into a Stripe express account.
Method | URI | Authentication |
---|---|---|
GET |
/stripe |
true |
{success} Example Success Response Code
200
Content
{
"success": true,
"message": "Get express OAuth URL",
"data": {
"url": "https:\/\/connect.stripe.com\/express\/qPWj7HBJZvtV"
}
}