#elppypy_api

1 messages ¡ Page 1 of 1 (latest)

dry coralBOT
#

👋 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/1345107621354668042

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

brisk hare
#

Can you test that on your flow please?

#

@sturdy garden did it work?

sturdy garden
#

1 min, I'll try it

brisk hare
#

Sounds good

brisk hare
#

@sturdy garden did it work?

sturdy garden
#

This way I need to also set default_payment_method for the subscription?

brisk hare
#

I do not know what means sorry, can you reword it please?

sturdy garden
#

The intention is to use this with subscriptions

#

currently we are letting the subscriptions charge the default payment method from the customer, but with this approach I need to set the token as the payment method for the subscription?

dry coralBOT
sturdy garden
#

Also, this didn't work as we can see in the request req_9Px1K79FJ4jjVQ

#

No such PaymentMethod: 'btok_1QxZT1RocT5qGDWxygpYXJI4'

brisk hare
#

Let me take a look

sturdy garden
brisk hare
#

That is owned by Plaid so we would not have much exposure to that.

sturdy garden
#

Yes, I'm just testing the flow from the bank account token perspective, which is where is Stripe related

brisk hare
#

then, use the SetupIntent to conert it to a payment method as you'd be able to pass ba_ objects

sturdy garden
#

i'm trying to create the ba_ but I think there's a problem with Java SDK

#

from the docs:

PaymentSource paymentSource = customer.getPaymentSources().create(params);
but there's no .getPaymentSources() method available

brisk hare
#

You might be using a newer version, and since some of these objects are legacy, you might be running into an issue.

sturdy garden
#

Any way to circunvent this issue?

brisk hare
sturdy garden
#

The situation is that we already have an ACH verification in our product

#

We are looking for ways to avoid having a second verification when creating the subscription in Stripe

#

Which I believe to be the default behavior when you try to create an ACH payment method in Stripe, a verification is triggered automatically

mellow field
#

What ACH verification do you have in your product?

sturdy garden
#

We have Plaid for instant verification and Dwolla for microdeposits

mellow field
#

What's the Customer ID you're testing this on?

dry coralBOT
sturdy garden
#

The last test was on this one: cus_RrI3sEvbf0n7De

red holly
#

Hey there! I'll be taking over from my colleague, let me catch up on this thread.

sturdy garden
#

exactly, the line with problems is the last one

red holly
#

Let me double check

sturdy garden
#

All right, please let me know here in this thread if there's a workaround

red holly
#

Hey there sorry for the delays here. This is going to need a deeper investigation, I'm going to trigger a flow that will have our bot send you a DM to create a support ticket that will come right to our team.