For the Stripe payment processing system, company administrators can configure parameters to support digital wallets for making payments.
Note: Digital wallets are only supported through the Stripe PSP. |
Digital Wallet Prerequisites:
- Your service provider must have registered and set up your account with Stripe. They will provide you with API Keys that you will need to enter when configuring the service.
Define digital wallet parameters: #
You will need to enable at least one digital wallet. Either: PayPal, Apple Pay and/or Google Pay.
- Navigate to Payments in the left-hand panel
- Select PSP Configuration
- Ensure Stripe is selected from the Type of payment processing system dropdown
- Click the Digital Wallet tab
- Select the country code to use for the digital wallet(s)
- For Allowed Card Networks, select the type(s) of payment cards that can be used for transactions. One or more of the following:
- Amex
- MasterCard
- Visa
Make PayPal available as a digital wallet: #
- Tick the Enable checkbox for PayPal
- Click Add or Save Changes, as appropriate.
Make Apple Pay available as a digital wallet: #
- Tick the Enable checkbox for Apple Pay
- For Stripe Version select the version of the Stripe API to use (based on release date)
- If the version you require is not listed, tick the Use Custom Stripe Version checkbox and specify the version instead
- For Stripe Publishable Key (Test) specify the API for your test account. It should start with pk_test
- Your test publishable API key identifies your website to Stripe during communications and is used to authenticate API requests.
- For Stripe Publishable Key (Live) specify the API for your live account. It should start with pk_live
- Your live publishable API key identifies your website to Stripe during communications and is used to authenticate API requests.
- Click Add or Save Changes, as appropriate.
Make Google Pay available as a digital wallet: #
- Tick the Enable checkbox for Google Pay
- For Merchant ID specify the unique Merchant Identification Number (MID) for the Stripe merchant account
- For Stripe Version select the version of the Stripe API to use (based on release date)
- If the version you require is not listed, tick the Use Custom Stripe Version checkbox and specify the version instead
- For Stripe Publishable Key (Test) specify the API for your test account. It should start with pk_test
- Your test publishable API key identifies your website to Stripe during communications and is used to authenticate API requests.
- For Stripe Publishable Key (Live) specify the API for your live account. It should start with pk_live
- Your live publishable API key identifies your website to Stripe during communications and is used to authenticate API requests.
- Click Add or Save Changes, as appropriate.
Note: When you enable the checkbox for PayPal, Apple Pay or Google Pay they will show as a payment method on the agent’s screen. If the checkbox is not ticked (disabled), the options are not shown on the agent’s screen. |
Additional Information: #
- Company administrators must have the Pay by Link Configuration: Modify privilege to configure digital-wallet parameters for a Stripe PSP configuration.