This sample code demonstrates how you can get details of an authorized payment. API used: /v1/payments/authorization/<$authorizationId>
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.
ApiContext
Retrieve the authorization
GetAuthorization
This sample code demonstrates how you can get details of an authorized payment. API used: /v1/payments/authorization/<$authorizationId>