iyzico v0.1.0 Iyzico.Client
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)
Processes the given payment request on the remote API.
Link to this function
process_payment_req!(payment_request)
Same as process_payment_req/1
, but raises an Iyzico.PaymentProcessingError
exception in case of failure.
Otherwise returns successfully processed payment.