worldline Direct
Sign up

Bizum

Intro

Bizum is a Spanish wallet allowing customers to pay with their mobile phone. Once you redirect your customers to the Bizum portal, they confirm the payment with their phone number and a password. Your customers can make their payment in a browser or in the Bizum app, which smooths out the payment experience.

The integration is very easy, as you only have to send three additional parameters along with your request. You can implement this payment method with both integration modes Hosted Checkout Page/Server-to-server.

Überblick

Kategorie:
Payment Product-ID:
5001
Wichtigste Vorteile
  • Low PCI requirements (no sensitive or personal data shared)
  • Easy integration
  • Allows refunds

Einstieg

To activate Bizum in your live account, follow these steps:

  1. Sign a contract with Bizum
  2. Get your Bizum credientials (Bizum ID, Terminal ID, Secret Key).
  3. Enter the credentials in the Merchant Portal and activate Bizum as described in our guide.
  4. Login to the Bizum platform and go to "Configuration data". Configure the following settings:
The image above shows the "Configuration data" tab in the Bizum platform.

You can activate Bizum in the test environment anytime by entering placeholder data as described in step 3.

Länder & Währungen

Unterstützte Länder

Unterstützte Währungen

  • Euro

Integration

We offer this payment methods for the following integration modes. Learn in our dedicated guides about their individual differences:

Find a high level overview in the "Zahlungsablauf" chapter.

Hosted Checkout Page/Server-to-server

Add the following properties to a standard CreateHostedCheckout/CreatePayment request:

{
   "order":{
      "amountOfMoney":{
         "currencyCode":"EUR",
         "amount":980
      },
      "customer":{
         "locale":"en_GB"
      }
   },
   "redirectPaymentMethodSpecificInput":{
      "PaymentProductId":5001,
      "RequiresApproval":false,
      "redirectionData":{
         "returnUrl":"https://yoururl.com"
      }
   }
}
Properties Remarks

redirectPaymentMethodSpecificInput

PaymentProductId
returnUrl
requiresApproval

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 Bizum 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.

returnURL: The URL we redirect your customers to after the payment has been finalised.

requiresApproval: Set to either "true"/"false" depending on whether you want to process payments in authorisation/direct sale mode.

Ausführliche Informationen über dieses Objekt und seine Eigenschaften finden Sie in unserer HostedCheckoutAPI/ CreatePaymentAPI

Zahlungsablauf

  • Every Bizum transaction is linked to an authorisation code which you have to show to your customers during the payment flow.
  • The Bizum processor Redsys offers you two options for that:
    1. Redsys displays the authorisation code on the an intermediate page (see step 4a).
    2. You retrieve the authorisation code and display it on your returnUrl (see step 4b).
  • Option 1. requires your customers to actively confirm the redirection to your returnURL. However, some customers might close their browsers instead. This will lead to discrepancies between the actual transaction's status and what your receive in your GetPayment/webhooks request (see step 6).
  • To avoid such discrepancies and increase conversion rates, we strongly recommend choosing option 2.
  • Using option 1 or 2 requires activation by Redsys. Contact them to activate/switch between options according to your preference.
  1. Your customers finalise an order in your shop and select Bizum.
  2. You send this CreateHostedCheckout/CreatePayment request to our platform.
  3. You redirect your customers via the redirectUrl (For CreateHostedCheckout requests) or merchantAction.redirectData.redirectURL (For CreatePayment requests). If your customers have the Bizum app installed on their device, it opens the app automatically.
    Your customers enter their personal data (phone number and password) to confirm the order.
  4. Our platform receives the transaction result. Based on the configuration that Redsys has set up and activated, two scenarios are possible: 
    a.  Bizum redirects your customers to the Redsys intermediate page, displaying the transaction's authorisation code. Your customers confirm the redirection to the  returnURL.
    b. Bizum redirects your customers to returnURL.
  5. You request the transaction result from our platform via GetPaymentDetails/GetHostedCheckout or receive the result via webhooks. If you process transactions via flow 4b, you get the transaction's authorisation code via property redirectPaymentMethodSpecificOutput.PaymentProduct5001SpecificOutput.authorisationCodefrom our platform via the GetPaymentDetails/GetHostedCheckout request. Make sure to display this code on your returnURL.
  6. If the transaction was successful, you can deliver the goods / services.
Bizum-v1.1.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

Zusätzliche Informationen

You can activate Bizum in the following ways:

  • Contact us should you need help for any of the necessary activation steps.
  • Make sure to send your transaction requests to our live environment as soon as you have finalised your tests.

Activate in test account with Direct simulator

This allows you to send transaction requests to our test environment and perform test as described in our Testen tab. These transactions do not have a financial impact.

Follow these steps:

  1. Login to your test account. Go to Configuration > Payment methods > Choose new payment methods.
  2. In "Additional filter criteria", go to "Web Banking". In the table, click on "Add" next to "Bizum".
  3. In the "Contract data" tab, fill in the following properties:
    Property Description/Actions
    UID Enter any 8-digit numerical value.
    TID Enter any 3-digit numerical value.
    Secret Key Enter one of these SHA-256 SecretKey strings:

    VmFsaWRCaXp1bUtleUluMjRQb3MwMDAx
    Qml6dW1LZXlJbjI0UG9zMDAwMlZhbGlk
    S2V5SW4yNFBvczAwMDNWYWxpZEJpenVt
    SW4yNFBvczAwMDRWYWxpZEJpenVtS2V5
    MjRQb3MwMDA1VmFsaWRCaXp1bUtleUlu
    UG9zMDAwNlZhbGlkQml6dW1LZXlJbjI0
    MDAwN1ZhbGlkQml6dW1LZXlJbjI0UG9z
  4. Click on "SUBMIT" to confirm.
  5. Go to the "PM activation" tab. In "Activation", select the "Yes" radio button.
  6. Click on "SUBMIT" to confirm. Bizum is now active in your test account.

Activate in test account with end-to-end testing

This allows you to send transaction requests to our test environment. Our platform sends your requests to the Bizum test environment to process your transactions. These transactions do not have a financial impact.

This mode requires you to have a signed acquiring contract with Bizum, as you have to enter live acquiring data in the Back Office.

Follow these steps:

  1. Login to your test account. Go to Configuration > Payment methods > Choose new payment methods.
  2. In "Additional filter criteria", go to "Web Banking". In the table, click on "Add" next to "Bizum".
  3. In the "Contract data" tab, fill in the following properties:
    Property Description/Actions
    UID Enter the 8-digit Unique Identifier you have received from Bizum.
    TID Enter the 3-digit Terminal ID you have received from Bizum.
    Secret Key Enter the SHA-256 SecretKey you have received from Bizum.
  4. Click on "SUBMIT" to confirm.
  5. Go to the "PM activation" tab. In "Activation", select the "Yes" radio button.
  6. Click on "SUBMIT" to confirm. Bizum is now active in your test account in end-to-end testing mode.

Activate in live for real transaction processing

This allows you to send transaction requests to our live environment. Our platform sends your requests to the Bizum live environment to process your transactions. These transactions have a financial impact.

This mode requires you to have a signed acquiring contract with Bizum, as you have to enter live acquiring data in the Back Office.

Follow these steps:

  1. Login to your live account. Go to Configuration > Payment methods > Choose new payment methods.
  2. In "Additional filter criteria", go to "Web Banking". In the table, click on "Add" next to "Bizum".
  3. In the "Contract data" tab, fill in the following properties:
    Property Description/Actions
    UID Enter the 8-digit Unique Identifier you have received from Bizum.
    TID Enter the 3-digit Terminal ID you have received from Bizum.
    Secret Key Enter the SHA-256 SecretKey you have received from Bizum.
  4. Click on "SUBMIT" to confirm.
  5. Go to the "PM activation" tab. In "Activation", select the "Yes" radio button.
  6. Click on "SUBMIT" to confirm. Bizum is now active in your live account in end-to-end live mode.

Was this page helpful?

Do you have any comments?

Thank you for your response.