How to programatically transfer money from a bank account via SEPA [closed] - api

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

Related

What are some BNB beacon chain explorer with API support [closed]

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 6 days ago.
Improve this question
I'm looking for some API service to get the balance of a BNB beacon chain(bep2) wallet. there seems to be none or if there is I couldn't find one. it would be so nice if some service can pull net worth of a given wallet address.
I believe this should be official explorer:
https://explorer.bnbchain.org/
and you can get a wallet balance like this URL as an example:
https://explorer.bnbchain.org/address/bnb1kdx4xkktr35j2mpxncvtsshswj5gq577me7lx4
but there is no where mentioning API at all.

Is there anyway to use google distance matrix API, and google places API for free? [closed]

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.

Looking for Ecommerce engine or service for sharing sales [closed]

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/

API for posting to craigslist [closed]

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

Get personal credit report data via online api [closed]

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.