You can retrieve info about an Authorization
by invoking the Authorization::get method
with a valid ApiContext (See bootstrap.php for more on ApiContext
)
The return object contains the authorization state.
Retrieve the authorization
NOTE: PLEASE DO NOT USE RESULTPRINTER CLASS IN YOUR ORIGINAL CODE. FOR SAMPLE ONLY
NOTE: PLEASE DO NOT USE RESULTPRINTER CLASS IN YOUR ORIGINAL CODE. FOR SAMPLE ONLY
GetAuthorization
This sample code demonstrates how you can get details of an authorized payment. API used: /v1/payments/authorization/<$authorizationId>