ACH credit status. 

Technical documentation link

Swagger specifications link

STATUS: Candidate Recommendation

 

NOTE - In the API Request:
• Delete any fields not required for the API Call.
• If a date is provided, the field must be either a single date OR a date range.
• If an amount is provided, the field must be either a single amount OR an amount range.   

HTTP verb
Body MIME Type
application/json
Body documentation
ACH Credit Transaction status
Body sample
{
"paymentInformation": {
"debtor": {
"identification": "1111111111"
},
"dateFrom": "2019-09-01",
"dateTo": "2019-09-25",
"minimumAmount": {
"amount": 0.10,
"currency": "USD"
},
"maximumAmount": {
"amount": 4.00,
"currency": "USD"
},
"creditorAccount": {
"identification": "11101015"
},
"creditorAgent": {
"clearingSystemIdentification": "USABA",
"memberIdentification": "061103852"
}
}
}
Resource base URL
https://api.afinis.org/v1
Resource path
/payments/ach/credit/status
Security schemes
APIKeyQueryParam