Release 1.0.7
Fixes
- Recipient address is now optional (aligning with Plaid documentation) when calling
payments->createRecipient()method.
Updates
- Clearer documentation on the
$accountparameter forcreateRecipient(): $account can either beBacsAccountor a string representing the IBAN. - Adding PHP 8.1 unit tests in Travis CI.