Mayson Monorepo Documentation
    Preparing search index...

    Interface PaymentAttemptRecord

    A Payment Attempt Record represents an individual attempt at making a payment, on or off Stripe. Each payment attempt tries to collect a fixed amount of money from a fixed customer and payment method. Payment Attempt Records are attached to Payment Records. Only one attempt per Payment Record can have guaranteed funds.

    Index

    Properties

    id: string

    Unique identifier for the object.

    object: "payment_attempt_record"

    String representing the object's type. Objects of the same type share the same value.

    A representation of an amount of money, consisting of an amount and a currency.

    A representation of an amount of money, consisting of an amount and a currency.

    A representation of an amount of money, consisting of an amount and a currency.

    A representation of an amount of money, consisting of an amount and a currency.

    A representation of an amount of money, consisting of an amount and a currency.

    A representation of an amount of money, consisting of an amount and a currency.

    A representation of an amount of money, consisting of an amount and a currency.

    application: string

    ID of the Connect application that created the PaymentAttemptRecord.

    created: number

    Time at which the object was created. Measured in seconds since the Unix epoch.

    Customer information for this payment.

    Indicates whether the customer was present in your checkout flow during this payment.

    description: string

    An arbitrary string attached to the object. Often useful for displaying to users.

    livemode: boolean

    Has the value true if the object exists in live mode or the value false if the object exists in test mode.

    metadata: Metadata

    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.

    Information about the Payment Method debited for this payment.

    payment_record: string

    ID of the Payment Record this Payment Attempt Record belongs to.

    Processor information associated with this payment.

    Indicates who reported the payment.

    Shipping information for this payment.