Atomic steps for an owner to generate and send a payment link to a client for a quote or invoice.
« Generate a secure payment link and send it to a client to collect payment. »
| Element | Destination |
|---|---|
| Quote detail Send payment link | /owner/payment-link/ |
| Invoice detail Collect payment | /owner/payment-link/ |
| Dashboard Payment shortcut | /owner/payment-link/ |
| ID | Step | Action | System state |
|---|---|---|---|
| S1 | Open form | Navigate to payment link form | Form loaded |
| S2 | Select context | Choose quote or invoice | Context bound |
| S3 | Configure | Set amount and expiry | Parameters set |
| S4 | Generate | Create secure link | Link created |
| S5 | Send | Copy or email link | Link distributed |
| S6 | Track | Monitor payment status | Status updated |
| State | What the user sees | What happens next |
|---|---|---|
| Form | Payment link configuration | Owner generates link |
| Sent | Link and tracking view | Client pays or link expires |
| Paid | Payment confirmed | Order fulfilled |