Giropay
The full list of request body parameters and possible outcomes can be found here.
#
Request a Giropay paymentRequestGiropaySource giropaySource = RequestGiropaySource.builder() .bic() .purpose() .build();
PaymentRequest request = PaymentRequest.giropay(giropaySource, Currency.EUR, 10L);
PaymentResponse response = api.paymentsClient().requestAsync(request).get();