Generate a proof of wire transfer

Add MCP server to your AI tool

Allow AI tools and LLMs to interact with the API documentation portal through MCP.

MCP server URL

https://docs.api.memo.bank/mcp

Standard setup for AI tools providing an mcp.json file

mcp.json
"Memo Bank API MCP server": {
  "url": "https://docs.api.memo.bank/mcp"
}
Close
GET /v2/wire_transfers/{id}/proof

Proofs can only be generated for confirmed wire transfers.

Scope: wire-transfers:read

Path parameters

  • id string(uuid) Required

    ID of the wire transfer.

Responses

  • 200 application/octet-stream

    OK

GET /v2/wire_transfers/{id}/proof
curl \
 --request GET 'https://api.memo.bank/v2/wire_transfers/c70bd7bc-58e0-4fdb-8c1f-70186e0de587/proof'