Creates a payment intent to be used in the card entry process
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
public JsonResult GetPaymentIntent( int? invoiceId, bool? saveCard, string fn, string ln, string em, int? sid )
Parameters
- invoiceId
- Type: SystemNullableInt32
the id of the specified invoice - saveCard
- Type: SystemNullableBoolean
true if the payment informatiuon has been requested to be saved for later use - fn
- Type: SystemString
the first name of the anonymous user to be saved - ln
- Type: SystemString
the last name of the anonymous user to be saved - em
- Type: SystemString
the email of the anonymous user to be saved - sid
- Type: SystemNullableInt32
the id of the specified seller, if applicable
Return Value
Type: JsonResultSee Also