Changelog #1

Assign payment destinations to customers

You can now provide an optional customer_id when creating a payment_destination to easily associate payment destinations with the customers who own them. We've added a corresponding GET request to fetch all payment destinations for a customer.

USD Payments

We now allow you to initiate USD denominated payments with certain banks. USD payments can be made from any account within the bank, irrespective of the account's primary currency. As always you will be able to test this functionality with our mockbank.

Other fixes and improvements

  • Your customers are now warned when OTPs are expiring soon
  • You can search payment destinations by owner type
  • Link SDK now has a dedicated view for payments that are marked as pending by the bank
  • Link SDK now has an updatePaymentSource() function which allows you to add new payment destinations as beneficiaries to an existing payment source
  • Link SDK will now show an ID on failed connections or payments to allow easier referencing in customer support interactions
  • Multiple bug fixes