View a Deposit Preauthorization

This call retrieves a single Deposit Preauthorization, of which there are two types, indicated by `PaymentType`: - `CARD` – Created using [POST Create a Card Deposit Preauthorization](/api-reference/deposit-preauthorizations/create-card-deposit-preauthorization) - `PAYPAL` – Created using [POST Create a PayPal Deposit Preauthorization](/api-reference/deposit-preauthorizations/create-paypal-deposit-preauthorization) Both types can be captured using [POST Create a Deposit Preauthorized PayIn](/api-reference/deposit-preauthorizations/create-deposit-preauthorized-payin).

Authentication

AuthorizationBearer
Bearer authentication of the form `Bearer <token>`, where token is your auth token. If your platform is using a [proxy](/guides/sca/proxy-management) to take SCA-triggering action on behalf of users, you also need to integrate [mTLS authentication](/guides/sca/platform) and use the `api-mtls` base URL.

Path parameters

ClientIdstringRequired
Platform's API account identifier, associated with the API key.
DepositIdstringRequired
The unique identifier of the deposit preauthorization.

Response

Success
Cardobject

Response if Deposit Preauthorization’s PaymentType is CARD.

OR
PayPalobject

Response if Deposit Preauthorization’s PaymentType is PAYPAL.