September 2021 release
This Payments Out Service release contains changes to the Provider and Provider Messaging APIs.
Changes to Provider API
- Retrieve a payment provider
NewdefaultLanguage
andsupportedLanguages
objects return the default language and the languages the provider supports.
Changes to Provider Messaging API
-
Create responses to creditor queries
addressLine1
,addressLine2
andaddressLine3
withindata.creditor.postalAddress
now support up to 100 characters andcountrySubdivision
now supports up to 50 characters. -
Create responses to debtor account queries
data.debtor
object now allowstaxId
to be set.data
object now allowslegalEntity
to be set.
Changes to Provider Webhooks API
- Send a notification to a payment provider when an event of interest occurs.
addressLine1
,addressLine2
andaddressLine3
withinmessage.data.creditor.postalAddress
now support up to 100 characters andcountrySubdivision
now supports up to 50 characters.