#swaroopnagothi25_billing-quickstart

1 messages · Page 1 of 1 (latest)

jaunty condorBOT
#

👋 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.

sterile steeple
#

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?

sacred dragon
#

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'
}
}

sterile steeple
#

Yeah, I think that is beacuse you're already collecting their consent when you collect the mandate details right?

sacred dragon
#

i didn't get you

sterile steeple
#

yeah, I tested this multipel times and I think it's expected that you do not see the box

sacred dragon
#

By the way, i can't see the pre-authorised debit account under saved section in payment element.

sterile steeple
#

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?

sacred dragon
#

one of my customer has canadian bank account and that is not showing under saved section in the payment element.

sterile steeple
#

You would instead retrieve the payment method and surface that saved payment method on your end

sacred dragon
#

Hoo ok.

#

can you share me the document where i can see the supported payment methods

sterile steeple
#

Let me confirm that

#

After testing, that appears to be the case

sacred dragon
#

ok

#

is it possible to show the checkbox in case of recurring payments?

sterile steeple
#

I'm testing something else for another developer. Can you test that on your end to confirm?

sacred dragon
#

ok. I am not using any subscription or invoice in stripe. How can i do recrring payment.? take your time. i will wait

sterile steeple
jaunty condorBOT
sacred dragon
#

I use the stripe for creating payments and payment methods. how can i do a recurring payment without creating a subscription?

woven sleet
#

Hi hi! I’m going to be taking over for my colleague here - give me just a sec to catch up.

sacred dragon
#

ok

woven sleet
#

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?

sacred dragon
#

can you provide me a sample request for recurring payment?

woven sleet