Retrieve the amount and status of a payment

Learn how to determine the amount and status of a payment.

Learn how to retrieve the amount and status of a payment.

Prerequisites

To successfully complete these tutorials, you must have:

Step 1. Find the specific financial event group of the payment

Retrieve the latest 100 financial event groups and a page token that can be used to call next set of financial event groups available by calling the listFinancialEventGroups operation.

Step 2. Filter for closed financial event groups

To select financial groups that have successfully sent payments, select the financial event groups where ProcessingStatus is equal to Open.

Step 3. Retrieve the payment amount

The OriginalTotal property provides the total amount of disbursement or charge. CurrencyAmount provides the monetary value, while CurrencyCode provides the three-digit currency code in ISO 4217 format.