worldline Direct
Sign up

OneyBrandedGiftCard

Intro

OneyBrandedGiftCard is a gift card offered by the French acquirer Thunes.

The integration is very easy, as you only have to send one additional parameter along with your request. On top of that, you can personalise Thunes’ payment page with your own logo and colour! Please contact Thunes for more information on this.

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 (cryptogram) 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:
5600
Key benefits
  • Key benefits: No personal data shared
  • Access to gift business and potential extra sales
  • Guaranteed payment
  • Complementary payments
  • Personalised payment page

Boarding

To use OneyBrandedGiftCard for either in our test/live environment, follow these steps: 

  1. Sign a contract with Thunes and receive activation credentials in return.
  2. Send the activation credentials (MID/password and possibly other credentials) to us.
  3. We do the necessary onboarding and provisioning check.
  4. We activate the payment method in your account.

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":5600 } } 
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.

Process flows

  1. Your customers finalise an order in your shop and select OneyBrandedGiftCard.
  2. You send this CreateHostedCheckout request 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:
    3'(optional). Provided the customers use a Card bancaire co-badged card, your customers stay in the Thunes portal. Thunes calculates the amount to pay automatically.
    3''(optional). 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.
Oneybrandedgiftcard-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.