Welcome to the Bank3D API Reference, The central hub for developers looking to integrate with Bank3D. Use this API intro page to understand how you can interact with Bank3D API, and what best practices you can adopt to make the most of your integration.

Authentication

Bank3D uses bearer authentication.

API environments

Bank3D operates in two environments: sandox and production.

EnvironmentUsageURL
SandboxFor development purposes and to test Bank3D features without affecting real data.
ProductionTo access real-time data when your product is ready to live.

Interacting with the API

Requests

The Bank3D API accepts POST and GET requests. Your request must follow these formal requirements:

  • The authorization header must contain your secret API key as a bearer token.
  • The content-type header must be application/json.
  • The request body must be in valid JSON format.
  • All endpoints require authentication with your API keys.

Postman Collection

The postman collection is a great way to quickly explore our APIs without writing code. It contains pre-formatted request and response examples. To start interacting with the collection, add your API keys and adjust the mock data.

Next steps

  • Learn about Bank3D's libraries and SDKs that you can integrate.
  • Visit the Quickstart guide to get started with your implementation.

📘

if you have any questions, you can get in touch with the Bank3D support team @.