#altair-django-integration

1 messages ยท Page 1 of 1 (latest)

mossy apexBOT
summer thunder
#

altair-django-integration

#

@pine glacier I don't see what would be insecure or hard specifically in this set up. Your best option is to use Checkout which is our hosted product for payments which drastically simplifies the integration. See https://stripe.com/docs/payments/checkout

pine glacier
#

we have checkout integrated and running for payment, its just we have some edge cases which checkout is not filling in

summer thunder
#

like what?

pine glacier
#

so we thought of doing a full integration, right now its just exploratory but main concern is security

summer thunder
#

yeah I don't really get the worry about security so I'm not sure how to answer.

pine glacier
# summer thunder like what?

so we accept payments globally, and via multiple payment methods, issue is stripe has dynamic pricing for all of them, which we solved by asking people to select a payment method from our frontend and enforcing that in the checkout, now there's another nuance in cc payments that US cc have different prices than international CC's

summer thunder
pine glacier
#

and last time I checked we cant update the charges on the fly in checkout

pine glacier
summer thunder
#

yes

pine glacier
#

I'll try it out thanks

summer thunder
#

๐Ÿ‘

pine glacier
summer thunder
#

no workaround, that's impossible

pine glacier
#

gotcha, I was looking at stripe radar and there's this rule where we can block cards if its not from a particular country

#

can we map this rule to checkout sesions on the fly?

#

or will it enforced to all sessions only?

#

if we can do dynamic mapping then I think we pay for radar in the meanwhile

summer thunder
#

Radar rules apply to all payments, so all Checkout Sessions too. But you can use metadata in rules to adapt to only specific Sessions. But it can't be done "dynamically during a Session"

pine glacier
#

can you also point towards this metadata thing?

#

like can we specify our own values?

summer thunder
pine glacier
#

ah nvm thanks!