paypal - Recurring in Authorization & Capture -


i managed make authorized payment using authorization & capture api.

  1. setexpresscheckout paymentrequest_n_paymentaction=authorization
  2. getexpresscheckoutdetails payerid , other information
  3. doexpresscheckoutpayment paymentrequest_n_paymentaction=authorization
  4. 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

Popular posts from this blog

c - Bitwise operation with (signed) enum value -

xslt - Unnest parent nodes by child node -

YouTubePlayerFragment cannot be cast to android.support.v4.app.Fragment -