# `Stripe.Resources.V2.Core.Account.Configuration.Merchant.Capabilities.JpBankTransferPayments.StatusDetails`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/v2/core/account.ex#L1243)

Nested struct within the parent resource.

# `t`

```elixir
@type t() ::
  %Stripe.Resources.V2.Core.Account.Configuration.Merchant.Capabilities.JpBankTransferPayments.StatusDetails{
    code: String.t() | nil,
    resolution: String.t() | nil
  }
```

* `code` - Machine-readable code explaining the reason for the Capability to be in its current status. Possible values: `determining_status`, `requirements_past_due`, `requirements_pending_verification`, `restricted_other`, `unsupported_business`, `unsupported_country`, `unsupported_entity_type`.
* `resolution` - Machine-readable code explaining how to make the Capability active. Possible values: `contact_stripe`, `no_resolution`, `provide_info`.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
