Server SDKs
Build AI agents, control calls, send messages, and more
Static helper that builds a parameter entry for the parameters list of pay().
parameters
pay()
Parameter name.
Parameter value.
PaymentParameter — An object with name and value fields, for use in the parameters list of pay().
PaymentParameter
name
value
1import { FunctionResult } from '@signalwire/sdk';23const param = FunctionResult.createPaymentParameter(4 'merchant_id',5 'MERCH_12345',6);