circle-chevron-rightCOMMON

Country/Region List

circle-info

This interface is updated very infrequently, so please localize the data before calling it.

POST /merchant/core/mcb/common/region

Request

param
Type
Required
Remark

Response

Param
Type
Required
Remark

code

String

true

Country/Region code ISO 3166-1 alpha-2

standardCode

String

true

Country/Region code ISO 3166-1 alpha-3

name

String

true

Country/Region name

Example Response

{
    "success": true,
    "code": 200,
    "msg": "Success",
    "data":
    [
        {
            "code": "AU",
            "standardCode": "AUS",
            "name": "Australia"
        },
        {
            "code": "BD",
            "standardCode": "BGD",
            "name": "Bangladesh"
        }
    ]
}

City List

circle-info

This interface is updated very infrequently, so please localize the data before calling it.

Request

param
Type
Required
Remark

regionCode

String

false

Country/Region code ISO 3166-1 alpha-2

Response

Param
Type
Required
Remark

code

String

true

city code

name

String

true

city name

country

String

true

Country/Region code ISO 3166-1 alpha-2

Example Response

City list (hierarchical relationship)

It includes two levels: province/state/region and city.

circle-info

This interface is updated very infrequently, so please localize the data before calling it.

Request

param
Type
Required
Remark

regionCode

String

false

Country/Region code ISO 3166-1 alpha-2

Response

Param
Type
Required
Remark

code

String

true

city code

name

String

true

city name

country

String

true

Country/Region code ISO 3166-1 alpha-2

countryStandardCode

String

true

Country/Region code ISO 3166-1 alpha-3

parentCode

String

true

Parent code

children

List

true

children city list

children[0].code

String

true

city code

children[0].name

String

true

city name

children[0].country

String

true

Country/Region code ISO 3166-1 alpha-2

children[0].countryStandardCode

String

true

Country/Region code ISO 3166-1 alpha-3

children[0].parentCode

String

true

Parent code

children[0].children

String

true

children city list

Example Response

Mobile Code List

circle-info

This interface is updated very infrequently, so please localize the data before calling it.

Request

param
Type
Required
Remark

Response

Param
Type
Required
Remark

code

String

true

Mobile code. example: +1

name

String

true

Region name. example: Canada

areaCode

String

true

Region Code ISO 3166-1 alpha-2. example: CA

language

String

true

Region language. zh_CN en_US

enableGlobalTransfer

Boolean

true

Is Global Transfer Available

Example Response

Upload File

circle-info

content-type=multipart/form-data; please generate an empty object for signature for this interface Only jpg, png, and pdf formats are supported; the file size cannot exceed 2M

Request

param
Type
Required
Remark

category

String

true

Please use the value: card

file

File

true

File

Response

Param
Type
Required
Remark

fileId

String

true

File id

Example Response

Submit Work Order

Request

param
Type
Required
Remark

merchantOrderNo

String

true

Client transaction id. length[20...40]

title

String

true

Title. length[1...255]

target

String

true

Target. length[1...255]. If the card is manually activated, please fill in the card number

content

String

false

Content. length[0...1000]

files

List

false

File ID. Call upload file interface to get

tradeType

String

true

Type. CARD_ACTIVE: Card activation; OTHER: Other

Response

Param
Type
Required
Remark

merchantOrderNo

String

true

Client transaction id

orderNo

String

true

Transaction id

title

String

true

Title

target

String

true

Target

content

String

false

Content

tradeType

String

true

Type. CARD_ACTIVE: Card activation; OTHER: Other

tradeStatus

String

true

Status. wait_process: pending; processing: processing;

success: success;

fail: failure

remark

String

false

Remark

createTime

Long

true

Millisecond timestamp

updateTime

Long

true

Millisecond timestamp

Example Response

Work Order List

Request

param
Type
Required
Remark

merchantOrderNo

String

false

Transaction id

orderNo

String

false

Client transaction id

target

String

false

Target

tradeType

String

false

Type. CARD_ACTIVE: Card activation; OTHER: Other

tradeStatus

String

false

Status. wait_process: pending; processing: processing;

success: success;

fail: failure

Response

Param
Type
Required
Remark

merchantOrderNo

String

true

Client transaction id

orderNo

String

true

Transaction id

title

String

true

Title

target

String

true

Target

content

String

false

Content

tradeType

String

true

Type. CARD_ACTIVE: Card activation; OTHER: Other

tradeStatus

String

true

Status. wait_process: pending; processing: processing;

success: success;

fail: failure

description

String

false

Description

remark

String

false

Remark. equal description. will remove

createTime

Long

true

Millisecond timestamp

updateTime

Long

true

Millisecond timestamp

Example Response

Last updated