Bank Card Application

POST Bank Card Application

POST /api/mastercard/masterCardApply.html

Bank card application

Request Body Example

{
  "address": "Laisvés pr. 60",
  "cardChannel": 3,
  "cardType": 2,
  "contactMobile": "+8613501167215",
  "contactName": "John Doe",
  "countryCode": "LT",
  "holderId": "100085",
  "orderNo": "12345678901",
  "postCode": "05120",
  "randomStr": "abcdef12345saas67890",
  "town": "Vilnius"
}

Request Parameters

NameTypeRequiredBase64 EncodingField NameDescription
orderNostringtruenoneOrder numberCard application order number
holderIdstringtruenoneCardholder IDCardholder ID
cardChannelintegerfalsenoneCard channel3 - MasterCard (default: 3)
cardTypeintegertruenoneCard type2 - Personal physical card
countryCodestringtruenoneCountry CodeShipping address, country code (two-letter country code)
townstringtrueYEuropean regionShipping address, city name (in English)
addressstringfalseYEuropean detailed addressShipping address, detailed address (in English)
postCodestringtruenonePostal codeShipping address, postal code
contactNamestringtruenoneContact personShipping address, recipient's name
contactMobilestringtruenoneContact person mobileShipping address, recipient's mobile number
randomStrstringtruenoneRandomstrA random string of 32 characters

Example Response

200 Response

{
    "applyStatus": 0,
    "errMsg": "string"
}

Response Fields

NameTypeRequiredConstraintsDescription
applyStatusintegertruenoneApplication status: 1 - Success, 2 - Failure
errMsgstringtruenoneStatus description