cURL
curl --request GET \ --url https://api.decodahealth.com/dashboard/failed-attempts \ --header 'API-KEY: <api-key>' \ --header 'TENANT: <tenant>'
{ "data": [ { "id": "<string>", "alertId": "<string>", "actionRequired": true, "patientName": "<string>", "patientId": "<string>", "failedReason": "<string>", "paymentMethod": "<string>", "paymentMedium": "<string>", "amount": 123, "dateOfAttempt": "<string>" } ], "total": 123, "page": 123, "perPage": 123 }
Get failed payment attempts with pagination and filtering options.
The tenant you are making this request on behalf of
Your api key
asc
desc
Successful Response
Show child attributes