Skip to main content

Use Quota Handler

POST 

/wallet/quota/use

Endpoint for using quota

Request

Body

required

Input parameters for using quota

    amount integerrequired

    Amount is the amount of quota to be used. @json: amount @binding: required,min=0

    cardId stringrequired

    CardId is the unique identifier of the card. @json: cardId @binding: required

    metadata object

    Metadata contains additional metadata related to the quota usage. @json: metadata

    property name* any

    Metadata contains additional metadata related to the quota usage. @json: metadata

    reason stringrequired

    Reason is the reason for using the quota. @json: reason @binding: required,min=0

    walletId stringrequired

    WalletId is the unique identifier of the wallet. @json: walletId @binding: required

Responses

Created

Schema
    eventId string
Loading...