GET
/
v1
/
program
/
{programId}
/
card
/
declined
curl --request GET \
  --url https://qa-api.sbx.solidfi.com/v1/program/{programId}/card/declined
{
  "data": [],
  "total": 0
}

Headers

sd-api-key
string
Example:

"{{sd-api-key}}"

Path Parameters

programId
string
required

Response

200 - application/json
List all CardDecline Txn
data
any[]
Example:
[]
total
number
Example:

0