#swaroopnagothi25_billing-quickstart
1 messages · Page 1 of 1 (latest)
👋 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/1345057531973861378
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
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.
- swaroopnagothi25_api, 47 minutes ago, 10 messages
Hi, did you try what I recommended previously?
I did not see a check box on my test but I was able to save the payment method details for future usage
@sacred dragon did you review my previous response?
i was able to save pre-authorised debit account when i set the setup_future_usage as 'on_session'.
I need checkbox for pre-authorised debit
i passed the mandate information. here it is
params[:payment_method_options] = {
acss_debit: {
mandate_options: {
payment_schedule: 'combined',
interval_description: gateway.gateway_configuration["ca_pad_interval"] || 'N/A',
transaction_type: 'personal'
},
setup_future_usage: 'off_session'
}
}
Yeah, I think that is beacuse you're already collecting their consent when you collect the mandate details right?
i didn't get you
yeah, I tested this multipel times and I think it's expected that you do not see the box
By the way, i can't see the pre-authorised debit account under saved section in payment element.
Not all payment methods act the same and it is possible that acss has some compliance that does not allow that box
What does 'pre-authorised debit account under saved section in payment element' mean?
one of my customer has canadian bank account and that is not showing under saved section in the payment element.
Ah, that is because not all payment methods are supported. You can look which payment methods are supported here: https://docs.stripe.com/payments/save-customer-payment-methods
You would instead retrieve the payment method and surface that saved payment method on your end
Hoo ok.
can you share me the document where i can see the supported payment methods
I see them here: https://docs.stripe.com/payments/save-customer-payment-methods
such as card, us_bank_account, and sepa_debit.
Let me confirm that
After testing, that appears to be the case
I'm testing something else for another developer. Can you test that on your end to confirm?
ok. I am not using any subscription or invoice in stripe. How can i do recrring payment.? take your time. i will wait
you can follow this guide: https://docs.stripe.com/billing/subscriptions/build-subscriptions?platform=web&ui=elements
I use the stripe for creating payments and payment methods. how can i do a recurring payment without creating a subscription?
Hi hi! I’m going to be taking over for my colleague here - give me just a sec to catch up.
ok
how can i do a recurring payment without creating a subscription?
You would have to build your own recurring logic (or use a Stripe partner).
Why not use Stripe Subscriptions?
can you provide me a sample request for recurring payment?
There are lots of samples and examples on our site, like this one: https://docs.stripe.com/billing/quickstart