# `Daraja.B2C.Response.Success`
[🔗](https://github.com/okothkongo/daraja/blob/v0.1.1/lib/daraja/b2c/response.ex#L8)

Returned when Safaricom accepts a B2C payment request.

# `t`

```elixir
@type t() :: %Daraja.B2C.Response.Success{
  conversation_id: String.t(),
  originator_conversation_id: String.t(),
  response_code: String.t(),
  response_description: String.t()
}
```

---

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