Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Page Properties
hiddentrue

Status

DRAFT

Approver

Mahdi Abolfazli

Overview

Please make sure to contact Gini customer support to enable this feature in our backend platform.

...

  1. Attach a document during the Photo Payment flow. Here, 3 options: “Attach files”, “Always attach”, “Don’t attach files”, are available.

  2. View the attached document on the Transaction Summary screen .

  3. Open the attached document in a full screen mode from the Transaction Summary screen when tapping on the already attached file.

  4. Delete an attached document from the Transaction Summary screen.

Initialization

Info

Please note that in GiniBankSDK this feature is enabled by default in the SDK in the transactionDocsEnabled property with the true value.

...

Code Block
var captureConfiguration = CaptureConfiguration(
            transactionDocsEnabled = false,
            ....
        )
GiniBank.setCaptureConfiguration(context, captureConfiguration)

Transaction Docs attachment settings

Value of three options for attaching a document (namely: “Attach files”, “Always attach”, “Don’t attach files”) is in the current version of the Transaction Docs feature stored locally on end user’s device.

Attachments view component

You can use a new Attachments view component anywhere in the application. This new component allows end users to

...