Skip to content

SudoSOS Back-end API / stripe/payment-request / PaymentRequestStartResponse

Interface: PaymentRequestStartResponse ​

Response returned from the "start payment" endpoint. Contains just enough to let the browser redirect into the Stripe Payment Element.

Properties ​

clientSecret ​

ts
clientSecret: string;

paymentRequestId ​

ts
paymentRequestId: string;

stripeId ​

ts
stripeId: string;