#brie_api

1 messages ¡ Page 1 of 1 (latest)

slim trenchBOT
#

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

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

obsidian hedge
#

Hello there

south helm
#

Hello

obsidian hedge
south helm
#

Using the btok_ prefixed tokens?

#

I just want to confirm this

obsidian hedge
#

Yeah you still attach that to a Customer via the source parameter and then you can use this with PaymentIntents. This parameter isn't being deprecated.

#

Only Source objects themselves are being deprecated.

south helm
#

So customer.getSources.create(PaymentSourceCollectionCreateParams.builder().setSource(sourceToken).build()) should continue to work?

obsidian hedge
#

Yes, assuming that sourceToken is the Bank Token?

south helm
#

Correct

obsidian hedge
#

Then yeah, that will continue to be supported.

south helm
#

Sorry, one last question:

#

So POST /v1/customers/:id/sources is fine to invoke?

obsidian hedge
#

Yep

#

But you aren't using that here.

south helm
#

Okay, thanks. This will save me so much work!

#

Got it, this was not super clear

#

Thanks so much!!