Updates specified invoice record that the specified asynchronous payment provider has been called
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
public JsonResult NotifyPayment( string paymentProviderName, int invoiceID )
Parameters
- paymentProviderName
- Type: SystemString
name of the specified payment provider - invoiceID
- Type: SystemInt32
ID of the specified invoice
Return Value
Type: JsonResultSee Also