Skip to main content

Create new card

POST 

/api/v1/mgmt/card/create

Creates a new card and attach it to the wallet, then sends an event notification

Request

Header Parameters

    apiKey stringrequired

    Default value: apiKey

    apiKey

Body

required

Creates an new card on a wallet

    limit integerrequired
    metadata objectrequired
    property name* any
    resetCycle object
    nextResetDate stringrequired
    period stringrequired
    unlimited booleanrequired
    walletUuid stringrequired

Responses

OK

Schema
    cardId string
Loading...