mpp-sdk
Version:
SDK to talk to the Memento Payments Platform
9 lines (8 loc) • 593 B
TypeScript
import * as core from "./integrations/core";
export * as core from "./integrations/core";
export declare type VerificationStatus = "created" | "processing" | "approved" | "cancelled" | "rejected" | "failed" | "pending";
export declare type VerificationDefintions = core.Verifications;
export declare type VerificationType = VerificationDefintions["type"];
export declare type VerificationInput = VerificationDefintions["initial_data"];
export declare type VerificationProvideData = VerificationDefintions["provide_data"];
export declare type Verification = VerificationDefintions["response"];