July 2021 release A
This Payments Out Service release contains changes to the Provider and Provider Messaging APIs.
Changes to Provider API
-
Update a batch of payments
data.defaultStatusnow allows statusProcessingto be set on a payment batch. -
Retrieve a batch of payments
Both now returnissuedAtandexpiresAtobjects in their responses, to show when theauthoriselink was issued and when it expires.
Changes to Provider Messaging API
-
Update a creditor (e.g. a supplier, employee or other payee)
linksnow allowsissuedAtandexpiresAtvalues to be set. -
Update the details of an debtor account (i.e. a payment account to make or fund payments from))
linksnow allowsissuedAtandexpiresAtvalues to be set. -
Create responses to debtor account queries
data.debtorobject now containsremittanceEmail, for a provider to notify a creditor that a payment has been made. -
Create responses to creditor queries
New non-mandatorydata.creditor.creditorTypeobject added, accepting only values ofNone,IndividualorOrganisation.