Skip to content

Logo

PaySecure

Centralize and optimize your PSPs with a single hub

Website: paysecure.net

Set up Account

Step 1: Create merchant account

To create an account send connection request at the paysecure.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:

  • Api key
  • Api type
  • Brand ID

Connect H2H Merchant Account

Step 1. Connect H2H account at the Corefy Dashboard

Press Connect at PaySecure 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_type → Api type
  • brand_id → Brand ID
  • currency → choose currency (You can set these parameters according to available currencies and features for your PaySecure wallets and services, but it's necessary to check details of the connection with your Corefy account manager.)

Success

You have connected Paysecure H2H merchant account!

API examples:

Minimum data set to create a transaction

SALE

POST /api/commerce/payment-invoices HTTP/1.0
{
  "data":{
    "type":"payment-invoice",
    "attributes":{
      "service":"payment_card_eur_hpp",
      "commerce_account":"Hello_World",
      "currency":"EUR",
      "amount":2,
      "reference_id":"fa99ca30-eea4-4fa7-87c4-35b4b8ff650d",
      "flow":"charge",
      "gateway_options":{
        "cardgate":{
          "tokenize":""
        }
      },
      "customer":{
        "reference_id":"serge_kot"
      },
      "test_mode":false,
      "options":{
        "allow_partially":false
      },
      "service_fields":[
      ]
    }
  }
}

Maximum data set to create a transaction

SALE

POST /api/commerce/payment-invoices HTTP/1.0
{
  "data":{
    "type":"payment-invoice",
    "attributes":{
      "service":"payment_card_eur_hpp",
      "commerce_account":"Hello_World",
      "currency":"EUR",
      "amount":2,
      "reference_id":"31b1bafd-c42b-4b0e-964b-c1e0691dcd39",
      "flow":"charge",
      "gateway_options":{
        "cardgate":{
          "tokenize":""
        }
      },
      "customer":{
        "reference_id":"2bfa86cd-00c7-4472-b564-2c52d9d5b09d",
        "name":"dsds sdsd",
        "email":"[email protected]",
        "phone":"44222224444",
        "individual_tax_id":"123213213123",
        "address":{
          "full_address":"sdsdsdsdsd",
          "country":"UA",
          "region":"sdsdsdsdsd",
          "city":"sdsdsdsdsd",
          "post_code":"2132132131"
        }
      },
      "test_mode":false,
      "options":{
        "allow_partially":false
      },
      "service_fields":[
      ]
    }
  }
}

Question

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