{# @var cart \Pimcore\Bundle\EcommerceFrameworkBundle\CartManager\CartInterface #} {# @var product \App\Model\Product\AbstractProduct #} {% extends 'layouts/layout.html.twig' %} {% do pimcore_head_script().appendScript(' var _config = _config || {}; _config["accessKey"] = "' ~ accessKey | raw ~ '"; ') %} {% do pimcore_head_link().appendStylesheet('https://static.unzer.com/v1/unzer.css') %} {% do pimcore_head_script().appendFile('https://static.unzer.com/v1/unzer.js') %} {% block content %}

{{ 'checkout.payment' | trans }}

{% include 'cart/shared/order_summary.html.twig' %}
Test Payment Data
Credit Card
Type Field Value
Visa number 4711100000000000
expiryDate Date in the future
cvc 123
3D Secure Password secret3
Mastercard number 5453010000059543
expiryDate Date in the future
cvc 123
3D Secure Password secret3
Sofort
bank number 00000
account number 123456
USER_PIN 123456
USER_TAN 12345
Paypal
Username paypal-customer@heidelpay.de
Password heidelpay
{% endblock %} {% do pimcore_inline_script().appendFile(asset('static/js/payment.js')) %}