Getting Started
The guides in this section will get you started with wiring up your sending and receiving applications.
The 'sending application' is the one sending requests to, and retrieving responses from, your payment adjustment application, which we will call the 'receiving application'.
The 'receiving application' is the one receiving requests from, and sending responses to, your 'sending application'. The 'receiving application' is doing the payment adjustments.
After following these guides, your 'receiving application' should be ready to receive its first request.
Send a PaymentCancellationRequest via your chosen client connector in your 'sending application' and observe your 'receiving application' PaymentAdjustmentPort implementation being called on the sole method process(PaymentCancellationRequest).