FAQs
Find answers to frequently asked questions.
Plugin solutions
Is your shop connected using plugins?
Go to the Plugins page to download the various available plugins for the new platform.
Are you planning to update to a new shop version or shop?
Go to the Plugins page to download the various available plugins for the new platform.
Frontend solutions
Is your shop connected using the hosted payment page?
We offer two different hosted frontend solutions with payment method selection to perform the payment:
- Hosted Payment Page that is loaded as a new page and displaying a basket.
- Embedded Payment Page that is loaded as an overlay without a basket.
Is your shop connected using a seamless solution by owning the payment method selection on your side?
- To avoid handling sensitive credit card details, we recommend implementing our UI components that tokenize the sensitive payment data.
- To trigger the final payment or authorization, additionally it is required to integrate server to server.
- Alternative payments can be implemented directly server to server.
Backend solutions
Do you have backend systems like ERPs or OMS in place to trigger captures or refunds?
You can trigger such actions by integrating directly server to server
- using our SDKs
- via direct API
Please refer to our notifications page to activate your notifications and also for possible webhook events.
You can check transaction details in two ways:
- Call the dedicated
/payments/{orderId}
endpoint. For more information, see the Check payment details section. - On the Unzer Insights platform, go to the Transactions section and search for the transaction ID, unique ID, or short ID.
You can check a transaction status in three ways:
- Call the dedicated
/payments/{orderId}
endpoint. For more information, see the Check payments details section. - On the Unzer Insights platform, go to the Transactions section and search for the transaction ID, unique ID, or the short ID.
- To get an automatic notification when a pending transaction gets completed, implement a webhook.
To get your public key and private key, sign a contract with Unzer.
For more details, see the Get a live account section.
You can find the orderId
in the Unzer settlement files and transaction reporting in Unzer Insights.
For more information, see the following sections:
Use the OrderId
parameter to send your unique reference ID to the Unzer payment systems.
You can find the reference ID in Unzer Insights and also your weekly or monthly settlement reports from Unzer.
For more information, see the Server side integration section.