Paypal Authorization standard and capture through REST API -
i've been asking myself if there possibility use standard payment page of paypal redirect user "authorize" payment using credit card (using "paymentaction" : "authorization" in redirect form). having ipn setup receive auth_id. later on "capture" amount (equals or less) using paypal rest api using "auth_id" received through ipn ? seems "authorization_id" received through paypal rest api "authorize" same length. somehow suppose same value.
before implementing such wonder if tried before ?
thank you
you can using standard (website payments standard) page creat authorization paired "classic" authorization api, cannot mix classic , rest apis described.
the rest apis store different/additional information on paypal's server side, in general cannot manipulate transactions created through classic apis via rest apis (and vice versa complicated , not advised).
Comments
Post a Comment