Objects
/
Payment

Payment

An individual payment attempt within a payment intent.

Payment

    id
    string
    Unique payment ID.
    status
    string
    Payment status.
      pending
      string
      success
      string
      failed
      string
    subStatus
    string

    Additional detail when the payment has failed (e.g. declined, error).

    createdAt
    string
    Timestamp when the payment was created.
    type
    string
    Payment method type used.
      card
      string
      bank
      string
      pay_by_bank
      string
      crypto
      string
    messages
    array of object
    Processing messages associated with this payment.
Built with