Introduction

Sections

Theme switcher

Introduction

Was this section helpful?

What made this section unhelpful for you?

On this page
  • Introduction

Guides

On this page
  • Guides

API Keys & Access Security

Was this section helpful?

What made this section unhelpful for you?

On this page
  • API Keys & Access Security

Errors

Was this section helpful?

What made this section unhelpful for you?

On this page
  • Errors

API

On this page
  • API

Webhooks

On this page
  • Webhooks

Reissue Card

Warning: Once this method is successfully called, the previous card will be inactive and this operation is irreversible.

This endpoint allows you to generate a new number, CVV and expiry date for a given card.

When a card with a givencardID is lost, damaged or suspected of fraudulent use, this endpoint will generate a new number, CVV and expiry date for your card with the same cardID.

If the card was previously tokenized and provisioned to a mobile wallet (e.g. Google Pay), the newly created card should remain linked to the mobile wallet. However, for subscription-based services, the cardholder may need to re-enter the new card details and verify the card again. While the 16-digit Number, CVV, and expiry date will change, the cardIdremains the same as well the balance, movements and other information will remain unchanged.

Required access level: Admin Access (Level 3)

Header Parameters

x-api-keystring

Identifier used to authenticate a user for the use of the CryptoMate APIs.

Path Parameters

cardIdstring

Unique identifier of the card

Response

401
Object
Unauthorized
412
Object
Card not found
200
Object
The operation completed successfully according to the request.

Response Attributes

idstring

Unique ID of the card

card_holder_namestring

Name that will appear on the virtual card

typestring

Type of the card. Possible values VIRTUAL or PHYSICAL

last4string

Last 4 number of the reissued virtual card

statusstring

Status of the created card. Possible values ACTIVE, DELETED, EXPIRED, FROZEN, INACTIVE, BLOCKED or DELETED.

approval_methodstring
daily_limitnumber

Maximum amount of money that can be spent with the virtual card in a single day

weekly_limitnumber

Maximum amount of money that can be spent with the virtual card over the course of a week

monthly_limitnumber

Maximum amount of money that can be spent with the virtual card over the course of a calendar month

forwarded_3ds_typestring

Type of notification when a 3DS information is sent.

Was this section helpful?

What made this section unhelpful for you?

PUT

/

Select
1

Response

Was this section helpful?

What made this section unhelpful for you?