Package com.dmasone.identity.payment.interfaces.rest


package com.dmasone.identity.payment.interfaces.rest
Payment HTTP API.

This package exposes a small read endpoint for payment attempts so demos and tests can verify that order events were handled. It should remain a thin translation layer over payment application services.

  • Class
    Description
    Optional read endpoint for payment results, useful in tests and demos to show that the event listener reacted to order placement.
    HTTP representation of a payment attempt result.
    MapStruct mapper generated at compile time for payment REST responses.