View Source Plaid.Webhooks.PaymentInitiationPaymentStatusUpdate (elixir_plaid v1.2.1)

Plaid PAYMENT_INITIATION: PAYMENT_STATUS_UPDATE webhook schema

Link to this section Summary

Link to this section Types

Specs

t() :: %Plaid.Webhooks.PaymentInitiationPaymentStatusUpdate{
  adjusted_reference: String.t(),
  adjusted_start_date: String.t(),
  error: Plaid.Error.t(),
  new_payment_status: String.t(),
  old_payment_status: String.t(),
  original_reference: String.t(),
  original_start_date: String.t(),
  payment_id: String.t(),
  timestamp: String.t(),
  webhook_code: String.t(),
  webhook_type: String.t()
}