Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I am adding the ability for users of my web app to get credit reports of people applying to them. I am looking for a service that charges per credit report request - ideally, not a monthly fee. What options exist that provide an online api for retrieving personal credit reports?
Talked to a TransUnion rep today and it depends on the company but in my case (a financial services website for a client) there's a $225 startup fee, $50/month subscription fee and a charge of $3.5 per credit report pulled through their API.
SmartMove from TransUnion does the trick. They have white label and integration options available.
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
Improve this question
I'm trying to embed google distance matrix api and places api in one of my assessment projects. Can someone tell me if there is anyway i can get them for free since the usage will be very low?
Yes, as you mentioned that the usage would be low. You get $200 in free usage for Maps, Routes, and Places every month as per the Google maps platform pricing detail page. So you could get a total of 40000 x 1000 requests free out of $200.
You would need to set up a billing account in the Google Cloud Platform console.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I am looking for the service or library to share the sales online. I am developging ecommerce site which will be selling media content. The content creator can upload their stuff and sell on our site. When he sells the product he will receive the 80% and I will receive 20%. Since the money is involved in I want this part to be as transparent as possible. Maybe there might be saas solution available so that I can call api to send sales and money can be split and he can get the moeny anytime he wants through paypal or some other method. Let me know if you know anything like that.
checkout the following links, I would recommend Stripe. Also if allowing payments via paypal the checkout the third link.
https://stripe.com/blog/send-payouts-with-stripe
https://www.wepay.com/developer/usecases/split-chained-payments.
https://developer.paypal.com/docs/classic/adaptive-payments/integration-guide/APIntro/
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
Is there an API, free or paid, that offer USA States tax rates in http request format?
I know each state website will carry this information but I need tax rates for all 50 states that I would like to use on my project.
Broadening the questions...
Is there any database out there, free or paid, that has any sort of tax rate information??
Just to inform others... Here is an api that you can retrieve state individual income tax rates in json. It may help...
http://www.taxee.io/
I'm not affiliated with taxee.io
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
Improve this question
I need to automate posting messages to craigslist.org through their API.
Here is an up-to-date reference for the craigslist posting API(updated on 2nd of December 2013):
http://www.craigslist.org/about/bulk_posting_interface
They have a really nice clean API, the only problem seems to be the cl:auth element you must provide:
<cl:auth username="listuser#bogus.com" password="p0stp#rty" accountID="14"/>
They describe accountID as:
A craigslist account number with sufficient block credit (or an invoiced account), where the username supplied is an authorized buyer for this accountID.
I can't find any pricing information or details on craigslist.org.
How do I get my account authorized for posting messages? How can I get a valid accountID?
I recently came into the same issue. Here's the info on how to apply for a Paid account. You have to fill out the application on the Craiglist About pages here: http://www.craigslist.org/about/help/paid_posting_accounts
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
I am looking to transfer money via SEPA from one bank account to another - from an application.
The app needs to transfer funds in the name of the person whose bank account the funds are being transferred from - i.e. some third party gateway won't do.
Is there an industry standard/available API for doing this (I couldn't find one off Google)?
If not 1., are there specific bank accounts that allow API control?
Note: I read this SO article How can I electronically transfer money to another account using Bank Transfer (BACS) and my requirements are the same - i.e. registering a payee manually beforehand is acceptable.
Apparently Achta provides an API that connects to SEPA. See https://www.achta.com/Home/AchtaAPI