Skip to content

Releases: Dwolla/dwolla-swagger-php

1.9.0

30 Jun 01:24
1251ee1
Compare
Choose a tag to compare
  • Add support for plaidToken on create a Customer Funding Source request

1.8.0

22 Nov 18:10
2f2bafa
Compare
Choose a tag to compare
  • Add Exchanges and Exchange Partners API methods.

1.7.1

28 Sep 19:38
819e529
Compare
Choose a tag to compare

What's Changed

  • DEV-1012: Update README to conform to new style guide by @ShreyaThapa in #54
  • DEV-1095: Add type mappings for on-demand authorizations by @jcoon97 in #55
  • DEV-1096: Bump version to 1.7.1 and update README by @jcoon97 in #56

New Contributors

Full Changelog: 1.7.0...1.7.1

1.7.0

16 Apr 18:34
ed0f4de
Compare
Choose a tag to compare

Added a new getCustomerCardToken method for creating a card funding sources token for a customer

1.6.0

05 Jan 22:27
63d4149
Compare
Choose a tag to compare

Added support for application access token and client token requests

1.5.0

02 Sep 15:49
c6193d9
Compare
Choose a tag to compare

Add support for email filter query on List Customers endpoint

1.4.1

27 May 16:57
eea7637
Compare
Choose a tag to compare

Fix bug in #43 to replace null-coalesce operator with backwards-compatible ternary.

1.4.0

26 May 13:56
e673849
Compare
Choose a tag to compare

Add temporary support fix for PHP 7.4

1.3.0

11 Dec 14:39
Compare
Choose a tag to compare
  • Added support for customer headers on all requests
  • Updated README with new minor version 1.3.0
  • Updated README with example Customer creation request that accepts an Idempotency-Key header

1.2.0

14 Oct 15:05
30149f9
Compare
Choose a tag to compare
  • API schema updated, CustomersApi updated to support KBA related endpoint.
  • New KbaApi.
  • Existing Document model updated.
  • New AnswerKbaQuestionsRequest, AnswerKbaQuestionsResponse, AnsweredKbaQuestion, KbaQuestion.php, KbaAnswer models.