Program
List all CardDecline Txn
Getting Started
Person
Business
Documents Person
Document Business
Member
Accounts
Contacts
Send
- GETList all Intrabank Push
- POSTSend an Intrabank Push
- GETGet an Intrabank Push
- PATCHUpdate an Intrabank Push
- GETList all ACH Push
- POSTSend an ACH Push
- GETGet an ACH Push
- PATCHUpdate an ACH Push
- GETList all Wire Sent
- POSTSend an Wire Transfer
- GETGet an Wire Transfer
- PATCHUpdate an Wire Transfer
- GETList all Check Sent
- POSTSend an Check
- GETGet an Check Sent
- PATCHUpdate an Check Sent
Receive
Cards
Webhooks
Program
Help Desk
Program
List all CardDecline Txn
List all CardDecline Txn
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
Example:
"{{sd-api-key}}"
Path Parameters
curl --request GET \
--url https://qa-api.sbx.solidfi.com/v1/program/{programId}/card/declined
{
"data": [],
"total": 0
}