You are here: RainWorx.FrameWorx.MVC Namespaces > RainWorx.FrameWorx.MVC.Controllers > StripeController Class > GetPaymentIntent Method

StripeControllerGetPaymentIntent Method

AuctionWorx 3.5 API
Creates a payment intent to be used in the card entry process

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

Reference

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