For the complete documentation index, see llms.txt. This page is also available as Markdown.

Manage transactions

Cancel a transaction

ClearentWrapper.shared.cancelTransaction()

Void a transaction

ClearentWrapper.shared.voidTransaction(
    transactionID: transactionID
) { response, error in
    // Handle result
}

Refund a transaction

ClearentWrapper.shared.refundTransaction(
    jwt: jwt,
    saleEntity: saleEntity
) { response, error in
    // Handle result
}

Last updated

Was this helpful?