Skip to main content

Sofort

The 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();