Skip to content

Logo

Paydoo (new name provider)

Discover Acquiring-as-a-Service to power your growth. With our complete payment solutions infrastructure and our long-term relationship mindset – we got you covered.

Website: paynt.com

Set up Account H2H merchant account

Step 1: Create Merchant Account

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

  • paydoo__merchant_id → Account ID
  • paydoo__password → Password
  • paydoo__save_instant_token → Save Instant Token
  • paydoo__access_token → Access Token
  • paydoo__entity_id → Channel ID
  • paydoo__test_mode → Test mode
  • paydoo__currency → choose currency (You can set these parameters according to available currencies and features for your Paydoo wallets and services, but it's necessary to check details of the connection with your Corefy account manager.)

Connect Merchant Account

Step 1. Connect H2H account at the Corefy Dashboard

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

Connect

Enter credentials:

  • Merchant account ID
  • Password
  • Save Instant Token → true/false
  • API Type → true/false
  • Access Token
  • Entity ID
  • Test mode → true/false
  • Currency

Success

You have connected Paydoo H2H merchant account!

API examples:

Minimum data set to create a payment invoices for payment_card_eur_hpp service

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":1,
      "reference_id":"09fed794-a604-4261-9762-ade5ff0bd764",
      "flow":"charge",
      "gateway_options":{
        "cardgate":{
          "tokenize":"1"
        }
      },
      "customer":{
        "reference_id":"test_customer"
      },
      "callback_url":"http:\/\/9649-3-65-180-235.ngrok-free.app",
      "test_mode":true,
      "options":{
        "allow_partially":false,
        "bypass_hpp":false,
        "send_operation_context_on_return":false
      },
      "service_fields":[
      ]
    }
  }
}

Question

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