#irisslee95
1 messages · Page 1 of 1 (latest)
hello! how can I help?
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
can you share the request id [0]? it'd look like req_xxx
Yes. it's req_n3iTIdQBcrF1Kb
Hi @lean flicker I'm taking over
Thanks
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)
Oh. Thank you. I will try