/billing/getportalsession
DevelopingGET
/billing/getportalsessionLast modified: a year ago
Return the URL to a new Stripe checkout session.
Request
None
Request samples
Responses
An example Response(200)
An example Response
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
object {0}
Example
{
"status": {
...
},
"data": {
"stripe_portal_url": "https:\/\/billing.stripe.com\/p\/login\/test_fZecMR1w48SB3QcaEE"
}
}
Last modified: a year ago