Get details for a specific credit card deposit

Are you looking for details of a specific credit card deposit? Use the following endpoint to find out the details of a specific credit card deposit on your platform.

EndpointDescription
GET {URI}/creditCardDeposits/{DepositID}Get details for a specific credit card Deposit.

Use the following path parameter with this endpoint.

Path ParamsData typeDescription
referenceDepositIDstringCredit card deposit identifier returned in Fund an Account (POST /creditCardDeposits) response payload.

Here's an example response:

{
  "referenceDepositID": "string",
  "amount": 0,
  "amountCharged": 0,
  "feePercent": 0,
  "createdDate": "2025-02-03T21:19:59.336Z",
  "status": "string",
  "accountNumber": "string"
}

The possible response codes for this endpoint are:

  • 200 OK
  • 400 Bad Request
  • 401 Unauthorized
  • 403 Forbidden
  • 404 Not Found

Rewards as a Service™ and the RaaS® API are provided by Tango Card, Inc. © 2024 Tango Card, Inc.