Changelog
General
- Fix: Addressed an issue where payouts could be created without specifying all required fields. Now, such requests will return an error indicating the missing fields.
- Update: Added a new
TransferType
valuevirtual_account
. See TransferType doc.
Orders
- Update: A new parameter
transferType
has been added to thepaymentSettings
object in the Create Order endpoint. This allows specifying the type of bank transfer wheninstrumentType
isbank_transfer
.
Payouts
- Update: A new optional parameter
region
has been added to thepayout
object in the Create Payout Request endpoint. Specifying the region is mandatory for payouts through certain providers. - Update: A new object
sender
, with a structure similar torecipient
, has been added to the Create Payout Request endpoint. This is required by some providers to include sender information for the payout. - Update: A new parameter
transferType
has been added to thebankTransferData
objects within bothrecipient
andsender
in the Create Payout Request endpoint. This allows specifying the type of bank transfer wheninstrumentType
isbank_transfer
.
Changes expected in the next release
The structure of the response for the future POST endpoint Retrieve Required Payout Fields has been radically updated, which will eventually replace the current GET Retrieve Required Payout Fields endpoint.