On this pageSofortThe full list of request body parameters and possible outcomes can be found here.Request an Sofort payment#PaymentRequest request = PaymentRequest.sofort(Currency.EUR, 10L) .build(); PaymentResponse response = api.paymentsClient().requestPayment(request).get();Copy