E-Payment Integrator 2020 Python Edition

Questions / Feedback?

get_checkout_details Method

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

Syntax

def get_checkout_details() -> None: ...

Remarks

After the customer pays via PayPal and is returned to your return_url, use this method (along with the token returned in the return_url 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 payer_id 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 checkout_payment to complete the transaction.

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