Loading [Contrib]/a11y/accessibility-menu.js
Skip to content

Logo

Crederes

Crederes is simple and easy

Website: crederes.com

Step 1: Create Provider account

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

  • crederes__consumer_key → Consumer key
  • crederes__token → Token
  • crederes__access_token → Access token
  • crederes__private_key → Private key
  • crederes__id_requestor → ID requestor
  • crederes__test_mode → Test mode

Connect Provider Account

Step 1. Connect Provider account at the Corefy Dashboard

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

Connect

Enter credentials:

  • Consumer key
  • Token
  • Access token
  • Private key
  • ID requestor
  • Test mode → true/false

Success

You have connected Crederes Provider account!

API examples:

Minimum data set to create a payout invoices for payment_card_eur service

PAYOUT
POST /api/commerce/payout-invoices HTTP/1.0
{
  "data":{
    "type":"payout-invoice",
    "attributes":{
      "service":"payment_card_eur",
      "commerce_account":"hello_world",
      "currency":"EUR",
      "amount":13.33,
      "customer":{
        "reference_id":"test"
      },
      "test_mode":true,
      "reference_id":"f2e42a5b-1166-416a-bfce-fd649966303e",
      "fields":{
        "card_number":"411111******1111"
      },
      "options":{
        "attempts_limit":0,
        "split_mode":false,
        "allow_partially":false,
        "auto_process":false
      }
    }
  }
}

Question

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