Skip to content

Logo

Cryptopay

A simple and secure way to buy and sell cryptocurrency

Website: cryptopay.me

Set up Account Provider account

Step 1: Create Provider account

To create an account send connection request at the cryptopay.me → Get started 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:

  • API key
  • API secret

Connect Provider Account

Step 1. Connect Provider account at the Corefy Dashboard

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

Connect

Enter credentials:

  • cryptopay__api_key → API key
  • cryptopay__api_secret → API secret
  • cryptopay__test_mode → Test Mode true/false

Success

You have connected Cryptopay Provider account!

API examples:

Minimum data set to create a payment invoices for tether_erc20_eur_hpp service

PAYMENT
POST /api/commerce/payment-invoices HTTP/1.0
{
  "data":{
    "type":"payment-invoice",
    "attributes":{
      "service":"tether_erc20_eur_hpp",
      "currency":"EUR",
      "amount":6,
      "reference_id":"1725373450",
      "test_mode":true,
      "description":"test",
      "callback_url":"https:\/\/psa-paycore-fxb2-pub.qa-env.com\/notify\/outcomeTransfer",
      "metadata":{
        "client_country_iso2":"GR",
        "client_country_iso3":"GRC"
      },
      "options":{
        "allow_partially":false
      }
    }
  }
}

Maximum data set to create a payment invoices for tether_erc20_eur_hpp service

PAYMENT
POST /api/commerce/payment-invoices HTTP/1.0
{
  "data":{
    "type":"payment-invoice",
    "attributes":{
      "service":"tether_erc20_eur_hpp",
      "currency":"EUR",
      "amount":6,
      "reference_id":"1725373557",
      "test_mode":true,
      "description":"test",
      "callback_url":"https:\/\/psa-paycore-fxb2-pub.qa-env.com\/notify\/outcomeTransfer",
      "metadata":{
        "client_country_iso2":"GR",
        "client_country_iso3":"GRC"
      },
      "options":{
        "allow_partially":false
      },
      "customer":{
        "reference_id":"19303422",
        "email":"[email protected]"
      }
    }
  }
}

Question

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