paymentProvider
stripe setup
This endpoint is called by stripe after the customer setup a payment method. No webhook is needed.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The project id the customer is signing up for
Example:
"1234567890"
The stripe session generated by the sign up process
Example:
"cs_live_a1b2c3d4e5f6g7h8i9j0"
Response
302
Redirect