Payment Details

  • Appointment ID: #{{ payment_obj.booking.appointment_id}}
  • Appointment Date: {{ payment_obj.booking.appointment_date}}
  • Appointment Time: {{ payment_obj.booking.appointment_time}}
  • Service Name: {{ payment_obj.booking.service.service_name }}
  • Service Type: {{ payment_obj.booking.service_type}}
  • Appointment Status: {{ payment_obj.booking.appointment_status}}
  • Price: ${{ payment_obj.booking.price }}
  • Txn Id: {{ payment_obj.txn_id }}
  • Recipet Url: {{ payment_obj.recipet_url }}
  • Payment Mode: {{ payment_obj.payment_mode }}
  • Payment Date: {{ payment_obj.created_at }}