#.abishek
1 messages · Page 1 of 1 (latest)
ok, thank you
Sure
is there a way to show cancellation policy for services?
You can set things like refund/return policies via https://dashboard.stripe.com/settings/checkout
Otherwise you would probably want to just use custom_text (https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-custom_text) for a cancellation policy
would custom_text be ok to show Stripe when there are chargebacks?
i mean agreeable to stripe for chargebacks?
Not sure exactly what you mean by that?
You can show whatever you want in custom text
sometimes customer purchase a subscription and by the end of the cycle they raise a chargeback, we want to show the cancellation policy as part of the checkout process, since Stripe only has return/refund policy, we may use the custom text to show the cancellation policy. When a customer raises a chargeback, stripe requests the account holder for a cancellation policy, so just wondering if custom text on the checkout page will be acceptable by stripe as proof of cancellation policy
Ah I have no idea on that front
can custom text include a clickable link? like we can link to our cancellation policy on our site