Nombaone.MandateSetup (Nomba One v0.1.0)

View Source

What mandate creation hands back — consent is still pending at this point.

Relay consent_instruction to the customer to authorize the debit; the mandate activates asynchronously once their bank confirms. status starts consent_pending.

Summary

Types

t()

@type t() :: %Nombaone.MandateSetup{
  __raw__: term(),
  consent_instruction: term(),
  domain: term(),
  mandate_ref: term(),
  reference: term(),
  status: term()
}