TomorrowIdeas / plaid-sdk-php

PHP bindings for the Plaid API
MIT License
111 stars 42 forks source link

Recipient Address should not be required #51

Closed brentscheffler closed 2 years ago

brentscheffler commented 2 years ago

Hello everyone! I have a question about Plaid PHP SDK. I checked Plaid documentation https://plaid.com/docs/api/products/payment-initiation/#payment_initiationrecipientcreate and it said that address parameter is not required. image Can I create Plaid recipient using your SDK without address ? because until now I found only this method: $plaid->payments->createRecipient($name, $IBAN, $address); Thank you for your answer.

Originally posted by @yardevx in https://github.com/TomorrowIdeas/plaid-sdk-php/discussions/50

brentscheffler commented 2 years ago

This is resolved in release 1.0.7.