Skip to main content

Giropay

The full list of request body parameters and possible outcomes can be found here.

Request a Giropay payment#

RequestGiropaySource giropaySource = RequestGiropaySource.builder()        .bic()        .purpose()        .build();
PaymentRequest request = PaymentRequest.giropay(giropaySource, Currency.EUR, 10L);
PaymentResponse response = api.paymentsClient().requestAsync(request).get();