{% extends "adyengo/base.html" %} {% block content %}
{% csrf_token %}

Normal session

Type:

Page flow:

Fields:

Currency
Merchant reference
Payment amount
Session validity
Ship before date
Shopper locale
Skin code
Shopper reference {% if session_type == session_type_hpp_regular %}(optional){% endif %}
Shopper email {% if session_type == session_type_hpp_regular %}(optional){% endif %}
Res URL (optional)
{% if session_type == session_type_hpp_recurring %}

Recurring Contract Type

{% endif %}

Allowed payment methods:

If no selection is made, all methods will be allowed.

    {% for key, value in payment_methods.items %}
  • {% endfor %}

Blocked payment methods:

The user won't be allowed to pay with these methods.

    {% for key, value in payment_methods.items %}
  • {% endfor %}
{% endblock %}