SudoSOS Back-end API / entity / payment-request / payment-request-attempt
Entity: Payment Request: Payment Request Attempt ​
Classes ​
| Class | Description |
|---|---|
| PaymentRequestAttempt | The data-model contract is: a single PaymentRequest may have many StripePaymentIntents (retries), but only one of them ever reaches SUCCEEDED. The webhook ingestion path in the service layer reads this back-reference to mark the linked request as paid; the wiring itself lives outside this entity (see the service-layer changes). |