Mayson Monorepo Documentation
    Preparing search index...

    A Payment Record is a resource that allows you to represent payments that occur on- or off-Stripe. For example, you can create a Payment Record to model a payment made on a different payment processor, in order to mark an Invoice as paid and a Subscription as active. Payment Records consist of one or more Payment Attempt Records, which represent individual attempts made on a payment network.

    Index

    Properties

    id: string

    Unique identifier for the object.

    object: "payment_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 PaymentRecord.

    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.

    latest_payment_attempt_record: string

    ID of the latest Payment Attempt Record attached to this Payment Record.

    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.

    payment_method_details: Stripe.PaymentRecord.PaymentMethodDetails

    Information about the Payment Method debited for this payment.

    Processor information associated with this payment.

    Indicates who reported the payment.

    Shipping information for this payment.