{% extends 'psu_base.html' %} {% load base_taglib %} {%block title%}Transaction Test Form{%endblock%}} {% block scripts %} {% endblock %} {% block pagecontent %}

Cashnet Transaction Simulator


{%csrf_token%}

Cashnet Fees

Select the items you want to pay for
{%for item in catalog_items%}

{%endfor%}


Transaction Parameters

Specify other parameters sent to Cashnet
merchantCode:
secretKey:
reference_id:
reference_class:
successEndpoint:
failureEndpoint:

Cancel
{% endblock %}