Replies: 1 comment 1 reply
-
|
You are correct. I will push out an update that makes Address an optional parameter. Thanks for reaching out and bringing this to my attention. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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.
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.
Beta Was this translation helpful? Give feedback.
All reactions