IPWorks OFX 2020 Python Edition

Questions / Feedback?

get_status Method

Obtains the current processing status of a payment.

Syntax

def get_status(payment_id: str) -> None: ...

Remarks

The PaymentId parameter identifies the payment you want to obtain the status for. This is the id returned by the server at the time the payment was scheduled (that was stored in payment_id).

The following properties should be set when this method is called:

fi_url (required)
fi_id (required)
fi_organization(required)
ofx_app_id (required)
ofx_app_version (required)
ofx_user (required)
ofx_password (required)

Upon successful response, the server will return the following:

payment_status
payment_date_processed
payment_check_number(optional)

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