paypal - Recurring in Authorization & Capture -
i managed make authorized payment using authorization & capture api.
- setexpresscheckout paymentrequest_n_paymentaction=authorization
- getexpresscheckoutdetails payerid , other information
- doexpresscheckoutpayment paymentrequest_n_paymentaction=authorization
- docapture authorizationid={transactionid_from_step_3}
everything works fine. but, unable perform doauthorization , doreauthorization next time. wish charge subscribers recurring every month. few attempts have been tried. know how perform authorization & capture recurring? suggestions appreciated.
ps: sorry broken english.
an authorization agreement pay 1 bundle of goods. once authorized transaction completed authorization consumed/used up. cannot use (alone) multiple transaction payments.
you need use reference transaction product, how paypal collects user's agreement make (current and) future transactions:
https://developer.paypal.com/docs/classic/express-checkout/integration-guide/ecreferencetxns/
Comments
Post a Comment