CLICK HERE TO ACCESS YOUR PORTAL!
curl https://api.stripe.com/v1/billing_portal/sessions \
-u sk_test_51J4anQFw2vRfpFbUJ53kwL2MTKJY3PYr51pFM7fLnmVXqLNT7y1irtJFVisYr2coYCuEibwKvdYKphYDo5ZwCVbc00yUxPh7A8: \
-d “customer”=”{{ CUSTOMER_ID }}” \
-d “return_url”=”https://example.com/account”
“id”: “bps_1JIH9EFw2vRfpFbUHwjHL0qq”,
“object”: “billing_portal.session”,
“configuration”: “bpc_1JIH9EFw2vRfpFbUZMy0MLpt”,
“created”: 1627495588,
“customer”: “cus_3fB4ABQzA6QjVL”,
“livemode”: true,
“on_behalf_of”: null,
“return_url”: “https://example.com/account”,
“url”: “https://billing.stripe.com/session/{SESSION_SECRET}”
}