Class PaymentAttemptRecord

All Implemented Interfaces:
HasId, StripeActiveObject, StripeObjectInterface

public class PaymentAttemptRecord extends ApiResource implements HasId
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.
  • Constructor Details

    • PaymentAttemptRecord

      public PaymentAttemptRecord()
  • Method Details