| Status: |
{{ each_payout.transactionStatus }} |
| Merchant Name: |
{{ each_payout.userName }} |
| Account Number: |
{{ each_payout.fullAccountNumber }} |
| UTR: |
{{ each_payout.bankReferenceNumber }} |
| Beneficiary Name: |
{{ each_payout.beneficiaryName }} |
| Beneficiary Mail: |
{{ each_payout.beneficiaryMail }} |
| Beneficiary Phone: |
{{ each_payout.beneficiaryPhone }} |
| Fund Transfer Type: |
{{ each_payout.fundTransferType }} |
| Account Type: |
{{ each_payout.accountType }} |
| Bank Branch: |
{{ each_payout.bankBranch }} |
| Bank Name: |
{{ each_payout.bankName }} |
| Transaction Data: |
{{ each_payout.transactionData }} |
| Payout ResponseCallBack Data: |
{{ each_payout.payoutResponseCallBackData }} |
| IFSC Code: |
{{ each_payout.accountIFSCCode }} |
| Previous Balance: |
{{ each_payout.previousBalance }} |
| Current Balance: |
{{ each_payout.currentBalance }} |
| Payment Mode: |
{{ each_payout.paymentMode }} |
| OrderId: |
{{ each_payout.merchantReferenceNumber }} |
| UPI Id: |
{{ each_payout.upiId }} |
| Transfer Type: |
{{ each_payout.transferType }} |
| User Type: |
{{ each_payout.userType }} |
| Internal Id: |
{{ each_payout.internalId }} |
| Transaction Id: |
{{ each_payout.transactionUniqueId }} |
| PgOrder Id: |
{{ each_payout.pgOrderId }} |
| Fund Transfer Id: |
{{ each_payout.fundTransferId }} |
| CSV File Upload: |
{{ each_payout.csvFileUpload }} |
| Client Ip: |
{{ each_payout.clientIp }} |
| Request Data: |
{{ each_payout.requestData }} |
| Txn.Dt: |
{{ each_payout.createdOn }} |
| Upd Dt: |
{{ each_payout.responseCallBackTime }} |
| 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 %}
| Amount: |
₹{{ each_payout.amount }} |
| Grand Total: |
₹{{ each_payout.grandTotal }} |
| 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 %}
| Unique Request Number: |
{{ each_payout.uniqueRequestNumber }} |
| Narration: |
{{ each_payout.narration }} |
| Status Message: |
{{ each_payout.errorMessage }} |