Documentation for a newer release is available. View Latest

Payment Request Sender

Payment Request Sender is a part of the Releaser whose role is to send a previously built Payment Request to the Payment Execution.

PaymentRequestSender interface does not specify how the actual sending should look like. It is left to the implementation class to implement the actual sending logic.

Default Payment Request Sender

Default Payment Releaser implementation also includes the DefaultPaymentReleaserSender class. This class represents the reference implementation, it sends the previously created ExecutePaymentRequest (pacs.008 message) via Send Connector.