Home > @vsf-enterprise/stripe-epcc > OptimizedConfirmIntentResponse
# OptimizedConfirmIntentResponse type
Optimized response from the POST /api/stripe/confirmIntent endpoint to provided only what's necessary
Signature:
export declare type OptimizedConfirmIntentResponse = Pick<EpccTransaction, 'status'>;
References: EpccTransaction