Status: |
{% if each_pay_in.status %}
{{ each_pay_in.status }} |
{% else %}
- |
{% endif %}
Merchant Name: |
{% if each_pay_in.merchantName %}
{{ each_pay_in.merchantName }} |
{% else %}
- |
{% endif %}
Merchant Email: |
{% if each_pay_in.merchantEmail %}
{{ each_pay_in.merchantEmail }} |
{% else %}
- |
{% endif %}
Channel: |
{% if each_pay_in.platform %}
{{ each_pay_in.platform }} |
{% else %}
- |
{% endif %}
UTR: |
{% if each_pay_in.bankRefId %}
{{ each_pay_in.bankRefId }} |
{% else %}
- |
{% endif %}
Txn.ID: |
{% if each_pay_in.transactionId %}
{{ each_pay_in.transactionId }} |
{% else %}
- |
{% endif %}
Customer Name: |
{% if each_pay_in.customerName %}
{{ each_pay_in.customerName }} |
{% else %}
- |
{% endif %}
Card Type: |
{% if each_pay_in.cardType %}
{{ each_pay_in.cardType }} |
{% else %}
- |
{% endif %}
Card Number: |
{% if each_pay_in.cardmasked %}
{{ each_pay_in.cardmasked }} |
{% else %}
- |
{% endif %}
Customer Email: |
{% if each_pay_in.customerEmail %}
{{ each_pay_in.customerEmail }} |
{% else %}
- |
{% endif %}
Customer Phonenumber: |
{% if each_pay_in.customerPhonenumber %}
{{ each_pay_in.customerPhonenumber }} |
{% else %}
- |
{% endif %}
Previous Balance: |
{{ each_pay_in.previousBalance }} |
Current Balance: |
{{ each_pay_in.currentBalance }} |
Payment Mode: |
{% if each_pay_in.paymentMode %}
{{ each_pay_in.paymentMode }} |
{% else %}
- |
{% endif %}
OrderId: |
{% if each_pay_in.orderId %}
{{ each_pay_in.orderId }} |
{% else %}
- |
{% endif %}
Payment Type: |
{% if each_pay_in.paymentType %}
{{ each_pay_in.paymentType }} |
{% else %}
- |
{% endif %}
Credit Type: |
{% if each_pay_in.creditType %}
{{ each_pay_in.creditType }} |
{% else %}
- |
{% endif %}
Txn.Dt: |
{% if each_pay_in.createdOn %}
{{ each_pay_in.createdOn }} |
{% else %}
- |
{% endif %}
Upd Dt: |
{% if each_pay_in.responseCallBackTime %}
{{ each_pay_in.responseCallBackTime }} |
{% else %}
- |
{% endif %}
Price Type: |
{% if not each_pay_in.commissionCharges.get('priceType') %}
- |
{% else %}
{{each_pay_in.commissionCharges.get('priceType')}} |
{% endif %}
Aggregator Type: |
{% if not each_pay_in.commissionCharges.get('aggregatorType') %}
- |
{% else %}
{{each_pay_in.commissionCharges.get('aggregatorType')}} |
{% endif %}
Aggregator Amount: |
{% if not each_pay_in.commissionCharges.get('aggregatorAmount') %}
0 |
{% else %}
{{each_pay_in.commissionCharges.get('aggregatorAmount')}} |
{% endif %}
Commission Type: |
{% if not each_pay_in.commissionCharges.get('commissionType') %}
- |
{% else %}
{{each_pay_in.commissionCharges.get('commissionType')}} |
{% endif %}
Commission Amount: |
{% if not each_pay_in.commissionCharges.get('commissionAmount') %}
0 |
{% else %}
{{each_pay_in.commissionCharges.get('commissionAmount')}} |
{% endif %}
Charge Type: |
{% if not each_pay_in.commissionCharges.get('chargeType') %}
- |
{% else %}
{{each_pay_in.commissionCharges.get('chargeType')}} |
{% endif %}
Amount: |
₹{{ each_pay_in.amount }} |
Grand Total: |
₹{{ each_pay_in.grandTotal }} |
Charge Amount: |
{% if not each_pay_in.commissionCharges.get('chargeAmount') %}
0 |
{% else %}
{{each_pay_in.commissionCharges.get('chargeAmount')}} |
{% endif %}
GST Include: |
{% if not each_pay_in.commissionCharges.get('gstInclude') %}
- |
{% else %}
{{each_pay_in.commissionCharges.get('gstInclude')}} |
{% endif %}
GST Amount: |
{% if not each_pay_in.commissionCharges.get('gstAmount') %}
0 |
{% else %}
{{each_pay_in.commissionCharges.get('gstAmount')}} |
{% endif %}
TDS Include: |
{% if not each_pay_in.commissionCharges.get('tdsInclude') %}
- |
{% else %}
{{each_pay_in.commissionCharges.get('tdsInclude')}} |
{% endif %}
TDS Amount: |
{% if not each_pay_in.commissionCharges.get('tdsAmount') %}
0 |
{% else %}
{{each_pay_in.commissionCharges.get('tdsAmount')}} |
{% endif %}
Narration: |
{% if each_pay_in.narration %}
{{ each_pay_in.narration }} |
{% else %}
- |
{% endif %}
Status Message: |
{% if each_pay_in.errorMessage %}
{{ each_pay_in.errorMessage }} |
{% else %}
- |
{% endif %}