Update Log

2025-06-22 (already online)

  1. The city list interface data has been fully updated. Customers need to resynchronize, and some city codes have been adjusted;

  2. Added the city list-v2 interface, which returns the province/state/region level data;

2025-06-22 (Already online)

  1. Added Card Issuance Process, Contains the latest card opening process for card BIN 4549, and the interface is adjusted when creating a cardholder;

  2. Added CardHoder-Create-v2 interface;

  3. Added CardHoder-Update-v2 interface;

  4. Added Upload File interface;

2025-05-18 (Already online)

  1. Added Freeze - v2 interface;

  2. Added UnFreeze - v2 interface;

  3. Card Transaction interface add type FreezeUnFreeze

  4. Card Transaction Notification add type FreezeUnFreeze

2025-04-20 (Already online)

  1. Supported card bins interface is no longer maintained (API is always available); replaced by Supported card bins-v2 version;

  2. Added Card Holder notification for Specific card BIN.

2025-04-10 (Already online)

  1. Address request parameter verification adjustment for creating and updating cardholder interface.

    1. Original rule: only English characters are supported. [Special characters supported, . - /];

    2. Current rule: can only contain letters, numbers, hyphens and spaces. regex: ^[A-Za-z0-9\- ]+$

2025-03-14(Already online)

  1. Added wallet recharge interface. No need to manually place orders in the merchant backend;

  2. Added Common API module, through which you can obtain the country/region, city, and mobile phone area code dictionary;

  3. Updated the demo package, and maintained excel and java-demo;

  4. Creating a cardholder no longer requires verification of the uniqueness of the mobile phone number and email address;

  5. Cardholder mobile phone area codes support a wider range. You can update and re-pull the supported card BIN interface to obtain;

  6. Added a required parameter cardTypeId to the request parameters for creating and updating cardholders. If the same cardholder information applies for cards with different card BINs, it is recommended to create them under different cardTypes.

2024-12-17(Already online)

  1. Update Card InfoCard Balance The field usedAmount is not required to be returned;

  2. Update create cardholder to add the request field cardTypeId;

2024-12-11(Already online)

  1. Update Supported card bins to add the response field depositAmountMaxQuotaForActiveCard;

  2. Update Open Card to add the request field amount;

Last updated