Manual confirmation
Integrate a feature where users can manually confirm payments before processing, adding an extra layer of security.
Workflow
Configuration
👌
Payment with Manual Confirmation
Open Recipe
Parameter | Description |
---|---|
pw_confidentiality_wallet | Confidentiality wallet ID where the widget is loaded |
pw_description | Free label for the operation |
pw_transaction_ref | Payment Reference/ID internal of the marketplace. Must be unique per privacy scope to avoid double transactions. |
pw_manual_confirm | Timeout for confirmation duration |
pw_beneficiary_0 | Marketplace confidentiality id with fees of the transaction formatted as "ID|AMOUNT". |
Example
https://app.pleenk.com/payment?pw_confidentiality_wallet=CONFIDENTIALITY_WALLET_ID&pw_description=A-payment-with-confirm&pw_transaction_ref=ORDER-123&pw_beneficiary_0=CONFIDENTIALITY_WALLET_ID|10&pw_manual_confirm=PT1M
Updated 1 day ago