Advanced Features Guide

Table Of Contents
Express Checkout Advanced Features Guide April 2012 77
Integrating giropay with Express Checkout
giropay Integration
6
If the value of this field is true, redirect the buyer from your Order Review page to
https://www.paypal.com/webscr?cmd=_complete-express-
checkout&token=
<value_from_SetExpressCheckoutResponse>. PayPal then redirects the
buyer from this redirect page to the necessary page for the selected funding source.
The GetExpressCheckoutDetails response contains the REDIRECTREQUIRED field,
which lets you know if you need to redirect the buyer after your Order Review page. You can
use this value to inform the buyer on your Order Review page that they will be sent to the
giropay website to complete the order.
Complete the Transaction
Corresponding to the three fields passed to SetExpressCheckout, you must add the
following three additional pages to your website:
Receive Transaction Status Notification
After PayPal redirects the buyer to giropay, you receive transaction status information in the
following ways:
IPN Notification
Email (only for successful giropay or bank transfer transactions)
PayPal Account Overview
PayPal reports
NVP Field Description
REDIRECTREQUIRED Flag to indicate whether you need to redirect the buyer to back to PayPal
Your website’s pages Description
Order Completion The page specified in GIROPAYSUCCESSURL to which PayPal redirects the
buyer after a successful giropay payment.
Order Cancelation The page specified in GIROPAYCANCELURL to which PayPal redirects the buyer
after a giropay or bank transfer payment is canceled or fails.
Order Pending The page specified in BANKTXNPENDINGURL to which PayPal redirects the
buyer after a bank transfer payment.