Skip to main content
POST
/
{shopId}
/
payments
/
stripeconnect
/
session
Stripe connect session
curl --request POST \
  --url http://staging.qshop.ng/apiv2/{shopId}/payments/stripeconnect/session \
  --header 'Content-Type: application/json' \
  --data '
{
  "redirectUrl": "http://localhost:3001/api/admin/settings/account-settings?page=payment"
}
'

Body

application/json
redirectUrl
string
Example:

"http://localhost:3001/api/admin/settings/account-settings?page=payment"

Response

200 - undefined