MandateRequestResponseDTO

Result of registering a recurrence read from a composite QR Code. The mandateId echoes the recurrence id printed in the QR, and is what the approval endpoint takes as a path variable.

  • createdAt
    Type: string Format: date-time

    Registration timestamp

  • mandateId
    Type: string

    Mandate identifier — the recurrence id assigned by the receiving PSP

  • status
    Type: string enum

    Mandate status. On registration this is PENDING_USER_APPROVAL, or APPROVAL_SENT when a standing authorisation rule matched and the pain.012 already went out. Polling this endpoint returns the current status as the mandate progresses. PENDING_COUNTERPARTY_APPROVAL is listed for mandates registered before this endpoint stopped emitting a pain.009; nothing produces it any more.

    values
    • PENDING_USER_APPROVAL
    • APPROVAL_SENT
    • ACTIVE
    • REJECTED
    • CANCELLED
    • EXPIRED
    • FAILED
    • PENDING_COUNTERPARTY_APPROVAL