#xxxxx-paymentIntent
1 messages · Page 1 of 1 (latest)
Hi there, are you using direct charge, destination charge or separate charge and transfer?
can you send me the payment intent ID?
pi_3KdVFRHFt6qIi7wn01FKqrX3
What is basically a Payment intent?
please check this out.
to collect payment from customer.
So do we need to implement it in rest controller?
you can check from stripe docs.
OK, so you are using destination charge
The fund will be transfer to the connected account upon successful payment
Can you please tell me flow of stripe implementation? I mean from view to controller in spring boot. I have seen stripe doc also. But there is bit confusion.
so the amount will be immediately collected?
Yes, the platform will transfer the fund to connected account. You can refer to this flow chart https://stripe.com/docs/connect/destination-charges#flow-of-funds-app-fee
what's the difference between direct charge and destination charge?
https://stripe.com/docs/connect/charges this doc have the details that can help you.
Learn how to create a charge and split payments between your platform and your sellers or service providers when you accept payments.
I have one more question that we have to do this setting on the stripe account for this one?
or it is done through this paymentintent api only?
you don't need to do it on settings and you do it via Payment API instead.