Skip to main content
POST
/
v1
/
setups
Create setup (deprecated)
curl --request POST \
  --url https://connect.pennylane.com/api/partners/v1/setups \
  --header 'Content-Type: application/json' \
  --header 'authorization: <authorization>' \
  --data '{
  "nextPartner": "EASYBEER",
  "credentials": {
    "flow": "API_KEY",
    "apiKey": "<string>",
    "partnerAccountId": "<string>",
    "user": {
      "email": "<string>",
      "username": "<string>"
    }
  }
}'

Headers

authorization
string
required

The partner token (provided by us, contact [email protected]). The token is associated to a specific environment (production or sandbox).

Body

application/json

Body

credentials
object
required

The connection flow to choose from (must be available on your own software) API Key flow

  • Option 1
  • Option 2
nextPartner
enum<string> | null

The suggested partner to connect to after, if not provided Billy will display a list of partners to choose from.

Available options:
EASYBEER,
AMAZON,
AMAZONSELLER,
AXONAUT,
HARVEST,
HUBSPOT,
PENNYLANE,
ZOHO,
CHARGEBEE,
SELLSY,
VOSFACTURES,
FACTOMOS,
BOONDMANAGER,
TEAMLEADER,
CHORUSPRO,
DOLIBARR,
PROGBAT,
EVOLIZ,
RECURLY,
KARLIA,
PIPEDRIVE,
SHOPIFY,
ODOO,
LAGO,
SALESFORCE,
HYPERLINE,
RENTMAN,
SPENDESK,
WEEBATI,
PROABONO,
WOOCOMMERCE,
PRESTASHOP,
MAGENTO,
SQUARESPACE,
BIGCOMMERCE,
SYLIUS,
ORGANILOG,
XERO,
ZETTLE,
SUMUP,
METRO,
VSA

Response

204

I