Is the REST API active in Italy for direct payment with credit card? - api

I just wanted to know if I can use the REST API to do a direct payment with credit card with an Italian account. I couldn't find any information about.
Thanks

Currently REST API with the Credit card Payments is only available for US and UK merchants . You can check the link below for more information :
https://developer.paypal.com/webapps/developer/docs/integration/direct/rest_api_payment_country_currency_support/
So, Italian merchants can accept only the PayPal payments at this time.

Related

PayPal API to withdraw funds from PayPal to Bank account (Transfer funds from PayPal to Bank account)

Please note: This is a generic question and not something specific to only Indian PayPal  accounts. Looking for an API that does this.
I am looking for an API (preferably NVP API) which allows to transfer money to Bank account, which is ultimately withdrawing money from PayPal to Bank account.
Please direct me to the documentation if there exists an API for the same.
I am aware of the fact, that for Indian Business PayPal accounts, the auto-withdraw feature is enabled and the withdrawals are done automatically everyday.
I am a developer and few of our PayPal clients are looking for such a feature. One of them is from Israel.
P.S. This is a generic question and not something specific to only Indian PayPal accounts. This is not a country specific PayPal query.
Looking for an API that does this.
Please help me with this.
Awaiting a reply soon.
There is no API for this, and there also is no reason for such an API to exist.
Withdrawing money is done automatically everyday, as you mention, or it is done manually in https://www.paypal.com (try the https://www.paypal.com/wdfunds shortcut )
There is no need for any API.

Payment Gateway pay my customer through API

I want to be able to give back money to my customers from a website, like for example if they get x amount of points they can exchange to real money.
Like you do when you send money to someone from Paypal
Is it possible from some Payment gateway provider? and if yes who is please?
Check out the PayPal's MassPay API : https://developer.paypal.com/docs/classic/mass-pay/gs_MassPay/
This allow you to send money from your paypal account to recipients programatically.

How to enable to enable live credentials for REST API direct Credit Card Payments

I seem to be unable to enable Live credentials to accept direct credit card payments for Paypal REST API. Here is what I do:
Log into http://developer.paypal.com
Go to application tab and click on my application name
In the ACCEPT PAYMENTS section it shows:
Accept credit cards directly Enabled for test only How to enable live credentials?
I click on 'How to enable live credentials' link, which further opens up the following:
Important Live credentials are disabled for this feature. To enable
direct credit card processing, please provide addition information
about yourself and your business.
To meet regulatory requirements, we need to collect your business details. This may include:
U.S Business owner Social Security Number, date of birth, and other personal details.
U.S Business Tax ID (EIN, ITIN) and other business information.
Get started
I click on the 'Get Started' Link and am only taken back to the My APP section of the Application tab.
After step 4 I went to go about trying to find a direct link to how to get the process started and came up with the following:
Followed the the following instructions:
https://developer.paypal.com/webapps/developer/docs/classic/lifecycle/goingLive/
While I do now have API Signature Credentials including, API username, API password, and Signature, it still only shows that for "Accept credit cards directly" I am only "Enabled for test only"
I would greatly appreciate any advise or alternative solution to get this fixed.
Thanks!
Sev
If you have US Personal PayPal Account in Live , You will not be able to Direct Credit Card Payments in Live . This is currently a Limitation. You need to upgrade to Business Account with Mobile Payment Library or Website Payments PRO Account as mentioned below. There is no ALternative available at this time
https://developer.paypal.com/webapps/developer/docs/integration/direct/rest_api_payment_country_currency_support/
Direct Credit Card Payments
The PayPal REST API supports direct credit card payments, which are credit card payments without a separate web approval flow, in the following countries:
Canada*
United States
United Kingdom*
* Direct credit card payment outside the US requires a Website Payments Pro account (available in the UK and Canada):
Website Payments Pro (UK)
Website Payments Pro (Canada)
In supported countries, the PayPal REST API allows direct credit card payments that use the following currencies:
Currency Currency Code
United States dollar USD
Pound sterling GBP
Canadian dollar CAD
Euro EUR
Japanese yen JPY

Credit card crediting and debiting / ACH crediting and debiting through Api without user interaction

I'm looking for a way to automate a transfer from one credit card to another credit card or from one bank account to another bank account, without the end user having to login to something like paypal or amazon payments to complete the process (by transferring their on-line balance to their bank account).
This is extension to the earlier question.
API For Direct Deposit (ACH, EFT, Whatever)
Anybody solved this. Could you suggest the answer?
[EDIT]
I know that PCI compliant issues will be there to store credit card info in database. So I am checking for an API which saves saves the info and doing crediting and debiting credit card.
Is there any issue to store the bank info in database?
[new]
I saw that there is an api for that. echeck.net which uses ACH network and credit/debits a bank account.
Is it possible to store the bank info in authorize.net server through CIM API, and use them whenever website needs to collect money from consumer, through a script? and through script is it possible to credit the users bank account from website bank account?
I saw that there is an api for that.
echeck.net which uses ACH network and
credit/debits a bank account.
Is it possible to store the bank info
in authorize.net server through CIM
API, and use them whenever website
needs to collect money from consumer,
through a script? and through script
is it possible to credit the users
bank account from website bank
account?
CIM does work with eChecks and should do what you need. See page 9 of the CIM manual for details of the createCustomerProfileRequest API call.

PCI Compliant service to store credit card info - [NON-US Company]

I am developing a website that will allow customers to pay with credit cards. I live in Uruguay, so I can't apply for a normal merchant account like Authorize.net, Braintree, etc. So I can't use the functionality they have to store credit cards to make recurring charges.
Anyone known a credit card processor/gateway that offers this functionality that allows to store credit card info and access them (Not seeing the credit card info, just a token or an ID) via an API to charge them and that accept NON-US companies? I know 2checkout but they don't have recurring payments functionality :(
I have Googled for days without luck, and maybe someone have a good tip.
Thank you very much for your time!
All the best,
Andres Montalban
Well, you could use the paypal API, and instead of storing the users credit card, store their paypal ID, then just bill the paypal account with the API. Their paypal account will let them enter a credit card to back their transactions.
See here:
https://cms.paypal.com/us/cgi-bin/?cmd=_render-content&content_ID=developer/e_howto_api_ECRecurringPayments