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 available any API which allow us to automatically transfer money to other bank account? I only found that I can't have it done with paypal API.
I have user money on one bank account and after some action in application I need to transfer this money to other user bank account.
So to summary it all, step by step:
User1 send money to application bank account.
After few hours User1 confirm some action on aplication by clicking button.
After User1 clicked button I want to transfer money to User2 bank account from application bank account automatically.
I already have in DB every information needed to do bank transfer.
I am looking for API which would allow me to do third step which is automatically transfering money from my (app) bank account to user bank account no matter which bank he is using.
We finally end with using payu API. http://developers.payu.com/en/payouts.html#payouts_payout_creation_on_account_given
But it's limitted only to businesses which generate over 100k PLN (around 20k EUR) money turnover monthly.
Good alternative tho is revolut. Their API can handle payout to clients but is not responsible for receiving payments.
You can also use this api
Money Transfer API
If you current bank doesn't support this feature (yet) there is no way to do this without switching to another bank.
I don't know if you are lucky enough to be located in The Netherlands. If you are, then you can use Bunq. They offer a nice APIs and SDKs that makes this possible.
Here are the details: https://www.bunq.com/nl/developer
I think there are plans to extend this to the rest of EU soon.
Related
Closed. This question is not about programming or software development. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 5 months ago.
Improve this question
We are aware that there is a fee for using Firebase Authentication if you exceed the free limit for the Blaze plan as described in the following URL.
https://firebase.google.com/docs/auth#pay_as_you_go_blaze
Are there any other fees for using Firebase Auth REST API other than the fee for exceeding the free allowance in the Blaze plan?
If I use the Firebase Auth REST API, will I have to pay for read, write, delete, etc. as described in the following URL since I will be using the Cloud Firestore?
https://firebase.google.com/docs/firestore/pricing#select-region
Are there any other fees for using Firebase Auth REST API other than the fee for exceeding the free allowance in the Blaze plan?
No, the costs are same whether you use Firebase SDKs (that use REST APIs under the hood) or the REST API directly.
will I have to pay for read, write, delete, etc. as described in the following URL since I will be using the Cloud Firestore?
Firestore is totally different product from authentication and has separate billing.
You can check pricing of all the Firebase products here
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
complete noob here.Any help is really appreciated because we are under the cosh.
My team is building out a bespoke donation form for a charity client and are trying to integrate Paypal.
The problem is that the api we are working with is requesting a Paypal ClientID and ClientSecret ID.
What is the best practice for getting these values? I've read that you have to set up a developer account via Paypal and then set up an app, however, does that mean we require access to their paypal account.
Can they grant limited access to their paypal account so we can create values?
Thanks in advance :)
You'll need to use a sandbox account:
https://developer.paypal.com/developer/accounts/
This will create a dummy version with no real transactions that you'll have full access to, alongside a production version that only your client will see.
You can determine which of these accounts is used through env vars, switching out the client ID as needed depending on which environment you're performing the transactions on.
But at the end of the day, yeah, you will have access to their production client ID and client secret ID. There's no way to get these onto your server unless your client is able to do it themselves.
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
We are interested to integrate LinkedIn into our CRM database to see where the people are up to now (changed job) based on person name and the current company name. Is this possible? As far as I know the API is restricted by the Linked credential and limited by his/her connections, is this right?
If it's correct, is there any LinkedIn API premium that we can access to achieve what we want then?
We know that the LinkedIn has a product called Sales Navigator and based on the demo looks like it's possible but the person has to be tagged first or something like that.
I'm appreciated your feedback.
Thanks
You can get a person profile after authentication, As of May 12th Linkedin has restricted the use of API Blog link.
According to which you may only access Basic Profile(Name,Picture,Headline,Title,Location,Current Position) for Full Profile Access you would need to Apply with Linkedin for a Partner Account.
"is there any LinkedIn API premium that we can access ?" Yes , Here is the Link to Premium link
"see where the people are up to now (changed job) based on person name and the current company name. Is this possible?" Yes in permission r_fullprofile there is a field isCurrent which is true for a current company and false for previous companies. You can also get a start date and end date for companies.
To get user connections ask for r_network permission. For a connection Profile you only get the Name,Profile Pic,Headline,Industry and link to connections linkedin profile
Have a Look at these links :
Data Fields : link
Transition Guide : link
API Terms of Use : link
You can't do this with the public api right now. You used to be able to, so if you apply for the [Partner Program] (https://developer.linkedin.com/partner-programs/apply) you should be able to get access to the features you want. This is only from my experience from what I was able to access in the past. It's worth applying to see if that data is still available to partners.
You can look at what is available through the public api right here.
https://apigee.com/console/linkedin?authTypeVal=oauth2&afterSuccessfulAuth=true
It is possible but some configuration with LinkedIn apps and i have integrate LinkedIn in Our Product. if you want to search any particular person information when first of configure LinkedIn Developer apps and get App ID and APP Secret Key and set as a default permission in your app settings or requested specifically via the scope argument during your authentication process after you will get Access Token then any user login and with your apps and authorize when you will get all profile information of authorize user
see this document may be helpful
click here
LinkedIn Throttle Limits
Application maximum : 100,000
Per individual user : n/a
Per individual developer : n/a
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 for a Google Apps API that allows me to retrieve all domain names associated with the Google Apps instance.
I am looking for the programmatic equivalent of this: https://www.google.com/a/cpanel/gcompany.nl/DomainSettingsDomains
As an added bonus it would be really nice if there is also a way to check if a given domain name is used as an Alias or in a Multi-domain configuration.
Additional requirements:
I need this API to be available using a Google App Engine app (Java).
the API must allow authentication using OAUTH.
The owner of the app is NOT a Google Apps Reseller (no special privileges).
The app only needs readonly access.
Your answer is correct. There's a issue requesting an API call to retrieve the domains associated with an instance. I'd suggest starring it:
http://code.google.com/a/google.com/p/apps-api-issues/issues/detail?id=2278
The "lightest weight" retrieve all users function is the Retrieve All Organization Users since only the primary email and Org is returned for each user, not details like first and last name, suspended status, admin status, etc:
https://developers.google.com/google-apps/provisioning/#retrieving_organization_users_experimental
domain aliases and secondary domains which have no users won't be returned by this functionality of course.
Jay
I could not locate a Google Apps API to do this. Too bad.
The next best thing is to either use the Provisioning API or User Profiles API, fetch all (user) entries, take the PRIMARY Email address for each entry and parse that to get the domain name.
This is pretty messy, especially if you've got a Google Apps domain with tens of thousands of users.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
Closed 9 years ago.
Improve this question
What is the best way to allow one site user to pay to another user, through web site using credit card?
What is best fits for this Paypal Pro or Authorize.net?
You can't do this with Authorize.Net or Paypal Payments Pro because they offer no service for this. If you are a US based merchant, and you have to be to use Authorize.Net, you can't use your merchant account to accept payments on behalf of another businesses. It is called factoring and will result in your merchant account being shut down and your business, and you, being added to the Match File which is a blacklist that prevents you from ever having your own merchant account again. T
To accomplish this you will either need to use something like Paypal's split payments or force your users to all have Authorize.Net accounts. If they all have Authnet accounts you can dynamically use their accounts to process payments. However this means you will not be able to deduct any fees fro the transaction and will need to run another transaction to charge your users any fees incurred for providing your services.
If you want the transaction to go via your website, you would need to accept the payment from User A and then generate a payment to User B. This would mean the resulting payment would end up some 5 or 6 percent lower by the time you've paid for payment fees.
Alternatively, you could set up the payment to be direct from User A to User B, with PayPal you'd essentially be brokering a "payment to an email address" and it would then occur via PayPal rather than via your website. This method would essentially remove you from the process and possibly even protect you from charge-backs / payment disputes.