I've setup recurring profiles using credit cards for my site using PayPal NVP php API. I'm stuck at a point.
For some reason, I want to charge customer for overage usage. for example, for the month of june, customer used extra of his package that is e.g $100. and extra charge is $10.
For the recurring payment for the month of june, i want to charge him $100 + $10. I've not found any method in PayPal NVP API against this.
Any help is appreciated.