@agorio/sdk • Docs
Interface: MockAcpMerchantOptions
Properties
apiKey?
optionalapiKey:string
Required API key for authentication
Defined in
src/types/index.ts:342
name?
optionalname:string
Merchant name
Defined in
src/types/index.ts:338
port?
optionalport:number
Port to listen on (default: 0 for random)
Defined in
src/types/index.ts:336
products?
optionalproducts:MockProduct[]
Product catalog
Defined in
src/types/index.ts:340
webhookSecret?
optionalwebhookSecret:string
Shared secret for signing emitted order-event webhooks (Merchant-Signature).
Defined in
src/types/index.ts:344