# `Stripe.Resources.KakaoPay`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/kakao_pay.ex#L2)

payment_method_details_kakao_pay

# `t`

```elixir
@type t() :: %Stripe.Resources.KakaoPay{
  buyer_id: String.t(),
  transaction_id: String.t()
}
```

* `buyer_id` - A unique identifier for the buyer as determined by the local payment processor. Max length: 5000. Nullable.
* `transaction_id` - The Kakao Pay transaction ID associated with this payment. Max length: 5000. Nullable.

# `object_name`

---

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