Release notes
Version 1.2.1
Release Date: Aug 11, 2022
For the registerCustomer API:
- Modified the description for the
auditDetails.auditKey
field. - Modified the enumeration fields for the
industryType
field.
Version 1.2.0
Release Date: Jul 13, 2022
New
For the registerCustomer API:
In the customer.Company
field:
- Added required field:
industryType
. - Added optional fields:
companyType
,businessName
,businessAddress
.
In the customer.businessPartner
field:
- Added field:
individual.wealthSources
. This field is required when there exists a UBO on the company board with over 25% share holdings.
In the result codes:
- Added
SYSTEM_ERROR
. - When the submission failed to pass the review, the error code is
GMM_AUDITING_RECTIFY
.
For the inquiryRegisterCustomer and notifyRegisterCustomer interfaces:
Added the auditDetails
fields indicating the reason why the submission review failed. The detailed reasons which are elaborated by the auditDetails.reviewReason
field. For more details, refer to the corresponding Result Processing Logic section.
In the result codes:
- Added
SYSTEM_ERROR
. - When the submission failed to pass the review, the error code is
GMM_AUDITING_RECTIFY
.
Modified
For the registerCustomer API:
Changed the customer.businessPartner.businessName
field to required.
Changed the customer.Company.extendInfo
field to optional.
Version 1.1.1
Release Date: Jul 6, 2022
New
Added the instructions to handle a reversal.
Updated the result processing logic chapter in the transfer API. Added the instructions to handle result codes such as ORDER_IS_RESERVED
and ORDER_NEEDS_RETRY
.
Added parameters: transferFromDetail.feeAmount
and transferToDetail.reverseAmount
.
Version 1.1.0
Release Date: Jul 4, 2022
New
Added the capacity to transfer to an Alipay wallet as the beneficiary's account. More specifically:
- Updated descriptions and sample codes for the transfer API.
- Updated the value of the
transferToDetail.transferToMethod.paymentMethodMetaData
field when the value oftransferToDetail.transferToMethod.paymentMethodType
isWALLET
.
Version 1.0.0
Release Date: May 13, 2022
The first version of Documentation for WorldFirst Mass Payout Solution is released.