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.
create a authorization to get authorization Id createAuthorization is defined in common.php
Retrieve the authorization
GetAuthorization
This sample code demonstrates how you can get details of an authorized payment. API used: /v1/payments/authorization/<$authorizationId>