#davidc

1 messages · Page 1 of 1 (latest)

prime acorn
#

Hi there, is this a question about how to make a destination charge?

still warren
#

nope.

#

I mean I already have the destination account in my DB.

#

But for some reason, i see the error no destination acct_### when trying to create a payment to this destination.

#

Of course this error will be appeared once I connect again. but seems sometimes it is disconnected.

#

So I wanna check if destination is connected correctly before creating a paymentIntent to the destination.

prime acorn
#

I want to know how you make the destination charge request. Can you share the request ID (req_xxx)? Here's how you can find it: https://support.stripe.com/questions/finding-the-id-for-an-api-request

still warren
#

Thanks for your response.

#

But seems my question is just simple.

#

I already know I could fix the error No destination acct_### by reconnecting the destination account again.

#

But when I have this destination account in my DB, then wanna check if this destination account is connected exactly or valid before payment processing.

#

Then i will avoid the No destination error

#

So will be any api to check this destination account?

prime acorn
#

I need to see the actual request that your app makes in order to troubleshoot further. Please share with me the request ID so that I can try to solve your problem quickly.

still warren
#

req_clWZHutYiduama

#

it was requestID. but it will not help us as i already fixed this request issue

prime acorn
#

I saw a different error, insufficient_capabilities_for_transfer, not about No destination acct_###

#

Can you share with me the request where you get the No destination acct_### error?

still warren
#

Sorry but I can not reproduce the No destination acct_ error as I already connected the destination successfully.
Whenever I get the same error, I will share again.

#

Btw another question is to handle the error insufficient_capabilities_for_transfer

#

I know this error occurs as capability is not active yet.

#

Then what is the api to check this capabilities?

prime acorn
still warren
#

Thank you

#

Seems now it works for the 2nd error