Home > @vsf-enterprise/stripe-epcc > IntegrationApiEndpoints
# IntegrationApiEndpoints interface
Endpoints call signatures of methods from the useContext().app.$vsf.$stripe
Signature:
export interface IntegrationApiEndpoints
# Properties
Property | Modifiers | Type | Description |
---|---|---|---|
confirmIntent | (params: { orderId: string; transactionId: string; paymentMethodId: string; }) => Promise<OptimizedConfirmIntentResponse> | ||
init | (params: { orderId: string; paymentMethodId: string; }) => Promise<OptimizedInitResponse> |