Skip to main content

Close capture quota

POST 

/wallet/quota/closeCapture

Close a captured quota transaction

Request

Body

required

Input parameters for closing capture quota transaction

    accountId stringrequired

    AccountId is the unique identifier of the account. @json: accountId @binding: required @description Unique identifier of the account.

    captureId stringrequired

    CaptureId is the unique identifier of the captured transaction. @json: captureId @binding: required @description Unique identifier of the captured transaction.

    cardId stringrequired

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

    walletId stringrequired

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

Responses

Created

Schema
    eventId string
Loading...