HandlePaymentResult
Result of the handlePayment() method call.
export interface HandlePaymentResult {
confirmPaymentResponse: PaymentIntentResult;
paymentAndOrder: PaymentAndOrder;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
confirmPaymentResponse | Required | PaymentIntentResult | Result of the Payment Intent confirmation. In case of a failed payment, it contains a StripeError object. |
paymentAndOrder | Required | PaymentAndOrder | An object containing instances of commercetools Payment and Order objects created during the payment flow. |
Referenced Types
PaymentIntentResultPaymentAndOrder