#tbhaxor.com

1 messages · Page 1 of 1 (latest)

wispy flameBOT
cedar arch
brisk yarrow
#

if you use it in mode:subscription it automatically sets the default_payment_method on the Subscription it creates to the payment method used.

cedar arch
#

So next time (after subcription is canceled) user want to subscribe to new subsciption. Will it show this JCB card?

brisk yarrow
cedar arch
#

Yes I am providing the customer id

#
allow_promotion_codes: true,
      success_url: context.data.successUrl,
      cancel_url: context.data.cancelUrl,
      customer: customerId,
      billing_address_collection: "required",
#

this is the payload where customer Id is mentioned in the SessionCreateParams

#

So now, will it show the existing card?

#

Let's give it a shot

#

It works 😍

brisk yarrow
#

but yeah it does work if you set things up the right way, as you see

#

The currencies you can use are determined by the country of the Stripe account where the charge is made.
This is mapped with the country customers will select in the checkout session, right? Yes/No. If No need more information.

What is your quote from?

cedar arch
#

From the dcos

#

docs*

brisk yarrow
#

in that context, it means the country that your Stripe account is located in

cedar arch
#

I see