iyzico v1.2.0 Iyzico.CardRegistration

Provides functions for registering, querying and managing cards registered in target platform.

Link to this section Summary

Functions

Stores a card with given external identifier. One can later retrieve or refer to the given card with that identifier

Link to this section Functions

Link to this function create_card(card, external_id, conversation_id, email, opts \\ [])
create_card(Iyzico.Card.t, binary, binary, binary, Keyword.t) ::
  {:ok, Iyzico.CardReference.t, Iyzico.Metadata.t} |
  {:error, :invalid_card}

Stores a card with given external identifier. One can later retrieve or refer to the given card with that identifier.

Link to this function create_card!(card, external_id, conversation_id, email)