Refund functionality in Paypal Adaptive Payments - php

Following paypal documentation
i have setup Delayed Chained Payment Using Adaptive Payments but i cannot see any reference for how to get refunds. Can anyone please help in this regard?

The information you are looking for can likely be found in this document

Related

Adaptive payment with Recurring in Paypal

I need to use adaptive payment with Recursion in Paypal. Paypal has option to use Adaptive payment and Recursive payment separately, but I need to use both in single transaction. I tried to find out but I am not getting the solution, some answers says that its not possible to use both in single transaction but I dont have any specification in Paypal web site for this. So please advice me for this and if it is not possible then please give me some authenticated web link for this

paypal chained payments on my website

I have no experience in integrating Paypal, so I'm sorry if my questions seems a little bit odd..
I have tried for the last 48 hours to read Paypal API docs, but I can't figure out how to achieve what I'm looking for:
I want to use the chained payment option on my website,
but I don't want to host the purchase form etc on my website,
I want to put a purchase button that will redirect to paypal's payment page, where there will be two options:
- Pay with Paypal account
- Pay with credit card
can anyone reference me to what should I do?
thanks..
Read through the Adaptive Payments developer guide, and then take a look at the Pay API specifically.

DoDirectPayment IPN Verification

Is there a way to verify the IPN we get from Paypal for DoDirectPayment, credit card payments?
The notification validation mentioned on the page https://www.paypal.com/en/cgi-bin/webscr?cmd=p/acc/ipn-info-outside seems does not work with DoDirectPayments and returns "INVALID" with correct data too.
Is there something similar available for Paypal Payments Pro? I tried searching the web but could not find something helpful.
Thanks in advance :)

Recurring payment using Mollie (credit card and iDeal)

I want to implement Mollie payment gateway with iDeal and credit card method and wants to implement Recurring Payments with it (i.e. weekly, monthly, etc). I am doing it using PHP.
Does anyone help me in that, because there isn't any help available on API related to this.
How we can achieve that ?
Thanks.
Mollie only launched recurring payments in 2016, so it's not that surprising you din't find anything previously. Have a look here:
https://www.mollie.com/nl/recurring
There are some PHP modules for mollie you can use. Most of them have README's on the GitHub.
And there is the API reference documentation

how to setup paypal adaptive payments with recurring billing feature

are there any tutorials on how to setup paypal adaptive payments api with recurring billing? I searched everywhere but only find the payflow and paypro with recurring billing. And please don't link/point me to the dev docs on paypal's website, those don't really help since they are too detailed and long...and not to mention don't really show any code examples on this.
You could use the preapproval feature with Adaptive Payments to set up a type of recurring payment. A preapproval is an approval to make future payments on the sender’s behalf. So you could set your system up to automate the calls, such as a cron job or etc to process the payments for you. There should be information on this in the Adaptive Payments guide. Some online gaming sites use this features for purchases and subscriptions.

Categories