PostPaymentResponse
Type Alias: PostPaymentResponse
[object Object]
Defined in: app/api/types.gen.ts:1337
Defines the response DTO for a payment, containing the necessary information about the payment response, including an optional checkout URL. The PostPaymentResponse is used to transfer data from the server to the client after creating a new payment, allowing for the inclusion of relevant information such as a checkout URL if applicable, providing a structured and informative response for payment-related operations in the application.
Properties
checkoutUrl?
optionalcheckoutUrl?:string|null
Defined in: app/api/types.gen.ts:1341
The URL provided by the Payment Service for the payment intent. This URL is used to redirect the member to the Payment Service payment page where they can complete the payment process. This property is required for all payments, as it is essential for facilitating the payment process through the Payment Service payment gateway and ensuring that members can easily access the payment page to complete their transactions.