Skip to content

Logo

Confirmo

We make stablecoin payments effortless.
Easy, secure, compliant
Empowering business with instant, global payments.

Website: confirmo.net

Set up Account Provider account

Step 1: Create Provider account

To create an account send connection request at the confirmo.net or contact manager directly. Submit the required documents to verify your account and gain access.

Step 2: Get required credentials

Credentials that have to be issued:

  • confirmo__merchant_id → Merchant ID (This is a custom value you choose yourself. It serves as an identifier for your account in our system)
  • confirmo__api_token → API Token

Connect Provider Account

Step 1. Connect Provider account at the Corefy Dashboard

Press Connect at Confirmo Provider Overview page in 'New connection' section and choose Provider account option to open Connection form.

Connect

Enter credentials:

  • Merchant ID
  • API Token

Success

You have connected Confirmo Provider account!

API examples:

Minimum data set to create a payment invoices for crypto_aggregated_eur_hpp service

PAYMENT

POST /api/payment-invoices HTTP/1.1
{
  "data": {
    "type": "payment-invoice",
    "attributes": {
      "service": "crypto_aggregated_eur_hpp",
      "currency": "EUR",
      "amount": 11,
      "flow": "charge",
      "test_mode": false,
      "reference_id": "6be05631-8710-4b14-a369-1928a2b70eda",
      "service_fields": []
    }

Minimum data set to create a payout invoices for tether_trc20_usdt service

PAYOUT
POST /api/payout-invoices HTTP/1.0
{
  "data": {
    "type": "payout-invoice",
    "attributes": {
      "test_mode": false,
      "reference_id": "83020cb4-79a4-4745-8c4c-782ceeced0f3",
      "currency": "USDT",
      "amount": 20,
      "service": "tether_trc20_usdt",
      "fields": {
        "wallet_id": "TKkqUm71235LJCqa1235W4G1VYcYtMcyRtG"
      }
    }
  }
}

Question

"Still looking for help connecting your Confirmo account?" Please contact our support team!