PaymentIntentData
Create-time PaymentIntent options accepted when creating a Checkout Session.
- amountType: integer · amountWithCurrencyPrecisionFormat: int64
Amount intended to be collected by this PaymentIntent.
- captureType: stringenum
_method Controls when the funds will be captured from the customer's account.
values- automatic
Paypercut automatically captures funds when the customer authorizes the payment.
- manual
Place a hold on the funds when the customer authorizes the payment, but don't capture the funds until later.
- customerType: string · Customer IDmax length:100
- onType: string
_behalf _of Account ID to which the payment will be credited.
- paymentType: string · PaymentMethodId
_method Single-use or reusable payment method to use for the Payment Intent created by the Checkout Session.
- setupType: string | null · SetupFutureUsageenum
_future _usage Indicates that you intend to make future payments with the Payment Intent's payment method. Use
on_sessionwhen future payments will be made while the customer is present in your checkout flow. Useoff_sessionwhen future payments may happen while the customer is not present, such as subscriptions or saved-card charges. If the Payment Intent has a customer, Paypercut can attach and promote a single-use payment method to that customer after the Payment Intent is confirmed and the customer completes any required authentication. When this value is provided during confirmation, it takes precedence over the value stored on the Payment Intent.values- off
_session - on
_session
- statementType: string | null
_descriptor max length:100Text that appears on the customer's statement as the statement descriptor. This value overrides the account's default statement descriptor.

