Skip to main content

Consume captured quota

POST 

/wallet/quota/consumeCapture

Consume a captured quota transaction

Request

Body

required

Input parameters for consuming captured quota transaction

    amount integerrequired

    Amount represents the amount to be consumed from the captured quota. @json: amount @binding: required

    captureId stringrequired

    CaptureId is the identifier of the captured quota transaction. @json: captureId @binding: required

    cardId stringrequired

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

    metadata object

    Metadata contains additional information related to the consumption of captured quota. @json: metadata

    property name* any

    Metadata contains additional information related to the consumption of captured quota. @json: metadata

    reason stringrequired

    Reason provides a description or reason for consuming the captured quota. @json: reason @binding: required,min=0

Responses

Created

Schema
    eventId string
Loading...