Paypal Api Automated Payments

Asked

Viewed 667 times

1

Is there some kind of paypal api, which I do by clicking a button on my site, send money from my account to another account automatically?

Thank you.

1 answer

3

In the API of Paypal there are several options, which you seek is called checkout transparent, but last time I saw (and now I sought to answer the question) that service Paypal not available in Brazil.

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

  • Express Checkout Simple Payment - Fast Integration
  • Express Checkout Simple Payment - Full Integration
  • Redirect message to payment screen
  • Paypal Sandbox: Environment and Account Creation
  • Testing the Paypal Apis on the Sandbox
  • API and API Certificate Credentials - Complete
  • Guide to integration with IPN
  • Configuring the character set for message exchange
  • Express Checkout Recurring Payments
  • Express Checkout Refund

Among those options that would suit most in case would be the Express Checkout Recurring Payments, as it would be like a subscription, ie it would be necessary for the user to enter the site of Paypal and carry out the login for payment only the first time, in the others would be the amounts will be charged automatically.

Remember that there is no option for the money to immediately fall into your bank account (not that I know, if someone knows anything against correct me), as it is usually scheduled one day to receive your balance.

If your payment must be so I suggest seeking for checkout transparent and see which payment sites offer such a service in Brazil.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.