Releases: Dwolla/dwolla-swagger-php
Releases · Dwolla/dwolla-swagger-php
1.1.0 update
- API schema updated,
CustomersApi
updated to support Labels related endpoints. - New
LabelsApi
,LabelreallocationsApi
, andLedgerentriesApi
. - Existing
CreateCustomer
,Customer
,MassPaymentRequestBody
,MassPaymentRequestBody
,Owner
,Transfer
,TransferRequestBody
andUpdateCustomer
models updated. - New
AddLabelLedgerEntryRequest
,CreateCustomerLabelRequest
,Label
,LabelListResponse
,LabelReallocation
,LabelReallocationRequest
,LedgerEntry
, andLedgerEntryListResponse
models.
1.0.20
Merge pull request #31 from Dwolla/1.0.20 1.0.20
1.0.19
Patch 201 response in ApiClient
1.0.18
1.0.18 update
1.0.17
- 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
, andUpdateCustomer
models updated. - New
Address
,BeneficialOwnerListResponse
,CertifyRequest
,CreateOwnerRequest
,FullAccountInfo
,Owner
,Ownership
,Passport
, andUpdateOwnerRequest
models.
1.0.16
- API schema updated,
FundingsourcesApi
updated to support update a funding source.MasspaymentsApi
andMasspaymentitemsApi
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
, andTransferRequestBody
models updated. - New
ProcessResult
,UpdateBankRequest
, andUpdateJobRequestBody
models.
1.0.15
Optional params set to null
1.0.14
Trim trailing slash from host url on initialization
1.0.13
1.0.12 update
- API schema updated,
CustomersApi
updated to allow for null limit, offset, and search. - Existing
CreateFundingSourceRequest
,FundingSource
,HalLink
,MicroDepositsInitiated
,Transfer
, andTransferRequestBody
models updated. - New
Clearing
andFailureDetails
models. - Fix README example for creating a Customer.