Pass in a APIContext
object to authenticate
the call and to send a unique request id
(that ensures idempotency). The SDK generates
a request id if you do not pass one explicitly.
See Configuration.cs to know more about APIContext.
Make a authorized payment using PayPal Account Payments
with intent
as authorize
. You can reauthorize a payment only once 4 to 29
days after 3-day honor period for the original authorization
expires.
For more information, please visit PayPal Developer REST API Reference.
Reauthorization Sample
Sample showing how to do a reauthorization