Worldline¶
Worldline ist ein in Frankreich ansässiges Unternehmen und der viertgrößte Zahlungsdienstleister weltweit.
Einstellungen in Worldline¶
Einen API-Benutzer erstellen¶
Es wird empfohlen, einen API-Benutzer einzurichten, um Transaktionen aus Odoo zu erstellen, damit Ihre Worldline-Konfiguration auch dann sicher bleibt, wenn Anmeldedaten kompromittiert werden. Darüber hinaus müssen API-Benutzer ihr Passwort nicht so häufig aktualisieren wie normale Benutzer.
Um einen API-Benutzer zu erstellen, gehen Sie wie folgt vor:
Log into your Worldline Merchant Portal, click the (menu) icon, and select Back Office.
Go to New User.
and click onConfigure the following fields:
Specify a UserID, User’s name, E-mail address, and Timezone of your choice.
Set the Profile field to Admin.
Enable Special user for API.
Tipp
If you have already set up a user, make sure it is activated without any error.
To test the payment flow with Worldline, use their test environment together with the test mode.
Set up Worldline for Odoo¶
Worldline must now be configured to accept payments from Odoo.
From your merchant portal, go to Generate API key. Copy the API key ID and the Secret API key and save them for later.
and click onGo to Generate webhook keys. Copy the Webhook ID and the associated Secret webhook key and save them for later.
and click on- Click Add webhook endpoint, enter your Odoo database’s URL followed by
/payment/worldline/webhook
in the Endpoint url field, and Confirm.Zum Beispiel:https://example.odoo.com/payment/worldline/webhook
.
Einstellungen in Odoo¶
Um Worldline in Odoo einzurichten:
Navigieren Sie zum Zahlungsanbieter Worldline und ändern Sie seinen Status auf Aktiviert.
In the Credentials tab, enter the PSPID of your Worldline account and fill in the API Key, API Secret, Webhook Key, and Webhook Secret with the values you saved at the step Set up Worldline for Odoo.
Konfigurieren Sie die restlichen Optionen entsprechend Ihren Wünschen.
Siehe auch