Skip to main content

Create new wallet for the account

POST 

/api/v1/mgmt/wallet/create

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

Request

Header Parameters

    apiKey stringrequired

    Default value: apiKey

    apiKey

Body

required

Creates an new wallet on the account

    cycleType object
    amount integerrequired
    behavior stringrequired
    nextCycleDate stringrequired
    period stringrequired
    initialCard object
    limit integerrequired
    metadata objectrequired
    property name* any
    resetCycle object
    nextResetDate stringrequired
    period stringrequired
    unlimited booleanrequired
    initialQuota integer
    lowerLimit integerrequired
    metadata objectrequired
    property name* any
    type stringrequired

Responses

OK

Schema
    walletId string
Loading...