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>"
}
]
}Integrations Config
Setup integration credentials (consolidated)
Single endpoint for configuring credentials for any supported integration provider. The credentials payload is validated server-side against the provider-specific DTO. Replaces the 22 per-provider PUT endpoints (which remain available but are deprecated).
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
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
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 Provider-specific credentials. Shape switches on provider.
- Option 1
- Option 2
- Option 3
- Option 4
- Option 5
- Option 6
- Option 7
- Option 8
- Option 9
- Option 10
- Option 11
- Option 12
- Option 13
- Option 14
- Option 15
- Option 16
- Option 17
- Option 18
- Option 19
- Option 20
- Option 21
Show child attributes
Show child attributes
Was this page helpful?
Manually dispatch a refund for a failed or cancelled transactionDelete integration configuration for a PFI.
⌘I