Get details for a specific credit card deposit
Use the GET {URI}/creditCardDeposits/{DepositID}
endpoint to get the details of a specific credit card deposit.
Endpoint | Description |
---|---|
GET {URI}/creditCardDeposits/{DepositID} | Get details for a specific credit card Deposit. |
Here is the path parameter for GET {URI}/creditCardDeposits/{DepositID}
endpoint.
Path Parameter | Data type | Description |
---|---|---|
referenceDepositID | string | Credit card deposit identifier returned in Fund an Account (POST /creditCardDeposits) response payload. |
The response message for this endpoint can be:
- 200 OK
- 400 Bad Request
- 401 Unauthorized
- 403 Forbidden
- 404 Not Found
Updated 4 days ago