#bharat-checkout-currencypmts

1 messages · Page 1 of 1 (latest)

whole gobletBOT
mighty sleet
#

@quaint nymph do you have an example Checkout Session id cs_test_123 I can look at?

quaint nymph
#

Yeah, is a live one okay or do you need a test one?

mighty sleet
#

sure

quaint nymph
#

Great, one sec

mighty sleet
#

bharat-checkout-currencypmts

quaint nymph
#

cs_live_b1gtddhchUWYR2WezTLAyJQcYkgoVPL05iylzKbgdO6V8T4xkDFmOAonUb

mighty sleet
#

thanks give me some time to look

#

@quaint nymph sorry Discord got busy, let me look at this right now

quaint nymph
#

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
mighty sleet
#

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?

quaint nymph
#

How do I test euro prices from the us though?

#

Can I look up checkout links myself to determine what's enabled vs not?

mighty sleet
#

it shows how to test this in Test mode

quaint nymph
#

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?

mighty sleet
#

I didn't evaluated anything specific different from what you shared with the code right?