Skip to content

Logo

CashBulls

Flawless ecosystem for digital world

Website: cashbulls.io

Set up Account

Step 1: Create merchant account

To create an account send connection request at the cashbulls.io 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_key

Connect Provider Account

Step 1. Connect Provider account at the Corefy Dashboard

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

Connect

Enter credentials:

  • api_key → API Key
  • api_secret_key → API Secret Key

Success

You have connected CashBulls Provider account!

API examples:

Data set to create a transaction

POST /api/commerce/payment-invoices HTTP/1.1

{
  "data": {
    "type": "payment-invoice",
    "attributes": {
      "service": "sepa_transfer_eur",
      "commerce_account": "hello world",
      "currency": "EUR",
      "amount": 3.01,
      "flow": "charge",
      "metadata": {
        "ip": "3.65.180.235"
      },
      "customer": {
        "reference_id": "c29e3d9f-1a3d-4ae7-8b25-5fcd272fc8d3"
        "address": {
          "city": "Odessa",
          "country": "UA",
          "full_address": "Pushkina 1",
          "post_code": "65001",
          "region": "Odessa"
        },
        "email": "[email protected]",
        "reference_id": 122345,
        "name": "Vlad Ivanov",
        "phone": "+380632765386"
      },
      "test_mode": false,
      "options": {
        "allow_partially": false
      },
      "reference_id": "d78119d7-ee20-49a0-aeea-4d857c6c1899"
    }
  }
}

Still looking for help connecting your CashBulls account?

Please contact our support team!