{% extends 'dashboard/layout.html' %} {% load currency_filters %} {% block title %} PayPal Payflow transaction {{ txn.pnref }} | {{ block.super }} {% endblock %} {% block breadcrumbs %}
{% endblock %} {% block dashboard_content %}| Payflow transaction ID (PNREF) | {{ txn.pnref }} |
|---|---|
| Order number | {{ txn.comment1 }} |
| Transaction type | {{ txn.get_trxtype_display }} |
| Tender | {{ txn.get_tender_display }} |
| Amount | {{ txn.amount|currency }} |
| Auth code | {{ txn.auth_code|default:"-" }} |
| Payment ID (PPREF) | {{ txn.ppref|default:"-" }} |
| Auth code | {{ txn.authcode|default:"-" }} |
| Result | {{ txn.result }} |
| Response message | {{ txn.respmsg }} |
| Is approved? | {{ txn.is_approved }} |
| Security code match? | {{ txn.cvv2match }} |
| House number match? | {{ txn.avsaddr }} |
| Postcode match? | {{ txn.avszip }} |
| Raw request | {{ txn.raw_request }} |
| Raw response | {{ txn.raw_response }} |
| Date | {{ txn.date_created }} |