0
votes

I want to recieve payments directly on my web site, so customer enters his credit card information not being redirected to paypal's site. For this purpose i can use Paypal Payments Pro. But also i want to send money to customers by request. And it looks like Paypal Adaptive payments can help me with this. And now the questions:

  1. Is it possible to use Payments Pro to recieve money, and Adaptive Payments to send them at the same time?
  2. What permissions do i need to use adaptive payments directly from my web site?
  3. If i use DirectPayments and Paypal SDK do i need to create IPN listener to verify transaction details and make it secure or DoDirectPaymentReq response already has all information?
  4. Customer can pay me using his credit card number, but can i send money directly to his credit card or only to paypal account?
  5. Maybe there are other solutions which can do the same but more efficiently?

Thanks

1

1 Answers

0
votes

To answer your questions.

  1. Yes you can use both Website Payments Pro and Adaptive Payments at the same time. You will need to submit your application on x.com to use Adaptive Payments.

  2. Once your Application is submitted/approved, you can start using it.

  3. You can use IPN, IPN does not take place until after you perform your DoDirectPayment or Adaptive Payment API call. You can use IPN to verify all of the data.

  4. For sending money directly to a credit card, and not a PayPal account you would need to use the DoNonReferencedCredit API, and you would also need to have PayPal toggle on the feature for your account so that you can perform credits that are not associated with a previous transaction. You would not be able to issue a payment directly to a credit card with Adaptive Payments.

  5. Aside from what you have already mentioned, and what I have mentioned with DoNonReferencedCredit API, the only other way for sending funds would be to use the MassPayment API.