GET
/
v1
/
paymentProvider
/
stripe
/
setup
/
{sessionId}
/
{projectId}
curl --request GET \
  --url https://api.unprice.dev/v1/paymentProvider/stripe/setup/{sessionId}/{projectId} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

projectId
string
required

The project id the customer is signing up for

Example:

"1234567890"

sessionId
string
required

The stripe session generated by the sign up process

Example:

"cs_live_a1b2c3d4e5f6g7h8i9j0"

Response

302

Redirect