Allows a business to provide information and authorization to a trading partner so they may process a payment against the business' account (DDA or virtual card) 

Swagger specifications link

Technical documentation link

STATUS: Public Comment

HTTP verb
Body MIME Type
application/json
Body documentation
Pay an outstanding invoice electronically
Body sample
{
"debtor": {
"name": "Sara’s Shoes",
"postalAddress": {
"streetName": "123 Foot Lane",
"postCode": "12345",
"townName": "Anytown",
"countrySubDivision": "VA",
"country": "US"
},
"identification":[
{
"identification": "567892",
"schemeName": "CUST"
},
{
"identification": "123456789",
"schemeName": "DUNS"
}
],
"phoneNumber": "777-555-3938",
"emailAddress": "Zach.Receiver@Company1.com"
},
"endToEndIdentification": "021402130212",
"instructedAmount": {
"amount": 1759.10,
"currency":"USD"
},
"requestedExecutionDate": "2022-02-15",
"remittanceInformation": {
"number": "345",
"relatedDate": "2021-06-30",
"duePayableAmount":{
"amount": 1779.00,
"currency":"USD"
},
"adjustmentAmountAndReason":{
"amount":{
"amount": 20.00,
"currency":"USD"
},
"reason":"01",
"additionalInformation":"Pricing"
},
"creditorReferenceInformation":{
"type":"PUOR",
"reference": "PO832"
}
},
"debtorAgent": {
"clearingSystemIdentification":"USABA",
"memberIdentification":"061103852"
},
"debtorAccount":{
"identification": "12345678912345678",
"schemeName":"DDA"
},
"verification":{
"authorizeToPay":true
}

}
Resource base URL
https://api.afinis.org/v1
Resource path
/debitauthorizations
Security schemes
APIKeyQueryParam