ReferenceAPI ReferenceinterfacesMockacpmerchantoptions

@agorio/sdkDocs


Interface: MockAcpMerchantOptions

Properties

apiKey?

optional apiKey: string

Required API key for authentication

Defined in

src/types/index.ts:342


name?

optional name: string

Merchant name

Defined in

src/types/index.ts:338


port?

optional port: number

Port to listen on (default: 0 for random)

Defined in

src/types/index.ts:336


products?

optional products: MockProduct[]

Product catalog

Defined in

src/types/index.ts:340


webhookSecret?

optional webhookSecret: string

Shared secret for signing emitted order-event webhooks (Merchant-Signature).

Defined in

src/types/index.ts:344