worldline Direct
Sign up

Illicado

Intro

Illicado is a gift card for both online and offline purchases in selected stores offered by the French acquirer Thunes.

The integration is very easy, as you only have to send one additional parameter along with your request.

When your customers choose this payment method, they are redirected to the Thunes payment portal. There they have to enter the card number and the password that appear on their card. They can combine several cards for a single purchase and even use their credit card for the remaining amount.

Overview

Payment group:
Payment product id:
3112
Key benefits
  • No personal data shared
  • Access to gift business and potential extra sales
  • Guaranteed payment
  • Complementary payments

Countries & currencies

Supported countries

Supported currencies

  • Euro (EUR)

Integration

Redirect your customers to the Thunes payment portal via our Hosted Checkout Page. Find a high level overview in the "Process flows" chapter.

Add the following properties to a standard CreateHostedCheckout request:

{
"order":{
"amountOfMoney":{
"currencyCode":"EUR",
"amount":1000
},
"customer":{
"contactDetails":{
"emailAddress":"customer@email.com"
}
}
},
"redirectPaymentMethodSpecificInput":{
"requiresApproval":"false",
"paymentProductId":3112
}
}
Properties Remarks

order.customer.contactDetails.emailAddress

Your customer's e-mail address.

redirectPaymentMethodSpecificInput
     requiresApproval
     paymentProductId

requiresApproval: Set to "false" as this payment method allows only direct sale operations.

paymentProductId: The numeric identifier of the payment method on our platform. Find this id in the "Overview" chapter. It instructs our platform to send your customers directly to the Thunes portal. If left out, our platform sends your customers to the Hosted Checkout Page instead, allowing them to choose this or any other payment method in your account.

Find detailed information about this object and its properties in our CreateHostedCheckoutAPI.

  • According to the European Anti-Money-Laundering Directive (ALM5), the maximum allowed amount for open loop gift card (a gift card from an issuer that several independent (online) merchants/retailers accept for purchases) transactions is 50€.
  • No action from your side is required to ensure you comply to this rule.
  • The following message is displayed on the payment page after your customers select this payment method: “Because of regulatory reasons, the charge of your giftcard is limited to 50 EUR per purchase, please use your bank card to cover the remaining amount for your purchase”. They will have to choose on the payment page an amount of up to 50€ to pay by gift card.
  • As usual, your customers will then pay any remaining amount not covered by the gift card with their credit card as before.

Process flows

  1. Your customers finalse an order in your shop and select Illicado.
  2. You send this CreateHostedCheckout to our platform.
  3. You redirect your customers via the redirectUrl to the Thunes portal. They confirm the order with their gift card credentials (card number and the password). If your customers need to pay a remaining amount, two scenarios are possible:
    a. Provided your customers have a Visa/MasterCard, your customers stay on the Thunes payment page where they enter their card credentials. Thunes calculates the amount to pay automatically.
    b. You initiate a second transaction on your own. For this, you need to calculate the remaining amount by yourself. You may choose any payment method available in your account.
  4. We receive the transaction result.
  5. We redirect your customer to your returnUrl
  6. You request the transaction result from our platform via GetPayment or receive the result via webhooks.
  7. If the transaction was successful, you can deliver the goods / services.
Illicado-flow.png

Testing

Refer to our Test cases for test data and detailed instructions.

Make sure to use the right endpoint and switch back to the live URL as soon as you have finished your tests.

Was this page helpful?

Do you have any comments?

Thank you for your response.