#renraj

1 messages · Page 1 of 1 (latest)

winged atlasBOT
spare obsidian
#

Hi there!

sweet prawn
#

ok Soma
As you said "directy create the Subscription and then collect the payment method"
can you show where is that part in the given link?

sweet prawn
#

In this way, we need to confirm the payment from Frontend rite?

spare obsidian
#

Correct

sweet prawn
#

ok

#

As per the step I mentioned, If I go to stripe Dashboard and under "customer", I couldn't see the Default Payment Method

#

If I go to "payment" tab and can see the card details done for that Subscription

spare obsidian
sweet prawn
#

By setting
var suboptions = new SubscriptionCreateOptions
{
Customer = customerResponse.Id,
Items = subscriptionItemOptions,
DefaultPaymentMethod = request.PaymentMethodToken
};
in c# code, itself will set the CC details and will taken up for renewal rite? Rather than setting default_payment_method in Customer?

spare obsidian
sweet prawn
#

ok Thank you...Let me try the existing setup and let u know