#Abdullah-connect
1 messages · Page 1 of 1 (latest)
👋 Happy to help
Which type of charge flow are you using? Direct charges, destination charges or separate charges and transfer?
We have an express account. Our product is Pylons. We transfer amount to an account paid our from another account. Hope I have answered the query
So you create the payment on your platform first, then manually transfer to the connected account?
Is this the flow you're using? https://stripe.com/docs/connect/charges-transfers
we create a payment intent and the user pay it via card then we send the receipt over to blockchain to mint stripeusd to users account
and the minted coins are sent to the sellers address
Could you share a sample payment intent (pi_xxx), so that I can have a check which flow you're using and suggest the solution accordingly?
a moment please
pi_3LSyhbHiFjr5VjxW1qEs8VWD_secret_ZqJSBXir9k3D1VB2lIL7lst7X
here this is the payment intent we have generated
https://stripe.com/docs/payments/quickstart
From here we are generating the intents
Thanks for sharing the sample PaymentIntent
no problem
Based on the request, PaymentIntent is created directly in the platform and no information about connected account in the request
So it's not possible for Stripe to provide the payment transaction list of a connected account
When you mention "transaction history of a connected account", what kind of transaction history are you expecting?
like when a user withdraws from his/her account can we get that
https://stripe.com/docs/expand/use-cases#charges-in-payout maybe that helps you.