How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Memo Bank Webhook API

# EventsWhen something interesting happens on your Memo Bank workspace, such as a new transaction being created, Memo Bank can reach out to your application so that you can take action (such as sending an e-mail alert about the transaction to your user) automatically.The first step is to add a webhook to your application in the [`API`](https://client.memo.bank/api) section of your Memo Bank workspace. As part of this, you will have to provide a URL on your own servers. Memo Bank will then send HTTPS requests to that URL when there is an activity on your Memo Bank workspace.Note that even if webhooks are setup within an application, events will be received even when they result from actions triggered on the Memo Bank webapp or any other application.# Consuming eventsIndividual events do not contain very much information on their own. This is by design, as the API structure can remain extremely stable and avoid difficult webhook migrations in the future as the Memo Bank API changes. If you need additional metadata, such as the amount of the transaction in the above example, make a `GET` request to the API for that information. You can use the `resource_type` and `resource_id` to determine what resource to fetch from the API.# Failures and retriesIf your application returns anything other than a 2xx HTTP status code, if we do not receive a response before timing out or in the case of a network failure, we will retry the event up to 8 times with exponentially increasing backoffs. In your webhook endpoint implementation, we recommend you place inbound Events into your application's own queuing system (such as Kafka, Resque, etc) for asynchronous event processing, and returning a 200 response from your endpoint as quickly as possible.Since retries may occur, your webhook endpoint must be idempotent. You should handle the possibility of receiving the same event multiple times. We recommend using the event `id` field to detect and ignore duplicate events on your side.# Securing your webhook endpoint (recommended)Memo Bank will include an `Authorization` header in each webhook request. Inside of it, you will find `Bearer ` with the authentication token we provided when you created the webhook on the web interface. We recommend that you check this header and reject requests with invalid token, indicating a malicious request that would not have been issued by Memo Bank.We also recommend that you restrict which IP addresses can call your webhook. Here is the list of our IPv4 addresses:* Memo Bank Premium API (i.e. `api.memo.bank`): * `34.38.96.206` * `35.189.206.171` * `35.241.129.224` * `34.155.214.185` * `34.155.206.98` * `34.163.14.38`* Memo Bank Premium Sandbox API (i.e. `api.sandbox.memo.bank`): * `34.155.60.111` * `34.163.27.39`

Memo Bank Webhook API is one of 15 APIs that Memo Bank publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Webhook. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, and a getting-started guide.

This API exposes 0 operations across 0 paths, and defines 1 schema. It is described by OpenAPI 3.2.0, at version 2.0.

Requests are made against 2 base URLs: https://api.memo.bank, https://api.sandbox.memo.bank.

0 operations 0 paths 1 schemas

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
2.0
Base URL
https://api.memo.bank

Schemas 1

The contract defines 1 schema that model the data the API accepts and returns. The most detailed is Event (5 properties). Each schema is shown below with its type and property counts.

Event
object
5 properties 5 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

memo-bank-webhook-api-openapi.yml Raw ↑

Other APIs Memo Bank publishes across the network.

Memo Bank Account assessments API
Memo Bank Accounts API
Memo Bank AIS API
Memo Bank Attachments API
Memo Bank Collections API
Memo Bank IBA Ns API
Memo Bank Mandate signature requests API
Memo Bank O Auth2 API
Memo Bank PIS API
Memo Bank Sandbox API
Memo Bank Transactions API
Memo Bank Transfers API
Where this information came from

This is an independent, third-party profile of Memo Bank Webhook API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.