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": "hKaAodQNLK",
    "apiSecret": "ad0b2a2190dde067f3fd5a523f1c2aen",
    "ownerIdentityId": "cm9db4g2s4r7ro224ra6u1qvl"
  }
}
'
{
  "provider": "<string>",
  "integrationNetworkAddresses": [
    {
      "address": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.borderless.xyz/llms.txt

Use this file to discover all available pages before exploring further.

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
credentials
object
required

Provider-specific credentials. Shape switches on provider.

Response

202 - application/json

Integration credentials accepted.

provider
string
required
integrationNetworkAddresses
object[]