Getting Started

Intro

The Blackthorn API (BaaS platform) provide with you access to create accounts, make transactions, and other finance operations.

Our REST API was developed to simplify and reduce cost of your integration. Our support will be glad to assist you to get started as soon as possible.

Full Lifecycle API

Steps to get started:

  • Request token based on key pair cert for our sandbox environment.
  • Set up onboarding process with our KYC provider (SUMSUB).
  • Integrate our API.
  • Set webhook url.
  • Test onboarding flow with our team.
  • Request for live environment.

Authorization

Authorisation flow:

  • Generate key pair.
  • Provide us with Certificate Signing Request .csr.
  • Receive token based on your CSR.
  • Sign every request with the token, privet key and body as a digital signature.