Update Card Product

Use this API update the card product Example Requests:

PUT v1/cardproducts/1

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
integer
required

The associated primary account Id.

Body Params
integer
Defaults to 12

The cardProcessorId is a unique identifier assigned to each card processor in the system. This identifier is used to specify which card processor will handle the transaction. It is required for any transaction request that involves card payments.

integer
Defaults to 1

The externalProductId is a unique identifier assigned to products by an external system. This identifier is used to link and reference products between your system and external systems, such as third-party inventory or catalog services.

integer
Defaults to 50000

This identifier is used to specify which configuration settings will be applied to the transaction processing by the card processor.

string

Unique name given to the Card product

integer

The associated legal form Id. It's used to associate the card product with either a Person or a Entity. Accepted Values are :

  1. 1 - Person
  2. 2 - Entity
    Pattern: '^(1|2)$'
    Example: `1``
string
Defaults to DEBIT

This field to specify the type of the Card either DEBIT or CREDIT.

string
Defaults to VISA

This identifier is used to select the appropriate network for card transactions.

string
Defaults to 12345678

This identifier is used to identify the issuing bank or financial institution of the card.

integer

This field is used to specify the year when the card will no longer be valid for transactions.

integer
Defaults to 1

This parameter is used to enforce limits on the number of active cards for security and management purposes.

string

The currency code for the charge.
Example: EUR

number

The decimal places of the currency.

boolean

To indicate if the online payment enabled for this card product.
Example: true

boolean

To indicate if the contactless payment is enabled for this card product.
Example: true

boolean

To indicate if the ATM with draws enabled for this card product.
Example: true

boolean

To indicate if the international payments enabled for this card product.
Example: true

boolean

To indicate if the POS payments enabled for this card product.
Example: true

boolean

To indicate if the this card product supports the virtual card feature.
Example: true

boolean

To indicate if the this card product required to setup the PIN manually.
Example: true

boolean

To indicate this card product status in active or inactive state.
Example: true

boolean

This field indicates this card product is prepaid card.
Example: true

Headers
string
required
Defaults to z01j3e71zd6zkq908vyf5861a8

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

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