GET
/
v1
/
card
/
{cardId}
/
declined
curl --request GET \
  --url https://qa-api.sbx.solidfi.com/v1/card/{cardId}/declined \
  --header 'Content-Type: application/json' \
  --data '""'
{
  "data": [
    {
      "amount": "1001.00",
      "approved": "false",
      "authMethod": "other",
      "cardId": "crd-07afa3b8-5ca2-4d17-be39-02171fbde32d",
      "createdAt": "2023-11-24T05:51:50Z",
      "currency": "840",
      "currencyConversionRate": "1.0000000000",
      "localTransactionAmount": "1001.00",
      "localTransactionCurrency": "",
      "merchant": {
        "merchantCategory": "",
        "merchantCategoryCode": "5999",
        "merchantCity": "",
        "merchantCountry": "",
        "merchantId": "",
        "merchantName": "BUCKS OF STAR TEA DENVE",
        "merchantState": "",
        "postalCode": ""
      },
      "method": "",
      "reason": "lowBalance",
      "rtaAuthId": "",
      "status": "closed",
      "wallet": ""
    }
  ],
  "total": 1
}

Headers

sd-api-key
string
Example:

"{{sd-api-key}}"

sd-person-id
string
Example:

"{{sd-person-id}}"

Path Parameters

cardId
string
required

Body

application/json · any

The body is of type any.

Response

200 - application/json
Retrieve Declined Card Authorizations
data
object[]
Example:
[
  {
    "amount": "1001.00",
    "approved": "false",
    "authMethod": "other",
    "cardId": "crd-07afa3b8-5ca2-4d17-be39-02171fbde32d",
    "createdAt": "2023-11-24T05:51:50Z",
    "currency": "840",
    "currencyConversionRate": "1.0000000000",
    "localTransactionAmount": "1001.00",
    "localTransactionCurrency": "",
    "merchant": {
      "merchantCategory": "",
      "merchantCategoryCode": "5999",
      "merchantCity": "",
      "merchantCountry": "",
      "merchantId": "",
      "merchantName": "BUCKS OF STAR TEA DENVE",
      "merchantState": "",
      "postalCode": ""
    },
    "method": "",
    "reason": "lowBalance",
    "rtaAuthId": "",
    "status": "closed",
    "wallet": ""
  }
]
total
number
Example:

1