#bharat-checkout-currencypmts
1 messages · Page 1 of 1 (latest)
@quaint nymph do you have an example Checkout Session id cs_test_123 I can look at?
Yeah, is a live one okay or do you need a test one?
sure
Great, one sec
bharat-checkout-currencypmts
cs_live_b1gtddhchUWYR2WezTLAyJQcYkgoVPL05iylzKbgdO6V8T4xkDFmOAonUb
thanks give me some time to look
@quaint nymph sorry Discord got busy, let me look at this right now
Thanks. I setup Checkout like this:
line_items: [
{
price: XXXXXX
quantity: 1,
},
],
mode: "subscription",
customer: customer,
success_url: `${returnUrl}?success=true`,
cancel_url: `${returnUrl}?canceled=true`,
allow_promotion_codes: true,
payment_method_types: ["card", "link", "sepa_debit", "cashapp"],
});```
But I'm wondering if I should just be managing payment method types via the dashboard because I don't want to turn anything off incorrectly
Okay so you are using Subscriptions and I don't thing that's supported the way you think it is
Had you properly tested all of this in Test mode first?
How do I test euro prices from the us though?
Can I look up checkout links myself to determine what's enabled vs not?
Okay cool, I'll do that next
And is there a way to lookup what you evaluated on the checkout Session ID myself to see what was included?
I didn't evaluated anything specific different from what you shared with the code right?