#ajay-connect
1 messages · Page 1 of 1 (latest)
@blazing cloud the client secret and the CONNECTED_STRIPE_ACCOUNT_ID are not the same thing
CONNECTED_STRIPE_ACCOUNT_ID is the ID of the account you created (acct_xxx), the connected account.
separately, you create a PaymentIntent and get its client_secret yes, you need both of them.
But it will redirect to stripe for make payment?
if you want a redirect to a Stripe-hosted page you'd use Checkout, Elements and directly creating PaymentIntents is for if you want to build the payment page yourself
Ok thank you
Now I am confused about paymentIntents
It created from server side and we are using its client_secret at client side
But now that client side for need post again to server? or it automatic goes to stripe?
the payment completes automatically on the client side