#hannan-integration-help

1 messages · Page 1 of 1 (latest)

atomic obsidianBOT
glacial oasis
acoustic parcel
#

Basically, we need to charge our merchants on the basis of service they would choose, would the above mentioned links work in this case?

glacial oasis
#

Yes, those guides are walking through some of the intro concepts of our apis (PaymentIntents and SetupIntents) that are used to collect payment details and initiate payment

acoustic parcel
#

Also, as I mentioned, we don't want to open the Stripe web page every time.
Another part is where we charge our customers on each transaction, and we provide our system integration to our merchant portals, we want to deduct payment from the customer and send it to our merchant

#

I had overviewed the provided links but didn't get the desired results yet. Let me explain the flow again.
Step-01: The user will register an account on our platform and share his/her card details with us.
Step-02: Our vendor will integrate our payment module where the users can use our product to pay on our vendor panel (We're integrating stripe as a payment gateway)
Step-03: We need to deduct a specific amount from users, according to the amount user spend on our vendor panel, and we will send the amount from user's account (as we already saved the details while registration) to the vendor account.

Am I clear? Please let me know if there is any query.

glacial oasis
#

Basically, we offer something called PaymentElement that you can drop into your own site (no redirect to a stripe-hosted page is needed)

#

For the last part (step 3) you need Stripe Connect - is that something you've looked into already?

acoustic parcel
#

Step-01: The user will register an account on our platform and share his/her card details with us.
Step-02: Our vendor will integrate our payment module where the users can use our product to pay on our vendor panel (We're integrating stripe as a payment gateway)
Step-03: We need to deduct a specific amount from users, according to the amount user spend on our vendor panel, and we will send the amount from the user's account (as we already saved the details while registering) to the vendor account.

Can you take a look and verify if the provided link works in this case, as the flow is something like this:

Customer -> Vendor panel (sends customer ID, payment amount, and buy product list to us)-> Our window (similar to Login with Google) -> Verify user -> Deduct the payments -> Sends payment to Vendor stripe account -> Sends status from our open window to vendor panel again -> Success prompt on Vendor paanel

#

Can you please confirm if the above mention flow makes sense to you and if you can provide an API solution for it?

glacial oasis
#

Have you read the links I sent over yet? To build your integration you're going to need a variety of guides, and the links I sent over cover parts of it but I don't want to send over more until you've read through them

#

The links I sent over initially are specifically for Step 1 and part of Step 3

#

Based on what you've said you'll likely want express or custom accounts with either destination charges or separate charges and transfers, but you'll want to read over those docs first before deciding

acoustic parcel
#

Hi, I have gone through all the docs you shared, even though I had already read all those in the past.
I didn't get the solution of how we can save the user's bank details only once while registering, and deduct the specific amount from it at each shopping without showing a striped window to the user. Else, everything is clear, can you explain the one I ask for?

glacial oasis
acoustic parcel
#

Thanks for sharing the links. I'll try to implement and post a query if I am stuck anywhere or need any guidance.

Many thanks for the help! Really appreciated.

atomic obsidianBOT