Change Card Type

Use this API to change the card product type assigned to an existing card. This is useful when a cardholder needs to be moved to a different card product — for example, upgrading from a standard card to a premium one.

To perform the change, pass the Card_Id as a path parameter to identify the card, include CHANGE_TYPE as the command query parameter, and provide the new productId in the request body.

Note: The card must already exist and be associated with the tenant before its type can be changed. An incorrect or unknown Card_Id will result in a 400 error.

A successful response confirms that the card's product type has been updated.

Path Params
integer
required
Defaults to 123

The unique identifier for the card that needs its type changed.
Example: 123

Query Params
string
required
Defaults to CHANGE_TYPE

The specific command to be executed for changing the card type.
Example: CHANGE_TYPE

Body Params
integer
required
Defaults to 1

The unique identifier for the card product.
Example: 1

Headers
string
required

The ID of your banking instance visible in the MBANQ Console.

string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json