⁍ MatchMove Banking Operating System

Sections

Theme switcher

Create Card

Header Parameters

X-Auth-User-IDstring Required

MatchMove provided ID for the user.

Authorizationstring

Path Parameters

card_type_codestring Required

The card type code to be used for creating the card. This is a mandatory parameter. The value can be retrieved via Get configured card types.

Body Parameters

assoc_numberstring

Required value supported only for non personalized physical cards. Physical Card Proxy Number [format: PY + Proxy Number (eg. 'PY000000000123')] or Account identification number. When present, this will bind the card to the current user.

ref_idstring

Transaction reference identifier obtained after using POST /users/wallets/funds when the consumer is pre-funded or after using POST /oauth/consumer/funds when the consumer is not pre-funded.

card_designstring
name_on_cardstring
additional_detailsstring
auto_activateboolean

If passed as true the POST request does the activation of the card along with the linkage of the card. Do note this parameter is only supported for non personalized card. Also depending on the card management partner used only option true might be supported

Enum values:
truefalse
2fa_methodstring
2fa_deliverystring
2fa_valuestring

Response

200
Object
OK

Response Attributes

idstring Required

Unique Reference for Wallet in the MatchMove System

Pattern
^[a-zA-Z0-9]*
numberstring Required

Account Identification Number for the Wallet

holderobject Required

Show child attributes

typeobject

Show child attributes

tokenobject

Show child attributes

dateobject

Show child attributes

imageobject

Model to describe the card images that are retuned on the get call for retrieving users payment instrument.

Show child attributes

statusobject Required

Show child attributes

fundsobject

Show child attributes

linksarray

Show child attributes

activation_codestring

Only applicable for physical cards. Activation code will be shown in response if card is not activated yet.After card activation , code will not appear in the response.

kitstring
400
Object
Bad Request | Code | Description | | :--- | :---------- | | parameter_assoc_number_missing | `assoc_number` is missing | | parameter_assoc_number_invalid | `assoc_number` is invalid | | parameter_assoc_number_in_use | Parameter `assoc_number` is already in use | | resource_wallet_card_design_not_valid | `card_design` is invalid | | resource_card_auto_activate_not_allowed | Auto activation is not allowed for this card type | | resource_card_insufficient_balance | Insufficient Wallet Balance. |

Response Attributes

codeinteger Required
descriptionstring Required
linkstring Required
Was this section helpful?

POST

/

Select
1

Response

Was this section helpful?