Skip to content

Logo

Blue World

Enable seamless digital transactions, anytime and anywhere

Website: linxtechsolutions.com

Set up Account Provider account

Step 1: Create Provider account

To create an account send connection request at the linxtechsolutions.com/contact 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:

  • blueworld__merchant_id → Merchant ID
  • blueworld__bearer_token → Bearer Token

Connect Provider Account

Step 1. Connect Provider account at the Corefy Dashboard

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

Connect

Enter credentials:

  • Merchant ID
  • Bearer Token

Success

You have connected Blue World Provider account!

API examples:

Minimum data set to create a payment invoices for jazzcash_pkr_transfer service

PAYMENT
POST /api/payment-invoices HTTP/1.1
{
  "data": {
    "type": "payment-invoice",
    "attributes": {
      "reference_id": "1748441082",
      "service": "jazzcash_pkr_transfer",
      "currency": "PKR",
      "amount": 5,
      "test_mode": false,
      "customer": {
        "reference_id": "1123_231",
        "name": "Olivia Marie Thompson"
      },
      "service_fields": {
        "account_number": "03007311376"
      }
    }
  }
}

Minimum data set to create a payment invoices for easypaisa_pkr_transfer service

PAYMENT
POST /api/payment-invoices HTTP/1.1
{
  "data": {
    "type": "payment-invoice",
    "attributes": {
      "reference_id": "1748441743",
      "service": "easypaisa_pkr_transfer",
      "currency": "PKR",
      "amount": 5,
      "test_mode": false,
      "customer": {
        "reference_id": "1123_231",
        "name": "Olivia Marie Thompson"
      },
      "service_fields": {
        "account_number": "03007311376"
      }
    }
  }
}

Minimum data set to create a payment invoices for jazzcash_pkr_hpp service

PAYMENT
POST /api/payment-invoices HTTP/1.1
{
  "data": {
    "type": "payment-invoice",
    "attributes": {
      "reference_id": "1748445399",
      "service": "jazzcash_pkr_hpp",
      "currency": "PKR",
      "amount": 5,
      "test_mode": false,
      "customer": {
        "reference_id": "1123_231",
        "name": "Olivia Marie Thompson"
      },
      "service_fields": {
        "account_number": "03007311376"
      }
    }
  }
}

Minimum data set to create a payment invoices for easypaisa_pkr_hpp service

PAYMENT
POST /api/payment-invoices HTTP/1.1
{
  "data": {
    "type": "payment-invoice",
    "attributes": {
      "reference_id": "1748445131",
      "service": "easypaisa_pkr_hpp",
      "currency": "PKR",
      "amount": 5,
      "test_mode": false,
      "customer": {
        "reference_id": "1123_231",
        "name": "Olivia Marie Thompson"
      },
      "service_fields": {
        "account_number": "03007311376"
      }
    }
  }
}

Minimum data set to create a payout invoices for jazzcash_pkr service

PAYOUT
POST /api/payout-invoices HTTP/1.1
{
  "data": {
    "type": "payout-invoice",
    "attributes": {
      "reference_id": "1748534410",
      "service": "jazzcash_pkr",
      "currency": "PKR",
      "amount": 1,
      "test_mode": false,
      "customer": {
        "reference_id": "blueworld_test",
        "name": "John Doe"
      },
      "fields": {
        "account_number": "03007311376"
      }
    }
  }
}

Minimum data set to create a payout invoices for easypaisa_pkr service

PAYOUT
POST /api/payout-invoices HTTP/1.1
{
  "data": {
    "type": "payout-invoice",
    "attributes": {
      "reference_id": "1748543315",
      "service": "easypaisa_pkr",
      "currency": "PKR",
      "amount": 1,
      "test_mode": false,
      "customer": {
        "reference_id": "blueworld_test",
        "name": "John Doe"
      },
      "options": {
        "auto_process": true
      },
      "fields": {
        "account_number": "03007311376"
      }
    }
  }
}

Question

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