Solidus payment integration with stripe connect account - stripe-payments

My question is How to integrate the direct stripe connected account payment APIs in Solidus? I am new to solidus eCommerce platform and I have read about stripe provided the solidus_stripe for payment methods but I unable to configure the application_fees and send payment to stripe connected account.
It would be helpful if you share related topics links.
Thanks in advance.

Probably your best bet is to review the usage docs of that repo, along with Solidus' own payments overview.
I don't know of any examples to share with you beyond the snippets in the repo. I suggest asking the maintainers or Solidus community for examples if what is provided is not sufficient.

Related

How to integrate paypal with MEAN stack(Angular,Nodejs) for recurring payments?

I want to integrate stripe for monthly subscriptions for my MEAN stack website(Saas). I have been searching the docs but its very confusing for me. Also there is no proper mention of webhooks in the docs. Does anyone have a specific guide/resource or code on how to implement these recurring payments? also is braintree the same as paypal or are they different.

Connecting to customer's stripe account

Newbie to stripe here. I have seen this done on some apps but can't seem to be able to find documentation on stripe on how to do this:
On our website, we want to let our customers integrate our app with their Stripe account. So ideally I'd like to send the customers to stripe, they login and when they come back, our app has all the info we need from their stripe account (keys, ...?).
What is this flow called? Where can I find documentations for it?
Thank you in advance.
without knowing what you are planning on doing with your app it is difficult to know what you are exactly looking for. But I am guessing you’re looking for this guide right here: Build a Stripe Extension. If it doesn’t fit your use case, you may want to check out Stripe Connect.

paypal payment without checkout flow

I am going to build an eCommerce website that supports PayPal.
Buyers connect their PayPal account to the website before they get products.
The website should collect funds without a normal checkout flow whenever buyers buy products.
For this, I've researched the Permissions Service API on PayPal.
But, I can't find enough descriptions to build such a website.
I would like to know how to integrate PayPal for this.
What you are looking for is a "Reference Transactions" solution. It can be tested in sandbox, but to use it in live, the business account would need to be approved for this feature by PayPal. To do this the account owner would need to contact their PayPal account manager or PayPal's general customer support (not MTS), and explain the business need for this feature.
As far as implementing the solution, the only public documentation I'm aware of is for classic APIs: https://developer.paypal.com/docs/classic/express-checkout/ec-set-up-reference-transactions/ . Any newer API or vault solution does not appear to be publicly available at this time, but you could always contact PayPal's support and ask if there's something they'd rather you implement than those classic APIs. The more significant hurdle is the business approval for the feature mentioned earlier.

Stripe: How to manage user-to-user payment?

I am using Stripe API for a project.
My requirement is users using my app can pay some tips or service fees to other serving users. So basically it is a kind of user-to-user payment.
I have tried everything I can and I am searching on the Internet. But didn't find anything helpful.
Is it possible to do using Stripe?
I am new to Stripe. I have used PayPal before to achieve the same.
Thank you!
I don't know Stripe very well, but with most of the payment service providers you could only enter one account number to which the payments will be paid. This for security reasons so other people can't receive your payments by simply hacking a config value with the users' account number.

Handling Bank Account Transfers with Stripe

I am building a payment methodology using Stripe. My aim is to transfer money to user's bank accounts programmatically.
As I was investigating Stripe API reference, I found out Recipient object which seems being deprecated. Then I found out about StripeConnect which can achieve this, but still in beta.
My question is if there is any other way to transfer money to user's bank account without StripeConnect. Also I would like to have support in countries besides US and Canada. What is the best way to achieve this functionality by using Stripe?
Thanks.
The only way to do this currently is with Stripe Connect and either Managed or Standalone accounts. Connect itself isn't in beta only Managed accounts are.

Resources