#irisslee95

1 messages · Page 1 of 1 (latest)

whole sentinelBOT
dawn vapor
#

hello! how can I help?

lean flicker
#

Yeah. After make a payment Intent we get charge ID. But when we are trying to retrieve the charge with that ID. the response error with No such source message

dawn vapor
lean flicker
#

Yes. it's req_n3iTIdQBcrF1Kb

dusty cedar
#

Hi @lean flicker I'm taking over

lean flicker
#

Thanks

dusty cedar
#

OK. This charge was created on a connected account, but you are making a request on platform.

You should specify a stripe_account in the request.

By specifying a stripe_account, you are telling Stripe that you want to make an API call on behalf of a connected account. You can refer to this doc to learn more about making API request for connected account (https://stripe.com/docs/connect/authentication)

Learn how to add the right information to your API calls so you can make calls for your connected accounts.

lean flicker
#

Oh. Thank you. I will try