#yifei-paymentintent-charge

1 messages ยท Page 1 of 1 (latest)

remote micaBOT
lament prism
#

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

acoustic vector
#

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

lament prism
#

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

acoustic vector
#

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"

lament prism
#

ah yeah sorry you do seem totally lost

acoustic vector
#

๐Ÿ˜‚

lament prism
#

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

acoustic vector
#

๐Ÿ‘ yep, I understand that part, just not sure if there is another "account" needed that is not a Connect account

lament prism
#

no there is not

acoustic vector
#

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.

lament prism
#

yes

#

the "destination part" is solely about Connect

acoustic vector
#

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!!

lament prism
#

really there's no "platform account" or "connected account".

#

You have one Stripe account, you accept payments and you're receiving Payouts for the money in your balance