Alokai
You are reading the documentation for v7.x and earlier, which is no longer the latest version. Switch to v8.x

MockPSPProps

Structure of properties for mock payment service provider.

export interface MockPSPProps {
	entries: PaymentEntry[];
	postURL: string;
}

Properties

NameRequiredTypeDescription
entriesRequiredPaymentEntry[]Payment request SAP data.
postURLRequiredstringLink to payment service provider.

Referenced Types

On this page