Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

For Example: $1,000 payment was made by a Member, $4 of this payment accounted for fees, and $996 went to the club. When the Club views their Bank Reconciliation, they can see that $4 of the payment went to their Fees account and $996 went to Member Dues, instead of the non-descript $1,000 payment from the Member.

...

Duplicate Payments

    • Added an ‘idempotencyID’ to payment related API calls to prevent the same request from being processed twice.

      Use Case: Previously, there was no process in place to avoid duplicate payments, Member Accounts, Account enrollments,  etc. Now, an ID has been assigned to each of these actions and the system recognizes not to process or complete duplicate ID numbers.

...