E-Payment Integrator 2020 Python Edition

Questions / Feedback?

payer_id Property

Unique encrypted PayPal customer account number.

Syntax

def get_payer_id() -> str: ...
def set_payer_id(value: str) -> None: ...

payer_id = property(get_payer_id, set_payer_id)

Default Value

""

Remarks

This property is required when calling the checkout_payment method.

This property is returned after a call to the get_checkout_details method.

Character length and limitations:17 single-byte characters maximum.

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