Redirects to the appropriate payment-gateway-specific form for adding a new credit card
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
public ActionResult AddCard( int? SellerID, int? ListingID, string returnUrl )
Parameters
- SellerID
- Type: SystemNullableInt32
the payment recipient user's ID, or null for site fees - ListingID
- Type: SystemNullableInt32
the ID of the listing that would be paid, or null for site fees - returnUrl
- Type: SystemString
the url to redirect to upon success
Return Value
Type: ActionResultSee Also