Skip to main content

Setup wallee payment methods

This article gives a step by step on how to request the addition of a payment method operating throught wallee.

Updated yesterday

New payment methods that have never been implemented need to be added as a product request

Use case

  • Integrate payment methods not available on Adyen (e.g., PayPal, Reka...).

Setup Guide

Create a new space on Wallee

  1. Enter all required information :

    1. Use a fake email to avoid spam: fliplab@smeetz.com

    2. Reference existing space settings here: Example Space

  2. Activate E-commerce and select the desired payment method (PayPal or Reka).

Create API Key

  • Navigate to Account → Application Users.

  • Create a new application user.

  • Save the User ID and API Key.

  • Assign the role Account Admin.

Setup connectors

For each connectors

  1. Deactivate all emails

Setup Webhooks

Get ready for production

  1. Swish to live in Wallee

Setup Fee

Use these fields to bill:

  • paymentProcessingExtFlatFee

  • paymentProcessingExtFeePercent

Setup Payment Config in DB

Run the following SQL to create payment config :

INSERT INTO `payment_config` (`id`, `space`, `apiKey`, `webhook`, `user`) VALUES (NULL, 12345, 'ABCDEF', 'ABCDEF', 12345);

Then:

  1. Set group.payment_config_id to the new payment config ID.

  2. Add the payment method (e.g., PAYPAL) to group.organizer_wallee_payment_method.

  3. Remove PAYPAL from group_pricing.payment_not_allowed.

Completion checklist

  • Test a payment and see that is is successfully completed

  • Make a successful refund of that payment

CAM Process

  1. Create an L2 to implementation engineers.

  2. Provide Tech team with:

    • Name of the person

    • Full physical address of the organizer

Did this answer your question?