Posting Management APIs

1. Retrieve Account Postings

Use Case: Fetches all postings related to a specific account, including committed and reserved balances.

  • Example: A finance team retrieves all postings for a corporate account to verify recent transactions and reconcile discrepancies.

get

Retrieves postings under a group account balance.

Path parameters
originstringRequired
parentstringRequired
accountstringRequired
walletstringRequired
currencystringRequired
balancestringRequired
Query parameters
filterstringRequired
page[size]stringOptional
page[number]stringOptional
sortstringOptional
Responses
200

Response to /api/v1/{origin:group|chart}/{parent:[^]+}/{account:[^]+}/{wallet:[^]+}/{currency:[^]+}/{balance:[^*]+}/

No content

get
/api/v1/{origin:group|chart}/{parent:[^*]+}/{account:[^*]+}/{wallet:[^*]+}/{currency:[^*]+}/{balance:[^*]+}/
GET /api/v1/{origin:group|chart}/{parent:[^*]+}/{account:[^*]+}/{wallet:[^*]+}/{currency:[^*]+}/{balance:[^*]+}/?filter=text HTTP/1.1
Host: 
Accept: */*

No content


2. Query Postings

  • Method: GET

  • Endpoint: /integration/monese/postings

  • Use Case: Retrieves postings based on parameters such as account reference, wallet currency, or date range.

    • Example: An auditor queries all postings for a customer’s wallet over the past month to detect unusual spending patterns.


3. Query Payment Postings

  • Method: GET

  • Endpoint: /integration/monese/payment/postings

  • Use Case: Fetches postings linked to specific payment IDs for reconciliation and tracking.

    • Example: A financial institution verifies whether a bank transfer from a customer was successfully posted to their wallet.


Example Use Cases

  • Transaction Auditing: Retrieve postings for an account to verify financial accuracy and detect errors.

  • Fraud Monitoring: Query postings for large or unusual transactions to identify suspicious activity.

  • Real-Time Balance Updates: Fetch postings to confirm the latest transactions and ensure account balances are current.

  • Financial Reconciliation: Compare postings with movements to validate that all fund transfers have been properly recorded.

Last updated