UNPKG

@eonx/payment-elements

Version:

- [Configuration](#configuration) - [Create payment card](#create-payment-card) - [Capture payment](#capture-payment) - [Pay now](#pay-now) - [Void payment](#void-payment) - [Types](#types) - [Error handling](#error-handling)

6 lines (5 loc) 170 B
import { OrderIntent } from '../types/payments'; export declare function voidPayment(options: { orderIntentId: string; apiKey?: string; }): Promise<OrderIntent>;