curl --request GET \
--url http://localhost:3091/v1/api/payments/cancel \
--header 'Authorization: Bearer <token>'"<string>"Browser redirect target when the user cancels Stripe Checkout.
curl --request GET \
--url http://localhost:3091/v1/api/payments/cancel \
--header 'Authorization: Bearer <token>'"<string>"JWT access token from POST /v1/api/auth/login
Cancellation view rendered
The response is of type string.