Status: |
{{ each_payout.transactionStatus }} |
Merchant Name: |
{{ each_payout.userName }} |
API Name: |
{{ each_payout.transactionAPIName }} |
Beneficiary Mail: |
{{ each_payout.beneficiaryMail }} |
Beneficiary Phone: |
{{ each_payout.beneficiaryPhone }} |
Amount: |
₹{{ each_payout.amount }} |
Fund Transfer Type: |
{{ each_payout.fundTransferType }} |
Account Type: |
{{ each_payout.accountType }} |
Account Number: |
{{ each_payout.accountNumber }} |
Bank Branch: |
{{ each_payout.bankBranch }} |
IFSC Code: |
{{ each_payout.accountIFSCCode }} |
Previous Balance: |
{{ each_payout.previousBalance }} |
Current Balance: |
{{ each_payout.currentBalance }} |
Amount: |
{{ each_payout.amount }} |
Payment Mode: |
{{ each_payout.paymentMode }} |
OrderId: |
{{ each_payout.merchantReferenceNumber }} |
Transfer Type: |
{{ each_payout.transferType }} |
Transaction Id: |
{{ each_payout.transactionUniqueId }} |
Created On: |
{{ each_payout.createdOn }} |
Slab Name: |
{{ each_payout.slabName }} |
Price Type: |
{% if each_payout.commissionCharges == {} %}
- |
{% else %}
{{each_payout.commissionCharges.get('priceType')}} |
{% endif %}
Aggregator Type: |
{% if each_payout.commissionCharges == {} %}
- |
{% else %}
{{each_payout.commissionCharges.get('aggregatorType')}} |
{% endif %}
Aggregator Amount: |
{% if each_payout.commissionCharges == {} %}
0 |
{% else %}
{{each_payout.commissionCharges.get('aggregatorAmount')}} |
{% endif %}
Commission Type: |
{% if each_payout.commissionCharges == {} %}
- |
{% else %}
{{each_payout.commissionCharges.get('commissionType')}} |
{% endif %}
Commission Amount: |
{% if each_payout.commissionCharges == {} %}
0 |
{% else %}
{{each_payout.commissionCharges.get('commissionAmount')}} |
{% endif %}
Charge Type: |
{% if each_payout.commissionCharges == {} %}
- |
{% else %}
{{each_payout.commissionCharges.get('chargeType')}} |
{% endif %}
Charge Amount: |
{% if each_payout.commissionCharges == {} %}
0 |
{% else %}
{{each_payout.commissionCharges.get('chargeAmount')}} |
{% endif %}
GST Include: |
{% if each_payout.commissionCharges == {} %}
- |
{% else %}
{{each_payout.commissionCharges.get('gstInclude')}} |
{% endif %}
GST Amount: |
{% if each_payout.commissionCharges == {} %}
0 |
{% else %}
{{each_payout.commissionCharges.get('gstAmount')}} |
{% endif %}
TDS Include: |
{% if each_payout.commissionCharges == {} %}
- |
{% else %}
{{each_payout.commissionCharges.get('tdsInclude')}} |
{% endif %}
TDS Amount: |
{% if each_payout.commissionCharges == {} %}
0 |
{% else %}
{{each_payout.commissionCharges.get('tdsAmount')}} |
{% endif %}
Narration: |
{{ each_payout.narration }} |
Status Message: |
{{ each_payout.errorMessage }} |