The billing agreement being retrieved is one that was previously created and executed using a PayPal account as the funding source.
Use Agreement.Get()
to retrieve the billing agreement details.
For more information, please visit PayPal Developer REST API Reference.
Api Context
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.