Skip to main content
PUT
/
v1
/
organizations
/
integrations
Setup integration credentials (consolidated)
curl --request PUT \
  --url https://sandbox-api.borderless.xyz/v1/organizations/integrations \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "credentials": {
    "apiKey": "alfred_api_key_123",
    "apiSecret": "alfred_api_secret_456",
    "webhookSecret": "alfred_webhook_secret_789"
  }
}
'
{
  "provider": "<string>",
  "integrationNetworkAddresses": [
    {
      "address": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
provider
enum<string>
required

Integration provider to configure credentials for.

Available options:
Standalone,
MultiProvider,
Dfns,
Utila,
Bridge,
Koywe,
Kotanipay,
Manual,
Blockchain,
Hercle,
Bitso,
Yellowcard,
TraceFinance,
HoneyCoin,
BlindPay,
Finity,
Ares,
Infinia,
Walapay,
Abra,
Yativo,
Capa,
Bivo,
Cobre,
Brale,
Juicyway,
Onmeta,
Mastercard,
Alfred
credentials
object
required

Provider-specific credentials. Shape switches on provider.

Response

202 - application/json

Integration credentials accepted.

provider
string
required
integrationNetworkAddresses
object[]