Jump to Content
MarbleGuides
GuidesAPI Reference
GuidesMarble
API Reference
GuidesAPI Reference
All
Pages
Start typing to search…

Marble decision engine API

  • Introduction
  • Ingestion
    • Introduction
    • Ingest a new objectpost
    • Ingest a new object, and allow a partial payload (only the fields to update)patch
    • Ingest new objects by batchpost
    • Ingest new objects by batch, and allow a partial payload (only the fields to update)patch
  • Decision
    • Introduction
    • The decision object
    • Create a decisionpost
    • List decisions based on the provided filters and paginationget
    • Create all the possible decisions for the input objectpost
    • Retrieve a decisionget
  • ScheduledExecutions
    • List Scheduled Executionsget

Transfercheck API

  • Transfers
    • Introduction - workflow
    • Create and score a transferpost
    • IBAN hashing
    • Look up an existing transfer by its id in the sender systemsget
    • Update a transfer's statuspatch
    • Retrieve an existing transfer by its Marble idget
    • Compute a score on an existing transferpost
Powered by 

Introduction

The Marble API is a REST API.

It has predictable resource-oriented URLs, accepts form request bodies, returns JSON responses, and uses standard HTTP response codes, authentication, and verbs.

Feel free to browse through How Marble works to understand our various concepts as well.