Skip to content

Version Record

VersionDateContentAuthor
V1.5.02024/10/10First English version releasedJeff.qian
V1.5.12024/11/231. Add B0112 in Response code.
2. Update the description of Tokenization in Online payments scenes.
3. In Online API Specification
(1) Add POST, PUT, GET and DEL PaymentInstrument
(2) Add Asynchronous notification for PaymentInstrument.
Kyra.ze
V1.5.22024/12/11Update the data type of paymentMethod.card.issuingBank in response of GET PaymentInstrument API from String(16) to String(256).
Kyra.ze
V1.6.02024/12/10Add recurring transcation to the offline API.
1. Add recurring transcation to the online payment scenarios.
2. Offline API Specification: Payment
(1) Add paymentMethod.recurringProcessingModel to POST Payment request
(2) Add paymentMethod.recurringReference to POST, GET Payment Response
(3) Add paymentMethod.recurringReference to Payment Notification
Iris.Gao
V1.6.12024/12/26Update the data type of paymentMethod.card.issuingBank in response of the following API from String(16) to String(256).

1、Online API Specification:
(1)paymentMethod【POST/PUT/GET/DEL】
(2)Payment【POST/PUT/GET】
(3)Capture【POST/GET】
(4)Refund【POST/GET】
(5)Merchandise Credit【POST/GET】
(6)CancelOrRefund【POST/GET】
(7)Cryptogram【POST/GET/PUT】
(8)Notification (Payment, Refund, MerchandiseCredit, Capture, PaymentMethod, Cryptogram, StandaloneCapture, MultipleCapture, Recapture, Network Token update, Network Token authentication finished)
(9)Multiple Capture【POST/GET】
(10)Standalone Capture【POST/GET】
(11)Recapture【POST/GET】

2、Offline API Specification:
(1)Payment【POST/GET】
(2)Capture【POST/GET】
(3)Refund【POST/GET】
(4)Merchandise Credit【POST/GET】
(5)Notification (Payment, Refund, MerchandiseCredit, Capture, StandaloneCapture, MultipleCapture)
(6)Standalone Capture【POST/GET】
(7)Multiple Capture【POST/GET】
Kyra.ze
V1.6.22024/12/27Modify Visa AFT related content in the Online API.
1. Remove the mandatory validation for the following structures and fields under the condition that tradeInfo.tradeType = Funding_Transfer.
recipientInfo
recipientInfo.name
recipientInfo.accountNumber
recipientInfo.accountType
userInfo
userInfo.name
userInfo.address
2. Add conditional mandatory descriptions for the following fields
pspInfo.postCode
tradeInfo.purposeOfPayment
recipientInfo.name.firstName
recipientInfo.name.lastName
recipientInfo.address.street
recipientInfo.address.city
recipientInfo.address.stateOrProvince
recipientInfo.address.country
recipientInfo.accountNumber
userInfo.name.firstName
userInfo.name.middleName
userInfo.name.lastName
userInfo.address.street
userInfo.address.city
userInfo.address.stateOrProvince
userInfo.address.country
3. Add B1003 in Response code.
Flora.Ren