Skip to main content

<Parameter>

The <Parameter> noun within the <Pay> verb enables you to:

  • Pass custom parameters to your payment processor when using a Generic Pay Connector
  • Include additional ACH payment details not covered by the standard <Pay> verb attributes

Attributes

AttributeTypeDefaultDescription
namerequiredstring-The identifier for your custom parameter.
valuerequiredstring-The value associated with the parameter name.

Examples

Adding Custom Parameters for Generic Transaction

<?xml version="1.0" encoding="UTF-8"?>
<Response>
<Pay chargeAmount="10.00" paymentConnector="https://example/signalwire/parameter/pay" action="https://example/signalwire/parameter/pay/action">
<Parameter name="my_custom_parameter_1" value="my_custom_value_1" />
</Pay>
</Response>