You are here: RainWorx.FrameWorx.MVC Namespaces > RainWorx.FrameWorx.MVC.Controllers > RealTimeController Class > NotifyPayment Method

RealTimeControllerNotifyPayment Method

AuctionWorx 3.5 API
Updates specified invoice record that the specified asynchronous payment provider has been called

Namespace:  RainWorx.FrameWorx.MVC.Controllers
Assembly:  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: JsonResult
See Also

Reference

Copyright © 2002-2022. RainWorx Software. All rights reserved.