#taviksha-akar_api

1 messages ¡ Page 1 of 1 (latest)

frail cosmosBOT
#

👋 Welcome to your new thread!

⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1275786660432318546

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

thorn mirageBOT
#

Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

lime kestrel
#

hi there!

neat gulch
#

Hi

lime kestrel
#

if the customer has a default PaymentMethod set, then it will be automatically used for Subscriptions/Invoices

#

you would need to unset the detault PaymentMethod on the customer for this to work

neat gulch
#

Is there any other way than unset like auto collection set to off to the collection cannot attempt to collect

lime kestrel
#

depend, what exactly are you trying to achieve? that the first Invoice of the subscription stays in open status, even if the customer has a default PaymentMethod set?

neat gulch
#

Actually in my case, customer can have multiple subscription, so sometimes customer don't want to make payments and he may pay later on, so in this case we want to create a shceduled subscription and then customer can pay later by the same card or any other different card.

lime kestrel
#

Actually in my case, customer can have multiple subscription
then maybe you should not have a default payment method saved on the customer at all. instead save the default payment method on the Subscripiton itself.

#

this way, when you create a new Subscription, no default payment will be set utill you set one.

neat gulch
#

nhow to set default payment method at subscription

#

I am passing default_payment_method parameter when creating subscription'

lime kestrel
#
  1. make sure to not set a default payment method on the customer
neat gulch
#

yes i am using default_payment_method on the Subscription itself but i dont want to take payment still it is taking customer default payment.

and when creating customer i have not passed any default payment method