E-Payment Integrator 2020 PHP Edition

Questions / Feedback?

GetCheckoutDetails Method

Returns information about the customer, including name and address on file with PayPal.

Object Oriented Interface

public function doGetCheckoutDetails();

Procedural Interface

inpay_expresscheckout_do_getcheckoutdetails($res);

Remarks

After the customer pays via PayPal and is returned to your ReturnURL, use this method (along with the token returned in the ReturnURL query string) to retrieve payment details about this transaction. After calling this method, all of the fields under the Payer and Payment properties will be populated. Note that PayPal will only return these values if it has this information stored for the paying customer. The PayerId property is required to finalize the sale, but you may want to check other Payer and Payment details to make sure they are correct.

If everything looks good, you may then call CheckoutPayment to complete the transaction.

Copyright (c) 2021 /n software inc. - All rights reserved.
E-Payment Integrator 2020 PHP Edition - Version 20.0 [Build 7941]