Get details for a specific credit card deposit
To view the details of a specific credit card, use the credit card token provided in the call. This is specially useful when you intend to apply access restrictions.
Endpoint | Description |
---|---|
GET {URI}/creditCards/{token} | Get details for a specific credit card. |
Here is the path parameter for when you use GET {URI}/creditCards/{token}
to get details for a specific credit card.
Path parameter | Data type | Description |
---|---|---|
token | string | Credit card token |
The response message for this endpoint can be:
- 200 OK
- 400 Bad Request
- 401 Unauthorized
- 403 Forbidden
- 404 Not Found
Updated 4 days ago