Property CallbackUrlTemplate
CallbackUrlTemplate
A template string for creating callback urls.
Declaration
public string CallbackUrlTemplate { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
You can use {orderId} to indicate your transaction reference within the template.
e.g. services.mycoolsite.com/payments/callback?orderId={orderId}
CallbackUrlTemplate
A template string for creating callback urls.
Declaration
public string CallbackUrlTemplate { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
You can use {orderId} to indicate your transaction reference within the template.
e.g. services.mycoolsite.com/payments/callback?orderId={orderId}