Skip to content

Releases: Dwolla/dwolla-swagger-php

1.1.0 update

20 May 21:00
37d5e7e
Compare
Choose a tag to compare
  • API schema updated, CustomersApi updated to support Labels related endpoints.
  • New LabelsApi, LabelreallocationsApi, and LedgerentriesApi.
  • Existing CreateCustomer, Customer, MassPaymentRequestBody, MassPaymentRequestBody, Owner, Transfer, TransferRequestBody and UpdateCustomer models updated.
  • New AddLabelLedgerEntryRequest, CreateCustomerLabelRequest, Label, LabelListResponse, LabelReallocation, LabelReallocationRequest, LedgerEntry, and LedgerEntryListResponse models.

1.0.20

26 Dec 16:53
3c17c1c
Compare
Choose a tag to compare
Merge pull request #31 from Dwolla/1.0.20

1.0.20

1.0.19

19 Nov 20:52
3ca1872
Compare
Choose a tag to compare

Patch 201 response in ApiClient

1.0.18

26 Apr 21:58
9c0fd0d
Compare
Choose a tag to compare

1.0.18 update

1.0.17

24 Apr 19:46
6fef583
Compare
Choose a tag to compare
  • API schema updated, CustomersApi updated to support beneficial owner related endpoints, as well as support added for status filter on Customer search.
  • New BeneficialownersApi.
  • Existing CreateCustomer, CreateFundingSourceRequest, Customer, FundingSourceBalance, TransferFailure, and UpdateCustomer models updated.
  • New Address, BeneficialOwnerListResponse, CertifyRequest, CreateOwnerRequest, FullAccountInfo, Owner, Ownership, Passport, and UpdateOwnerRequest models.

1.0.16

10 Nov 21:14
5f22c0f
Compare
Choose a tag to compare
  • API schema updated, FundingsourcesApi updated to support update a funding source. MasspaymentsApi and MasspaymentitemsApi updated to support filtering by correlationId.
  • New SandboxApi which is used to simulate bank transfer processing in the Sandbox.
  • Existing CreateFundingSourceRequest, FundingSource, MassPayment, MassPaymentItem, MassPaymentItemRequestBody, MassPaymentRequestBody, Transfer, TransferFailure, and TransferRequestBody models updated.
  • New ProcessResult, UpdateBankRequest, and UpdateJobRequestBody models.

1.0.15

08 Sep 20:38
Compare
Choose a tag to compare

Optional params set to null

1.0.14

10 Jul 20:40
Compare
Choose a tag to compare

Trim trailing slash from host url on initialization

1.0.13

26 May 18:23
Compare
Choose a tag to compare

Add control over IPV4 and V6 connections.

1.0.12 update

25 Jan 17:55
Compare
Choose a tag to compare
  • API schema updated, CustomersApi updated to allow for null limit, offset, and search.
  • Existing CreateFundingSourceRequest, FundingSource, HalLink, MicroDepositsInitiated, Transfer, and TransferRequestBody models updated.
  • New Clearing and FailureDetails models.
  • Fix README example for creating a Customer.