iyzico v1.0.1 Iyzico.Iyzipay
Link to this section Summary
Functions
Processes the given payment request on the remote API
Same as process_payment_req/1
, but raises an Iyzico.PaymentProcessingError
exception in case of failure.
Otherwise returns successfully processed payment
Link to this section Functions
Link to this function
process_payment_req(payment_request, opts \\ [])
Processes the given payment request on the remote API.
Link to this function
process_payment_req!(payment, opts \\ [])
Same as process_payment_req/1
, but raises an Iyzico.PaymentProcessingError
exception in case of failure.
Otherwise returns successfully processed payment.