Introduction

Sections

Theme switcher

Update virtual card limits

Header Parameters

x-api-keystring Required

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

Path Parameters

cardIdstring Required

Unique identifier of the card

Body Parameters

daily_limitnumber Required

This limit specifies the maximum amount of money that can be spent with the virtual card in a single day. If no limit should be set for daily spending, pass the value: null

weekly_limitnumber Required

This limit specifies the maximum amount of money that can be spent with the virtual card over the course of a week. If no limit should be set for weekly spending, pass the value: null

monthly_limitnumber Required

This limit specifies the maximum amount of money that can be spent with the virutal card over the course of a calendar month. If no limit should be set for monthly spending, pass the value: null

Response

200
Object

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 created virtual card

statusstring

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

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

Was this section helpful?

What made this section unhelpful for you?

PATCH

/

Select
1

Response

Was this section helpful?

What made this section unhelpful for you?

View as Markdown

Ask an AI

Open in ChatGPTOpen in ClaudeOpen in Perplexity

Code with AI

Open in Copilot