Show details for authorized payment

GET {{base_url}}/v2/payments/authorizations/:authorization_id

Shows details for an authorized payment, by ID.

HEADERS

| Key | Datatype | Required | Description |

RESPONSES

status: OK

{"id":"3KM30725CS262502P","status":"CREATED","amount":{"currency_code":"USD","value":"100.00"},"seller_protection":{"status":"NOT_ELIGIBLE"},"processor_response":{"avs_code":"A","cvv_code":"M","response_code":"0000"},"supplementary_data":{"related_ids":{"order_id":"8HD65802VF9526337"}},"expiration_time":"2022-03-09T23:41:56Z","create_time":"2022-02-07T23:41:56Z","update_time":"2022-02-07T23:41:56Z","links":[{"href":"https://api.sandbox.paypal.com/v2/payments/authorizations/3KM30725CS262502P","rel":"self","method":"GET"},{"href":"https://api.sandbox.paypal.com/v2/payments/authorizations/3KM30725CS262502P/capture","rel":"capture","method":"POST"},{"href":"https://api.sandbox.paypal.com/v2/payments/authorizations/3KM30725CS262502P/void","rel":"void","method":"POST"},{"href":"https://api.sandbox.paypal.com/v2/payments/authorizations/3KM30725CS262502P/reauthorize","rel":"reauthorize","method":"POST"},{"href":"https://api.sandbox.paypal.com/v2/checkout/orders/8HD65802VF9526337","rel":"up","method":"GET"}]}