Stripe: Canceling subscription options

In the Stripe Dashboard you get two options when cancelling a subscription:

In Bubble you don’t seem to get the option - the subscription is canceled immediately. Can set this somehow?

here is what you need : https://stripe.com/docs/api#cancel_subscription, see the at_period_end parameter
you can add the call with the API Connector plugin

Thnx @nicolas.daprigny. However, I’m not sure how to setup the call so i think I’ll handle the remaining free time post cancel day in my app.