Skip to main content
POST
/
wallet
/
api
/
card
/
phone
/
update
Update Card Phone Number
curl --request POST \
  --url http://access-wallet.test.ftrader.pro/wallet/api/card/phone/update
{
  "code": 123,
  "msg": "<string>",
  "data": {}
}

Documentation Index

Fetch the complete documentation index at: https://developer.cardplus.cc/llms.txt

Use this file to discover all available pages before exploring further.

Query Parameters

agencyCode
string
required

Agency code

appId
string
required

App identifier

appUserId
string
required

App user ID

cardId
integer<int64>
required

User card ID

countryCode
string
required

Country code, e.g. +852

mobilePhone
string
required

Mobile phone number, e.g. 6657487

sign
string
required

Signature

Response

200 - application/json

OK

code
integer<int32>
required
msg
string
required
data
object