# ebizcharge-email-payments-id

# Email Payment – Detail View

**Module:** Ebizcharge  
**Screen Type:** Detail View  
**URL:** `/^ebizcharge/email-payments/<pk>/`  
**Model:** EmailPayment  
**Record Name:** Email Payment  
**Plural Name:** Email Payments  

---

## What This Screen Is For
_TODO: Explain what this screen does in plain language._

---

## What You See on This Screen
📸 _Add a screenshot of this screen._

## Fields on This Screen

| Field | Type | Description |
|------|------|------------|
| Last Modified At | Date & time | _TODO_ |
| Last Modified By | Relationship (single) (optional) | _TODO_ |
| Customer | Relationship (single) | Records the customer that the transaction was emailed to |
| Amount Currency | Text (choice) | _TODO_ |
| Amount | Number (decimal) | The dollar amount to request from the customer |
| Payment Url | Text (optional) | Stores the URL to pay this invoice online |
| Reference Number | Text (optional) | Records the reference number for a successful payment, used when voiding a transaction |
| Status | Text (optional) | Notes the current status of this email pay link |
| Memo | Text (optional) | If provided, this short description will be shown to the customer on the payment form |
| Customer Credit | Relationship (single) (optional) | Records the customer credit used to apply a successful payment in the system |

## System Fields (Managed Automatically)

⚙️ These fields are managed by the system and usually do not need to be edited.

| Field | Type | Description |
|------|------|------------|
| Id | Auto number (ID) | _TODO_ |
| Created At | Date & time | _TODO_ |
| Created By | Relationship (single) (optional) | _TODO_ |
| Custom Fields | Extra Fields JSONField | _TODO_ |
| Deleted At | Date & time (optional) | _TODO_ |

---

## Common Tasks
- _TODO_

---

## Tips & Helpful Hints
💡 _TODO_

---

## Who Uses This Screen
- _TODO_

## Related Screens

- **List View** — [ebizcharge-email-payments](https://help.brisksystems.us/books/brisk-documentation/page/ebizcharge-email-payments)
- **Create View** — [ebizcharge-email-payments-create](https://help.brisksystems.us/books/brisk-documentation/page/ebizcharge-email-payments-create)
- **Update View** — [ebizcharge-email-payments-id-update](https://help.brisksystems.us/books/brisk-documentation/page/ebizcharge-email-payments-id-update)

---

## Advanced Notes
_TODO_