Skip to content

Logo

Benker

Website: www.benker.io

Set up Account

Step 1: Create Provider account

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

  • Project ID
  • Secret Key

Question

"Having issues with your credentials?" Please contact our support team!

Connect Provider Account

Step 1. Connect H2H account at the Corefy Dashboard

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

Connect

Enter credentials:

  • Project ID
  • Secret Key
  • Test Mode → True/False

Success

You have connected Benker Provider account!

API examples:

Data set to create a payment invoices for payment_card_eur_hpp service

POST /api/payment-invoices HTTP/1.0
{
  "data": {
    "type": "payment-invoice",
    "attributes": {
      "reference_id": "1f2aa3ca-abd8-4741-980d-4017ed30cb8c",
      "service": "openbanking_eur_hpp",
      "currency": "EUR",
      "amount": 5,
      "customer": {
        "reference_id": "1dc26f5a-a361-499b-9533-39625b59ab73",
        "name": "Test Test"
      },
      "test_mode": false
    }
  }
}

Question

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