ExYapay v1.0.0 ExYapay.Transaction View Source
This module provides functions to manage transactions on Yapay Intermediador API
.
More information about a Transaction
can be found on the yapay docs:
Link to this section Summary
Functions
Creates a transaction and returns the checkout url.
Gets a transaction by token_account
and token_transaction
.
Link to this section Functions
Specs
Creates a transaction and returns the checkout url.
Specs
get(String.t(), String.t(), options()) :: {:ok, ExYapay.Resources.Transaction.t()} | {:error, reason()}
Gets a transaction by token_account
and token_transaction
.