SudoSOS Back-end API / stripe/payment-request / PublicPaymentRequestResponse
Interface: PublicPaymentRequestResponse ​
Minimal response returned to unauthenticated callers of the public share link endpoint. It deliberately omits createdBy, cancelledBy, and other internal audit fields — anyone with the link can see it, so we leak as little user info as possible.
Properties ​
amount ​
ts
amount: DineroObjectResponse;description ​
ts
description: string;Optional human-readable description.
expiresAt ​
ts
expiresAt: string;forDisplayName ​
ts
forDisplayName: string;status ​
ts
status: PaymentRequestStatus;uuid ​
ts
uuid: string;