POST api/HiPay/set_cardname

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
CardNameReq
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "channel": 1,
  "card_name": "sample string 2",
  "card_type": 3,
  "card_identifier": "sample string 4"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "RC": "sample string 1",
  "RM": "sample string 2"
}