ComGateLive

works.iterative.service.payment.impl.comgate.ComGateLive
See theComGateLive companion object
case class ComGateLive(backend: Backend, config: ComGateConfig) extends PayGate

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait PayGate
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def check: UIO[Unit]

Check that the remote service is available and the access is working.

Check that the remote service is available and the access is working.

Not expected to be called regularly, used mainly for tests or health checks maybe. Should do something simple, unobtrusive and read only on the pay gate side, while still validating the configuration parameters, eg. authorization and such.

Attributes

Definition Classes
override def create(info: PaymentInfo): UIO[Created]

Create the payment using API

Create the payment using API

Attributes

Definition Classes
override def handleNotify(result: Seq[(String, String)]): UIO[Processed]

Attributes

Definition Classes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product