public interface PaypalTransactionRequest extends GiroCheckoutRequest
Modifier and Type | Method and Description |
---|---|
PaypalTransactionResponse |
execute()
Initialisierung einer Paypal Zahlung.
|
PaypalTransactionResponse execute() throws GiroCheckoutException, GiroCheckoutProtocolException
PaypalTransactionRequest request = project
.createPaypalTransactionRequest(merchantTxId, amount, currency,
purpose, urlRedirect, urlNotify);
PaypalTransactionResponse response = request.execute();
GiroCheckoutException
GiroCheckoutProtocolException