website logo
WebsiteTry DashboardContact Sales
โŒ˜K
๐Ÿ‘‹Welcome to mintBlue!
โ“Why Use mintBlue?
๐ŸงงmintBlue Products
โ›“๏ธEnterprise Bitcoin
๐Ÿš€Introduction
๐Ÿ‘‰mintBlue Quick Start Guide
๐Ÿ”—Setting up Zapier & mintBlue
๐ŸŽ‡mintBlue SDK
๐Ÿ‘‰SDK Quick Start Guide
๐Ÿ—๏ธSDK Encryption
๐Ÿ–ฅ๏ธSDK Server
๐Ÿ“ฉEnvelopes
๐Ÿ“SDK Scripts
๐Ÿ“–mintBlue API
โน๏ธBlockchain API
๐Ÿ–ฅ๏ธmintBlue Console
๐Ÿ‘‚Event Listeners
๐Ÿ†Examples of Building with mintBlue
๐Ÿ”‘password manager
๐Ÿ“ƒNotary Express App
Docs powered by
Archbee
mintBlue SDK
SDK Scripts

Create a micropayment

1min

Replace the [PROJECT_ID] string with the ID of the project you wish to publish to. You can find your project ID on the project's detail page.

Note that the to property of the output can be either a paymail or a BSV address.

JS
|

const outputs = [
    {
        type: 'payment',
        to: 'name@paymail.com',
        satoshis: 10000,
  	}
];

const { txid, rawtx } = await client.createTransaction({project_id: '[PROJECT_ID]', outputs});

๏ปฟ

๏ปฟ

Updated 03 Mar 2023
Did this page help you?
PREVIOUS
Create a signed data transaction
NEXT
Create a micropayment with data
Docs powered by
Archbee
Docs powered by
Archbee