iyzico v1.6.2 Iyzico.PaymentRequest

Link to this section Summary

Types

Represents a payment request information

t()

Link to this section Types

Link to this type currency()
currency() :: :try

Represents a payment request information.

For 3D Secure enhanced payment operations, navigate to Iyzico.SecurePaymentRequest.

Link to this type payment_channel()
payment_channel() :: :web
Link to this type payment_group()
payment_group() :: :product
Link to this type t()
t() :: %Iyzico.PaymentRequest{basket_id: binary(), basket_items: list(), billing_address: Iyzico.Address.t(), buyer: Iyzico.Buyer.t(), conversation_id: binary(), currency: currency(), installment: integer(), locale: binary(), paid_price: binary(), payment_card: Iyzico.Card.t() | Iyzico.RegisteredCard.t(), payment_channel: payment_channel(), payment_group: payment_group(), price: binary(), shipping_address: Iyzico.Address.t()}