#aham1141_api

1 messages ยท Page 1 of 1 (latest)

tidal apexBOT
#

๐Ÿ‘‹ 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/1334266094114045982

๐Ÿ“ 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.

silent pewter
#

A PaymentMethod is something that a customer uses to pay you, an external bank account is something that is connected to a Stripe account so that funds can be sent to it.

desert raptor
#

According to those docs a Payment Method is the thing that I create to enable InboundTransfers

silent pewter
#

Ah Treasury, apologies missed the doc URL and that is one I see less frequently. I do see that you specified inbound and outbound for flow directions so I am not sure what may have gone wrong for the external account use

#

Do you see an error or something when you try to set it as the external account for a connected account?

desert raptor
#

I can't find the docs right now but there is a flow I found at some point that tokenized the result of the financial connection and that does work in terms of adding an external bank account but tokenization destroys the payment method and so I can't create a Inbound Payment Intent

#

so the whole thing is super confusing

silent pewter
#

Do you know the specific call that did that? Typically tokenizing an existing object with us leaves the original object as is, but I am not as familiar with our treasury flows. I can ask a colleague about that part of the process

desert raptor
#

let me see if I can find the doc

#

I think I have gotten a bit confused here tho. Let me try to implement this again (I did this a couple of months ago) and I will get back to you with the more specific problem in another thread

silent pewter
#

When testing that flow myself in test mode just now, the PM remained chargable after creating that token. Can you find the ID of the PM and token in test mode that you saw this behavior with? Or can you try the process again and send me the new PM/token ID?

desert raptor
#

Like I said I don't super remember the details. I think I might have been attempting to use the tokenized payment method as the payment method id.

#

I am going to reimplement this and see what I can make happen

#

I just remember that I went down this path and stopped on some kind of issue ๐Ÿ™‚

silent pewter
#

Gotcha, this flow is definitely pretty complicated. If you run into an error or get stuck, let me know and I'm happy to look in more detail