Stripe.Resources.PaymentMethod.UsBankAccount.StatusDetails.Blocked (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested struct within the parent resource.

Summary

Types

t()

@type t() :: %Stripe.Resources.PaymentMethod.UsBankAccount.StatusDetails.Blocked{
  network_code: String.t() | nil,
  reason: String.t() | nil
}
  • network_code - The ACH network code that resulted in this block. Possible values: R02, R03, R04, R05, R07, R08, R10, R11, R16, R20, R29, R31. Nullable.
  • reason - The reason why this PaymentMethod's fingerprint has been blocked Possible values: bank_account_closed, bank_account_frozen, bank_account_invalid_details, bank_account_restricted, bank_account_unusable, debit_not_authorized, tokenized_account_number_deactivated. Nullable.