Back to list
{{ eventDataFormEntityGroup.name }}

Payment Id Created At Order Status on Commudle Paid by Group ticket users Total amount Discount amount Tax amount Application fee amount Payment gateway fee Transfer Details
{{ rpd?.rzp_payment_id }} {{ moment(rpd.created_at).format('DD MMM YYYY hh:MM A') }} {{ rpd?.order.orderable.status }} {{ rpd?.order.orderable.user.name }}
{{ rpd?.order.orderable.user.email }}
Other users details
{{ user.name }}
{{ user.email }}
No Other users Found
{{ rpd?.order.orderable.currency === 'inr' ? '₹' : '$' }}{{ rpd?.order.orderable.total_amount / 100 }} {{ rpd?.order.orderable.currency === 'inr' ? '₹' : '$' }}{{ rpd?.order.orderable.discount_amount / 100 }} {{ rpd?.order.orderable.currency === 'inr' ? '₹' : '$' }}{{ rpd?.order.orderable.tax_amount / 100 }} {{ rpd?.order.orderable.currency === 'inr' ? '₹' : '$' }}{{ rpd?.order.orderable.application_fee_amount / 100 }} {{ rpd?.order.orderable.currency === 'inr' ? '₹' : '$' }}{{ rpd?.order.orderable.payment_gateway_fee / 100 }} {{ rpd.transfer_id }}
No record Found for razorpay

No Payment record found!
{{ data.currency === 'INR' ? '₹ ' : '$ ' }}{{ data.amount / 100 }}
{{ data.status }}
{{ data.createdAt }} {{ moment.unix(data.created_at).format('dddd, MMM Do, YYYY') }}