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

Send e-mail receipt

ClearentWrapper.shared.sendReceipt(
    emailAddress: "customer@example.com"
) { response, error in
    // Handle result
}

Completion callback

func didFinishedSendingReceipt(
    response: ReceiptResponse?,
    error: ClearentError?
)

Last updated

Was this helpful?