{% extends "ideal/tests/base.html" %} {% block extra_js %} {% endblock %} {% block config_params %}{% endblock %} {% block content %}
For a successfull iDEAL payment the following flow should be followed.
Step | Description | Action |
---|---|---|
1 | Requests a list of issuers. | Function: get_issuers(...) |
2 | Select an issuer. | User action |
3 | Start a new transaction. | Function: start_transaction(...) |
4 | Authenticate transaction. | User/Acceptant action |
5 | Request transaction status. | Function: get_transaction_status(...) |
This API provides functionality for performing steps 1, 3 & 5.
Note For optimal performance, the list of issuers (step 1) can be cached locally.
{% if settings %}{% endif %} {% endblock %}