E-Payment Integrator 2020 Python Edition

Questions / Feedback?

payer_status Property

Indicates whether the payer is verified or not.

Syntax

def get_payer_status() -> str: ...

payer_status = property(get_payer_status, None)

Default Value

""

Remarks

Indicates whether the payer is verified or not.

Valid values for this property are "verified" or "unverified".

This property is read-only.

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