Create card
Endpoints for creating a card
Idempotent Requests
Endpoints in this section support idempotency, which means that you can safely submit identical requests without making changes to the data storage twice. To perform an idempotent request, provide x-idempotency-key
header with the request.
Idempotency works by saving URL, method, and idempotency header of your request as a key and the result of the request as value for 24 hours.
In case an error occurs while processing the request, the error message will be persisted and resent on possible retries. Please note that fields of uuid
and timestamp
fields of the error will be regenerated to be able to track down the identity of each error.
Idempotency key needs to be a unique value generated by the client which server then uses to activate the feature to be able to recognize possible future retries of the same request. The max length of the idempotency key is 64 characters.
Endpoints
Create a Multi-application card
POST /v1/MULTI_APPLICATION_CARD/customer/
Create a MasterCard branded card
POST /v4/MC_CARD/customer//account//
Create a virtual Mastercard branded card
POST /v4/MC_VIRTUAL/customer//account//
Create a debit Mastercard branded card
POST /v4/DEBIT_MC/customer//account/
Create a debit Mastercard VIRTUAL branded card
POST /v4/DEBIT_MC_VIRTUAL/customer//account/
Create a VISA branded card
POST /v4/VISA_CARD/customer//account//
Create a virtual VISA branded card
POST /v4/VISA_VIRTUAL/customer//account//
Create a debit VISA branded card
POST /v4/DEBIT_VISA/customer//account/
Create a debit VISA VIRTUAL branded card
POST /v4/DEBIT_VISA_VIRTUAL/customer//account/
Create a fleet card
POST /v4//customer//account//
Create card (Deprecated)
POST /v3/customer//account//