alt
Unzer
UnzerAI

UnzerAI

The responses generated by AI may include errors.

UnzerAI

Welcome to UnzerAI!

I'm here to help you with questions about Unzer's payment integration, APIs, and documentation.

Ask questions about Unzer and get help with your integration.

Your Integration concierge

Real-time answers from an AI that’s read every page of our documentation

Integration questions?

Just ask.

UnzerAI knows every endpoint, parameter, and use case in our documentation. Get instant answers and working code examples tailored to your integration needs.

Trained on docs.unzer.com • Always up-to-date • Secure & private

Ask about anything in our docs

From first API call to production debugging—UnzerAI has the answers

🚀

How do I create my first payment?

Get step-by-step guidance with code examples in your preferred language

💳

Which payment methods work in Germany?

Instant answers about regional availability and setup requirements

🔧

How do I handle 3DS authentication?

Learn implementation details with real-world scenarios

🔄

What's the refund process?

Understand refunds, cancellations, and partial reversals

UnzerAI Assistant
You
How do I initialize a payment with card in PHP?
UnzerAI

To initialize a card payment in PHP, you'll use our Charge endpoint. Here's a complete example:

PHP
$unzer = new UnzerSDK\Unzer('s-priv-xxxxxxxxxx');

$charge = new Charge(100.00, 'EUR', 'https://your-shop.com/return');
$typeId = 's-crd-xxxxxxxxxx';

$unzer->performCharge($charge, $typeId);

Need help with card tokenization or 3DS handling? I can guide you through those steps too.

Built for developers, designed for speed

📚

Complete Documentation Knowledge

Trained on every page of docs.unzer.com including API references, guides, and best practices

Instant, Accurate Answers

Get precise responses in seconds. No more searching through dozens of documentation pages

💻

Working Code Examples

Receive implementation-ready code snippets in your preferred programming language

🎯

Context-Aware Responses

Ask follow-up questions naturally. UnzerAI understands your integration context

🔄

Always Up-to-Date

Automatically synced with the latest documentation changes and API updates

🔒

Secure & Private

Your questions and integration details remain confidential. No data is shared

Ready to accelerate your integration?

Join hundreds of merchants building faster with UnzerAI