ReferenceAPI ReferenceinterfacesMerchantadapterdiscovery

@agorio/sdkDocs


Interface: MerchantAdapterDiscovery

Discovery result from a merchant adapter.

Properties

adapterType

adapterType: string

Defined in

src/types/index.ts:860


capabilities

capabilities: string[]

Defined in

src/types/index.ts:861


domain

domain: string

Defined in

src/types/index.ts:857


name

name: string

Defined in

src/types/index.ts:858


protocol

protocol: "ucp" | "adapter"

Defined in

src/types/index.ts:859


ucpProfile?

optional ucpProfile: unknown

Raw UCP profile when the merchant supports UCP discovery

Defined in

src/types/index.ts:863