PaymentIntentResponseBase
- amountType: integer · amountWithCurrencyPrecisionFormat: int64
Amount intended to be collected by this PaymentIntent. A positive integer representing how much to charge in the smallest currency unit (e.g., 100 cents to charge $1.00 or 100 to charge ¥100, a zero-decimal currency). The minimum amount is $0.50 US or equivalent in charge currency. The amount value supports up to eight digits (e.g., a value of 99999999 for a USD charge of $999,999.99).
- paymentnullable
_method ID of the payment method attached to this PaymentIntent, or the expanded PaymentMethod object when requested with
expand=payment_method. This value isnulluntil a payment method is provided.- Type: string · PaymentMethodId
ID of the payment method to attach to this PaymentIntent.
- customernullable
ID of the customer attached to this PaymentIntent, or the expanded Customer object when requested with
expand=customer. This value isnullwhen no customer is attached.This object represents a customer of your business. Use it to create recurring charges, save payment and contact information, and track payments that belong to the same customer.
- createdType: stringFormat: date-timerequired
Time at which the object was created. Measured in seconds since the Unix epoch.
- livemodeType: booleanrequired
Has the value
trueif the object exists in live mode or the valuefalseif the object exists in test mode. - idType: stringmax length:100required
Unique identifier for the object.
- address
The customer's address.
- emailType: string | nullmax length:1000
The customer's email address.
- invoice
_settings Customer invoice settings
- nameType: string | nullmax length:5000
The customer's full name or business name.
- phoneType: string | nullmax length:5000
The customer's phone number.
- preferredType: array string[] | null
_locales The customer's preferred locales (languages), ordered by preference.
- 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.
- onType: string
_behalf _of Account ID to which the payment will be credited
- 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.

