Skip to main content
POST
/
card
/
setAddress
设置实体卡地址
curl --request POST \
  --url http://dev-cn.your-api-server.com/card/setAddress \
  --header 'Content-Type: application/json' \
  --data '
{
  "powerCardId": "<string>",
  "country": "<string>",
  "address1": "<string>",
  "city": "<string>",
  "postalCode": "<string>",
  "recipientName": "<string>",
  "contactMobile": "<string>",
  "areaNo": "<string>",
  "address2": "<string>",
  "address3": "<string>"
}
'
{
  "success": false,
  "errorCode": "",
  "errorMessage": "",
  "errorMessageEn": "",
  "detailMessage": "",
  "requestId": "",
  "data": {
    "powerCardId": "",
    "physicalCardInfoId": 0,
    "merchantId": "",
    "merchantUserId": "",
    "channel": "",
    "country": "",
    "address1": "",
    "address2": "",
    "address3": "",
    "city": "",
    "postalCode": "",
    "recipientName": "",
    "contactMobile": "",
    "areaNo": "",
    "physicalCardStatus": ""
  }
}

Body

application/json
powerCardId
string
required

powerCardId

country
string
required

Country or region

address1
string
required

Address line 1

city
string
required

City

postalCode
string
required

Postal code

recipientName
string
required

Recipient name

contactMobile
string
required

Recipient mobile number

areaNo
string
required

Recipient mobile area code

address2
string

Address line 2

address3
string

Address line 3

Response

200 - application/json
success
boolean
default:false

Whether the business processing is successful

errorCode
string

Error code

errorMessage
string

Error message

errorMessageEn
string

English error message

detailMessage
string

Detailed message

requestId
string

Request UUID

data
object

Result