#ayush_docs

1 messages · Page 1 of 1 (latest)

narrow waveBOT
#

👋 Welcome to your new thread!

⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1415386037886128179

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

wintry cloak
#

Hello, hope you're doing well!

#

To summarize the question, I am trying to use Radar to ban the use of credit cards in my embedded checkout flow

#

Is that possible/are there are other more efficient routes to do the same?

fluid gale
wintry cloak
#

I see, and this is possible when using Stripe Checkout Embedded?

fluid gale
#

Not this integration directly, but you can also look at the funding type of the card, https://docs.stripe.com/api/cards/object#card_object-funding.

You would need to know this before you create the Checkout Session so you can have a UI that says 'pay with debit card' for instance and then create the CheckoutSession.

There is another way but it is not recommended. You could create a CheckoutSession in setup mode, then inspect the payment method details/ card funding type and create the CheckoutSession if it's not a credit card. Again, this is not recommended to do this but sharing with you as an option

I think Radar is the best approach as you're using Checkout Sessions

wintry cloak
#

Understood, how would Radar be used exactly in this scenario?

fluid gale
#

if you add a block rule with Radar, it it will block the payment when the funding type is credit

wintry cloak
#

And how can I integrate it with my Checkout? Could you share show guide/docs?

fluid gale
wintry cloak
#

Perfect, and this will be auto applied to my payments through checkout?

#

If so what happens then when somone tries to use a credit card?

fluid gale
#

Yes

#

It gets blocked

#

You should test this using your Sandbox account

wintry cloak
#

Understood, perfect

#

Is there a cost to using Radar?

fluid gale
wintry cloak
#

By signing up, you agree to the Terms of Service and authorize Stripe to charge an additional $0.02 USD per screened transaction after your 30-day free trial ends. You can cancel anytime.

#

If I want to do it without this, is there a free method?

fluid gale
#

I do not think so for custom rules