Leading Decentralized Cryptocurrency Payment Gateway – ForgingBlock

Low flat fee

One API for all blockchains

Non-Custodial Payment Gateway

Start with payments

Work with ForgingBlock

Decentralized & Non-Custodial

We exclude third-party interference making it censorship-resistant. Private keys are not available, so your funds are guarded against the possibility of theft or failure.

Direct P2P Crypto Transfer

Get paid in seconds, as payments are transferred directly from the customer’s wallet to the retailer’s wallet - no middleman. You have immediate ownership of your assets, and complete power.

Customer Data Privacy

Like other payment gateways, we will never ask for personal information from your customer, and we don't collect or store confidential data from your customer either. Each contract is clear.

Easy Implementation

Express setup gets you up and running in minutes. Or customize it with our easy API and docs.

Read the docs

One API for All blockchains

A single API that works for all the blockchains

See API Reference

Prebuilt integrations

Integrate easy using Code Libraries

See ForgingBlock Node.js SDK
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13

import { forgingblock } from 'forgingblock.js'

 

const fb = forgingblock({

    apiKey: process.env.FORGINGBLOCK_API_KEY

})

 

const order = await fb.orders.create({

    price_amount: '0.01',

    price_currency: 'USD',

    title: 'Test order',

    description: 'Example order'

})

Node.js 100%  ≡  13/13  Ln  :  9

> Order ID: 49d93af0-e6f3-44ff-ad69-799b663f98bf

> Status: new