Plaid.get_cred/0
- Soft deprecated since2.0
Plaid.get_key/0
- Soft deprecated since2.0
Plaid.make_request/5
- Soft deprecated since2.0
Plaid.make_request_with_cred/6
- Replaced byPlaid.send_request/2
Plaid.Utils
- Removed and moved unmarshalling into calling modulePlaid.Item.create_processor_token/3
- Replaced byPlaid.Item.create_processor_token/2
Plaid.Telemetry
- No longer called by default. Must be added toconfig
Plaid.PaymentInitiation.Payments.create/2
- ReturnsPlaid.PaymentInitiation.Payments.Payment.t
instead ofPlaid.PaymentInitiation.Payments.t
Plaid.PaymentInitiation.Payments.list/2
- ReturnsPlaid.PaymentInitiation.Payments.t
instead of[Plaid.PaymentInitiation.Payments.Payment.t]
. Access the former'spayments
key insteadPlaid.PaymentInitiation.Recipients.create/2
- ReturnsPlaid.PaymentInitiation.Recipients.Recipient.t
instead ofPlaid.PaymentInitiation.Recipients.t
Plaid.PaymentInitiation.Recipients.list/1
- ReturnsPlaid.PaymentInitiation.Recipients.t
instead of[Plaid.PaymentInitiation.Recipients.Recipient.t]
Access the former'srecipients
key instead
Plaid.Auth
- Fixed bug causing thenumbers
key not to be set to typePlaid.Auth.Numbers
Plaid.PaymentInitiation.Payments
- Modified to removepayment_id
and includepayments
andnext_cursor
to match library pattern for arrays returned by Plaid. Accesspayment_id
inPlaid.PaymentInitiation.Payments.Payment
insteadPlaid.PaymentInitiation.Payments.Payment.amount
- Changed default value tonil
from0
Plaid.PaymentInitiation.Recipients
- Modified to removerecipient_id
and includerecipients
to match library pattern for arrays returned by Plaid. Accessrecipient_id
inPlaid.PaymentInitiation.Recipients.Recipient
insteadPlaid.PaymentInitiation.Payments
- Fixed bug causing theamount
andschedule
keys not to be set to their respective struct typesPlaid.PaymentInitiation.Recipients
- Fixed bug causing theaddress
key not to be set to typePlaid.PaymentInitiation.Recipients.Recipient.Address
Plaid.Item
- Removed typeservice
which is now passed in theparams
argument toPlaid.Item.create_processor_token/2
- Added
adapter
to support Tesla - Added
middleware
to support Tesla httpoison_options
changed tohttp_options
- Moved HTTP request functionality to
Tesla
for better testing and customization - Replaced all telemetry functionality with
Tesla.Middleware.Telemetry