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

Logo

Startbutton

Expand your business globally in minutes.

Website: startbutton.com

Set up Account Provider account

Step 1: Create Provider account

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

  • startbutton__public_key → Public key
  • startbutton__secret_key → Secret key
  • startbutton_test_mode → Test mode

Connect Provider Account

Step 1. Connect Provider account at the Corefy Dashboard

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

Connect

Enter credentials:

  • Public key
  • Secret key
  • Test mode → true/false

Success

You have connected Startbutton Provider account!

API examples:

Minimum data set to create a payout invoices for ubank_zar service

PAYOUT
POST /api/commerce/payout-invoices HTTP/1.0
{
  "data":{
    "type":"payout-invoice",
    "attributes":{
      "service":"ubank_zar",
      "commerce_account":"hello_world",
      "currency":"ZAR",
      "amount":13,
      "test_mode":true,
      "reference_id":"edec0169-7e5d-4789-90ec-008afbab4761",
      "fields":{
        "account_number":"1231234",
        "beneficiary_first_name":"John",
        "beneficiary_last_name":"Doe"
      },
      "options":{
        "attempts_limit":0,
        "split_mode":false,
        "allow_partially":false,
        "auto_process":false
      }
    }
  }
}

Maximum data set to create a payout invoices for jpmorgan_south_africa_zar service

PAYOUT
POST /api/commerce/payout-invoices HTTP/1.0
{
  "data":{
    "type":"payout-invoice",
    "attributes":{
      "service":"jpmorgan_south_africa_zar",
      "commerce_account":"hello_world",
      "currency":"ZAR",
      "amount":12,
      "customer":{
        "reference_id":"552ff87d-5444-4754-9036-c7c9f558963a",
        "address":{
          "country":"ZA"
        }
      },
      "test_mode":true,
      "reference_id":"149a2a38-a72f-45dd-9c45-d1f247896c41",
      "fields":{
        "account_number":"195177***4216",
        "beneficiary_first_name":"John",
        "beneficiary_last_name":"Doe"
      },
      "options":{
        "attempts_limit":0,
        "split_mode":false,
        "allow_partially":false,
        "auto_process":false
      }
    }
  }
}

Constants

Сonstants

If some parameters are not sent in the transaction creation request, they will take the values from the set constants.

Here is a list of constants with their corresponding parameters:

  • COUNTRY → customer [address] [country]
  • FULL_NAME → customer [full_name]

Question

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