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.

Überblick

Kategorie:
Payment Product-ID:
5600
Wichtigste Vorteile
  • Key benefits: No personal data shared
  • Access to gift business and potential extra sales
  • Guaranteed payment
  • Complementary payments
  • Personalised payment page

Einstieg

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.

Länder & Währungen

Unterstützte Länder

Unterstützte Währungen

  • Euro

Integration

Redirect your customers to the Thunes payment portal via our Hosted Checkout Page. Find a high level overview in the "Zahlungsablauf" 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 "Überblick" 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.

Ausführliche Informationen über dieses Objekt und seine Eigenschaften finden Sie in unserer CreateHostedCheckoutAPI

Zahlungsablauf

  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 GetHostedCheckout or receive the result via webhooks.
  7. If the transaction was successful, you can deliver the goods / services.
Oneybrandedgiftcard-flow.png

Testdaten

In unseren Testszenarios finden Sie Testdaten und detaillierte Instruktionen. 

Stellen Sie sicher, den korrekten Endpunkt anzusteuern und zurück zum Live-Endpunkt zu wechseln, sobald Sie Ihre Tests abgeschlossen haben

Was this page helpful?

Do you have any comments?

Thank you for your response.