Update Mailing Address
This API is used to update account mailing address.
Path: /api/v1/mastercardService/account/updateMailingAddress
Method: POST
Content-Type
application/json
Headers
authorization
string
YES
Authorization Header
Body
api_key
string
YES
api key
request_id
string
YES
Unique id; the shortest is 20 characters, the longest is 64 characters
timestamp
string
YES
13-digit; Valid for plus or minus 30 seconds
username
string
YES
Unique username of the account. Max character length can be 10, alphabets and number only
mail_address
string
YES
Account's mailing address.
mail_secondary_address
string
Optional
Second line mailing address of the account.
mail_city
string
YES
mailing city.
mail_state
string
YES
mailing state.
mail_country
string
YES
mailing country.
mail_postal_code
string
YES
mailing postal code.
sign
string
YES
sign: MD5(api_key+username+timestamp+secret+request_id)lowercase hex
Example
signature example:MD5(fd01a53d7834b06c080cd1024ae9c60alili1168207225700916388ce4331b35e8e0d32777ba57d7d95737eb4809b846e48ad15d4b8f97d98c)
Response
code
number
Response code
msg
string
Response message
Example
Last updated