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
| Name | Required | Type | Description |
|---|---|---|---|
entries | Required | PaymentEntry[] | Payment request SAP data. |
postURL | Required | string | Link to payment service provider. |