English
cURL
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": "" } }
powerCardId
Country or region
Address line 1
City
Postal code
Recipient name
Recipient mobile number
Recipient mobile area code
Address line 2
Address line 3
Whether the business processing is successful
Error code
Error message
English error message
Detailed message
Request UUID
Result
Show child attributes