POST
/
v4
/
MC_VIRTUAL
/
customer
/
{customerId}
/
account
/
{accountId}
/
{cardRole}
{
  "description": "<string>",
  "id": "<string>"
}

Path Parameters

customerId
string<biginteger>
required

The customer id of which customer you want to create the card on

accountId
string<biginteger>
required

The account id that the card should be connected to

cardRole
enum<string>
required

A role needs to be provided for the connection to the account. Role is one way to categorize between primary and supplementary card holders. Role MAIN will always create a card to have same account holder and card holder. For a supplementary card there is a possibility to differ between account and card holder.

Available options:
MAIN,
SUPPLEMENTARY

Query Parameters

auditUser
string
required

The audit user to log the request

Body

application/json

The fields that you want to apply to your newly created card, these values will override the predefined template values

The body is of type object.

Response

201
application/json

Successful creation of the product

The response is of type object.