Interface PaymentIntentUpdateParams

Export

PaymentIntentUpdateParams

Hierarchy

  • PaymentIntentUpdateParams

Properties

amount?: number

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)

Memberof

PaymentIntentUpdateParams

Controls when the funds will be captured from the customer’s account. automatic (Default) Tilled automatically captures funds when the customer authorizes the payment. manual Place a hold on funds when the customer authorizes the payment, but don't capture the funds until later.

Memberof

PaymentIntentUpdateParams

Three-letter ISO currency code, in lowercase.

Memberof

PaymentIntentUpdateParams

level3?: Level3

Level 2 and Level 3 (L2/L3) credit card processing refers to certain B2B card transactions for which the merchant might be eligible for lower credit card interchange rates. The lower rates may be available for merchants who provide more detailed information when processing card-not-present transactions.

Memberof

PaymentIntentUpdateParams

metadata?: {
    [key: string]: string;
}

Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value (i.e. \'\' or null) to them. All keys can be unset by posting an empty value (i.e. {} or null) to metadata.

Memberof

PaymentIntentUpdateParams

Type declaration

  • [key: string]: string

Used to identify authorization requests that use stored credentials to improve authorization rates and reduce fraud. consumer_ad_hoc Ad hoc consumer-initiated request merchant_ad_hoc Unscheduled merchant-initiated request merchant_recurring Scheduled, merchant-initiated recurring request

Memberof

PaymentIntentUpdateParams

payment_method_id?: string

ID of the PaymentMethod to attach to this PaymentIntent.

Memberof

PaymentIntentUpdateParams

The list of payment method types (e.g. card) that this PaymentIntent is allowed to use.

Memberof

PaymentIntentUpdateParams

platform_fee_amount?: number

The amount of the platform fee (if any) that will be requested to be applied to the payment and transferred to the partner account. The amount of the fee collected will be capped at the total payment amount.

Memberof

PaymentIntentUpdateParams

statement_descriptor_suffix?: string

Provides information about a payment that customers see on their statements. Concatenated with the prefix (shortened descriptor) or statement descriptor that’s set on the account to form the complete statement descriptor. Maximum 20 characters for the concatenated descriptor.

Memberof

PaymentIntentUpdateParams

Generated using TypeDoc