Payment use case
The pay widget link can be configured in multiple ways to meet all your needs.
Use case
Simple Payment (Purchase via Store)
Allow users to make direct payments for purchases in your store using our payment solution at checkout.
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_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-simple-payment&pw_transaction_ref=ORDER-123&pw_beneficiary_0=CONFIDENTIALITY_WALLET_ID|10
Payment on Behalf of a Third Party (Purchase via Store for Third-Party Seller)
Enable users to purchase items from your store, directing payments to third-party sellers' accounts using our payment solution.
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_beneficiary_0 | Marketplace confidentiality id with fees of the transaction formatted as "ID|AMOUNT". |
pw_beneficiary_1 | First beneficiary information of the transaction formatted as "PleenkEntityRef|AMOUNT". Amount uses "." as the decimal separator with no limits on decimals. |
Example:https://app.pleenk.com/payment?pw_confidentiality_wallet=CONFIDENTIALITY_WALLET_ID&pw_description=A-simple-payment&pw_transaction_ref=ORDER-123&pw_marketplace_fee=2&pw_beneficiary_0=CONFIDENTIALITY_WALLET_ID|2&pw_beneficiary_1=SELLER_ID|10
Payment with Manual Confirmation
Integrate a feature where users can manually confirm payments before processing, adding an extra layer of security.
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
Payment with Segregation of Funds
Facilitate payments that are automatically split into different accounts based on predefined rules, ensuring proper distribution of funds.
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_beneficiary_0 | Marketplace confidentiality id with fees of the transaction formatted as "ID|AMOUNT". |
pw_funds_blocking_period | Escrow duration |
Example:https://app.pleenk.com/payment?pw_confidentiality_wallet=CONFIDENTIALITY_WALLET_ID&pw_description=A-simple-payment&pw_transaction_ref=ORDER-123&pw_beneficiary_0=CONFIDENTIALITY_WALLET_ID|10&pw_funds_blocking_period=PT1M
Recurring Payment
Offer a recurring payment option for regular services or subscriptions, with automatic processing based on user-specified amounts and frequencies.
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_beneficiary_0 | Marketplace confidentiality id with fees of the transaction formatted as "ID|AMOUNT". |
pw_subscription_period | Recurring period of paiement |
Example:https://app.pleenk.com/payment?pw_confidentiality_wallet=CONFIDENTIALITY_WALLET_ID&pw_description=A-simple-payment&pw_transaction_ref=ORDER-123&pw_beneficiary_0=CONFIDENTIALITY_WALLET_ID|10&pw_subscription_period=P1M
Updated about 2 months ago