#davidc
1 messages · Page 1 of 1 (latest)
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.
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
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
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?
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.
req_clWZHutYiduama
it was requestID. but it will not help us as i already fixed this request issue
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?
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?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.