Web View Configuration
data class WebViewConfiguration(val paymentUrl: String, val successUrl: String, val errorUrl: String)
Class responsible for storing web view configuration. Keep in mind that Android web view normalizes urls in accordance to RFC 3986. You have to pass normalized successUrl and errorUrl urls.
Parameters
payment Url
url that will be displayed in the web view, Tpay backend returns it if needed
success Url
url that Tpay frontend will redirect to when payment is completed
error Url
url that Tpay frontend will redirect to when payment couldn't be completed