Releases: Dwolla/dwolla-swagger-php
Releases · Dwolla/dwolla-swagger-php
1.9.0
1.8.0
- Add Exchanges and Exchange Partners API methods.
1.7.1
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
Added a new getCustomerCardToken method for creating a card funding sources token for a customer
1.6.0
Added support for application access token and client token requests
1.5.0
Add support for email filter query on List Customers endpoint
1.4.1
1.4.0
Add temporary support fix for PHP 7.4
1.3.0
- 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
- API schema updated,
CustomersApi
updated to support KBA related endpoint. - New
KbaApi
. - Existing
Document
model updated. - New
AnswerKbaQuestionsRequest
,AnswerKbaQuestionsResponse
,AnsweredKbaQuestion
,KbaQuestion.php
,KbaAnswer
models.