Api PayPal Automatic Payments

2

Is there any kind of paypal API, which I do when I click on a button on my site, send money from my account to another account automatically?

Thank you.

    
asked by anonymous 01.01.2017 / 21:50

1 answer

3

In%% of PayPal there are several options, the one you are looking for is called transparent, but the last time I saw it (and now I have tried to reply the question) this PayPal service is not available in Brazil.

What you can do while living in Brazil is basically described in this link , where there are all information that API makes available in the country:

  • Express Checkout Simple Payment - Quick Integration
  • Express Checkout Simple Payment - Full Integration
  • Redirection message for payment screen
  • PayPal Sandbox: Environment and Account Creation
  • Testing the PayPal APIs in the Sandbox
  • API Credentials and API Certificate - Complete
  • IPN Integration Guide
  • Configuring character set for message exchange
  • Express Checkout Recurring Payments
  • Express Checkout Refund

Among these options would suit you the Express Checkout Recurring Payments , as it would be like a subscription, ie it would be necessary for the user to enter the PayPal / em> and perform the login for the payment only the first time, in the other would be the values will be automatically charged.

It is worth remembering that there is no option for the money to immediately fall into your bank account (not that I know of, if someone knows anything against me), since one day is usually set to receive your balance.

If your payment is to be so I suggest searching through transparent checkout and see which payment sites offer such a service in Brazil.

    
02.01.2017 / 02:04