Capabilities on payments providers endpoint

We have introduced additional information in the response returned upon a GET request to /payments-providers/{id}. Now on top of visual information on the provider, we will be returning information about capabilities you can access for the provider with v3, and money transfer schemes the provider supports.

added

Bank availability for variable recurring payments

🚀 We're making our bank availability for variable recurring payments public. You can follow the list to check which banks we're currently supporting and what dates they're available from, for VRP.

improved

Provider preselection and remitter accounts for recurring payments

:warning: Change to our API for recurring payments
We have deployed a feature to let clients preselect a provider and (optionally) a specific remitter account when creating a new mandate. We are removing the mandate.provider_filter field from the POST /mandates endpoint and replacing it with mandate.provider_selection.

improved

Recurring payments are now in Beta

:zap: Recurring payments are now in Beta
We've moved recurring payments from Alpha to Beta, coinciding with our public announcement that we are live with variable recurring payments for both sweeping and non-sweeping use cases.

added

Zendesk messaging now in Console

:fallen-leaf: Zendesk messaging in Console
You might have noticed the widget that you can use to talk to our Client Care team looks slightly different. That's because we've been steadily migrating over to Zendesk and this will now help to facilitate all your questions! We've found that this tool handles ongoing conversations more gracefully, so that you can be confident that our team will have full context and you don't need to worry about closing a tab.

added

Recurring payments now in Payments v3 documentation

:notebook-with-decorative-cover: Addition to documentation
We've begun to add recurring payments to our documentation for Payments API v3. We've added documentation for the /mandates endpoint, with the Create Payment and Introspection documentation to come.

improved

Login screen updated with Auth0

:fallen-leaf: Updated Auth0 login
You may have noticed that our login screen now looks slightly different. That's because we've upgraded their newest version of their 'universal login' product. This doesn't fundamentally shift the way that you login to our Console right now, but we'll be starting to roll-out multi-factor authentication (MFA) in the coming couple of months. That means that you'll need to have to provide a second method of validation alongside your email / password combination. That will help to ensure that your account and integration with TrueLayer is more secure.

improved

Multiple apps in sandbox

:zap: Improvement in Console
You can now add multiple apps in your sandbox environment. Previously, it was only possible to add a single app in the sandbox for Console. However, it made testing integrations with multiple apps difficult. We've now brought sandbox into parity with production.