Anyone have an experience to integrate Avatara AvaTax in stripe invoicing? - ruby-on-rails

I have to integrate Avalara AvaTax for stripe invoice. I have Ruby on Rails development project where already integrated Stripe.
Now, as per client request, I have to integrate AvaTax with stripe which calculate Tax based on charges.
I have this link
https://help.avalara.com/FYHP/AvaTax_for_Stripe_Invoicing/Install_and_Configure_Avalara_AvaTax_for_Stripe_Invoicing
But, still not have some clear flow for it.
Anyone have an experience which would be great help for us.
Thanks in advance

Related

How do I fetch Google reviews in my Rails application

I am a junior RoR developer. I am having trouble integrating the Google business API with my App. My purpose is to fetch Google reviews for my application.
As per the google documentation
https://developers.google.com/my-business/content/review-data#list_all_reviews
It suggest to hit https://mybusiness.googleapis.com/v3/accounts/<your_account_name>/locations/<your_location_name>/reviews
But this is too vague for me.
Can anyone help me out with the steps to integrate google reviews in a rails app.
Thanks in advance

How to integrate multiple payment gateway ( Multiple merchant ) in ruby on rails?

As i'm new in ruby on rails so sorry for silly question if it is.
I'm developing e-commerse application like amazon. So seller needs to add their merchant account in rails application. Merchant acccount can be paypalpaylfow, authorize.net or cybersource. I want to integrate PayPal Payflow, Authorize.net, CyberSource. I realy don't know about any of these payment gateway. So can anyone help me out? Can you provide me the solutions or examples for the above payment gateway.
Thank you in advance.
To get started with PayPal Payflow gateway, you should review the guide at this website:
https://developer.paypal.com/docs/classic/payflow/integration-guide/
The link you provided in the comment on your original post is for "payouts" which is different than "Payflow".
You can look into ActiveMerchant. If you have a problem with payload and ruby versions you can browse their unit test cases and start trace from there.
https://github.com/activemerchant/active_merchant/blob/master/test/unit/gateways/cyber_source_test.rb
https://github.com/activemerchant/active_merchant/blob/master/test/unit/gateways/authorize_net_test.rb
https://github.com/activemerchant/active_merchant/blob/master/test/unit/gateways/payflow_test.rb

Braintree Sub-Merchant Display Income

Currently integrating Braintree's marketplace service with my Rails 4 app.
Wondering if there is any way to display current earnings to a sub-merchant (including what is in escrow and what has been deposited into their bank account).
I realize I can handle this just using the rails side of things, but making a call to their api to get this info seems more efficient and definitely better for congruency b/t braintree and my app.
Having trouble finding anything regarding this in the documentation. Thx.
I work for Braintree.
There is currently no way to use the Braintree API to return current earnings for a submerchant.
If you have any additional questions, feel free to reach out to Braintree support.

How to develop shopify payment plugins and integration with shopify hosted solution

I am new to the Shopify. I have some idea about Shopify e-commerce
Which is developed in Ruby on Rails that I know but I don't have idea to how to start up with Shopify payment plugin and how to execute and test with our local code.
Please if you have any experienced with Shopify plugin development please share your idea here. I will be very thankful to you.
Thank you
Shopify uses active merchant gem to do process payments. You could write a gem which uses active merchant to implement a payment gateway. And then ask Shopify to approve it. Though it might not be a quick solution. The alternative is to implement an offline payment system. More details https://docs.shopify.com/manual/settings/payments/payment-gateway#other-ways-to-pay.

Integration of PayTm payment in iOS

Could anyone please tell me how can I implement payTm payment gateway in my iOS app. Searched a lot in internet but couldn't get any result. Not sure whether they provide any SDK or API to use.
I was searching for payment gateways which are mainly focussed in India. found One97's Paytm Payments but not sure how to implement this in iOS app.
Could any one please help me.
Paytm has SDK for both iOS and Android platform. It is integrated already on few merchants. Write to us at pgsales#paytm.com and we will send you SDK and Integration document along with test credentials.
PayTM is only for Private Ltd. companies. Unlike PayPal(unfortunately not in India), which provides access to there SDK for developers as well.
If you want to integrate PayTM, you would have to contact them and they will give you a list of things (which includes: DIN number, company name, PAN.. etc) which you should have before getting the SDK access.
This to me is pretty outdated thing. PayTM should provide access to developers to at least test their platform. Sandbox account is something developers can test their app before going live they can definitely request for all the needed details. In that sense, PayPal integration is way way better.
#Prerna Kalra Please let your team know that developers want to test their integration before going into all the official details.
To integrate with Paytm payments, you would require an SDK that they provide for the same. You need to get in touch with the Paytm's integration team for the SDK.
I'm pretty sure a lot of people are asking this and Paytm is not really ready to make its own documentation. The only way I know of is to download their sdk and contact their customer care with your query about integration. And await their response for installation queries.

Resources