#atulshukla
1 messages · Page 1 of 1 (latest)
Hi, not sure how you plan to receive to Stripe. Do you mean directly to your Stripe account balance?
I need to send and receive from connected accounts
from Stripe Connected Account to your Platform account?
No not my platform account, need to send and receive from ORUM payment gateway account
Here is the ORUM URL https://orum.io/
Is there any Bridge API between ORUM and Stripe ?
I don't think there is. You could confirm with Support team for sure
:question: Have a non-technical question, account issue, or need one-on-one support?
We wish we could help, but this community is focused on developers and technical discussions. Our support team will be able to assist you better than we can: https://support.stripe.com/contact
Ok Thanks
One more thing I need to that can we Add money in Customer account without without any charge ?
You can credit them some fund to use in future Invoice. But that won't be able to paid out to their bank for example
Ok, What about connected accounts ?
Yes you can transfer some fund to your connected account
What about Add money in Connected account ?
Adding money in Conencted account is by sending funds from your platform Account to these accounts
Yes. you can refer to the balance_transaction object of the charge
https://stripe.com/docs/expand/use-cases#stripe-fee-for-payment
I am using charge API not payment intend API, Can we get it by charge ID ?
Same for charge, you expand the balance_transaction of the charge:
https://stripe.com/docs/api/charges/object#charge_object-balance_transaction
Ok