Unzer
See example of integrating Unzer.
Last updated
Was this helpful?
See example of integrating Unzer.
Last updated
Was this helpful?
The Emporix system allows to integrate with Unzer as the payment provider.
What we support, is the Pay by Invoice solution as the post-checkout approach. No other Unzer integration is possible at the moment.
The diagram shows how Unzer sequence looks like when it's integrated with Emporix:
For the Emporix and Unzer configuration, you need to have the private key and the public key from your Unzer account.
To create the new payment mode, execute the following request:
UNZER_PAYMENT_METHOD_TYPE - PAYLATER_INVOICE is the supported payment method.
UNZER_PUBLIC_KEY - The public key from your Unzer account.
UNZER_PRIVATE_KEY - The private key from your Unzer account.
UNZER_CUSTOMER_TYPE - Either B2B or B2C.
UNZER_RETURN_URL - The URL to which the customer should be redirected after an external payment.
The integration with Unzer does not require any specific implementation on the storefront side. Emporix implements the server-side-only
integration with Unzer, therefore there is no need to generate any token - it's done by the Emporix Payment Gateway service.
The only thing you need to ensure is that you’re providing the following data during the authorization request:
ORDER_ID - Identifier of an order.
paymentModeId - Identifier of the payment mode that you got from https://api.emporix.io/payment-gateway/{TENANT}/paymentmodes/frontend endpoint.