#yifei-paymentintent-charge
1 messages ยท Page 1 of 1 (latest)
yifei-paymentintent-charge
Hey @acoustic vector ! A PaymentIntent is the state machine of the intent to accept a payment. A Charge is the record of a payment attempt.
If you create a hold on a card / place an authorization then yes there will always be a Charge that models this attempt
Hi Koopajah! thanks for help! so this payment does not have a destination. It is made directly to the platform, and will be collected by the platform directly. Would that work the same way?
so we dont have Connect account here as the destination account
Assuming you use Destination Charges, then the PaymentIntent and Charge live on your account. And nothing is transferred to the connected account until you capture
so there has to be a destination account to capture the charge, right? In my case, we are not using the Connect product, so trying to understand if I should create an account to represent the company, or I could just capture it and let the money transfer into the "platform" directly.
I guess I am confused between "account" and "Connect account"
ah yeah sorry you do seem totally lost
๐
Stripe Connect is a product you use to accept payments on behalf of another individual/business. You don't have to use Connect at all
So if you're just a normal business accepting payments for yourself then Connect is completely irrelevant
You create a PaymentIntent, you get a Charge and then at some point you capture that PaymentIntent and you get the funds in your balance
๐ yep, I understand that part, just not sure if there is another "account" needed that is not a Connect account
no there is not
I see, so I can create a PaymentIntent with Charge, without specifying the destination. After I capture, the fund will just appear in the balance.
if I want to payout to the bank, is there an account involved?
nvm, I found an account id in "Settings -> Account details"
which represents the platform account
thanks for bearing with me, I am looking at some old code and feel pretty lost here ๐
I think I understand it now. thanks for your information!!