Create a new Account
curl --request POST \
--url https://sandbox-api.borderless.xyz/v1/accounts/pfi \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "Main Account",
"identityId": "cm9db4g2s2r7ro224ra6u1qvl",
"pfi": "Finity"
}
'{
"id": "<string>",
"name": "<string>",
"addresses": [
{
"id": "<string>",
"address": "<string>"
}
],
"assets": [
{
"id": "<string>",
"address": "<string>"
}
],
"fiats": [
{
"id": "<string>"
}
],
"identityId": "<string>",
"createdAt": "2023-11-07T05:31:56Z"
}Accounts
Create a new Account
Create a new Account using the data provided in the request body.
POST
/
v1
/
accounts
/
pfi
Create a new Account
curl --request POST \
--url https://sandbox-api.borderless.xyz/v1/accounts/pfi \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "Main Account",
"identityId": "cm9db4g2s2r7ro224ra6u1qvl",
"pfi": "Finity"
}
'{
"id": "<string>",
"name": "<string>",
"addresses": [
{
"id": "<string>",
"address": "<string>"
}
],
"assets": [
{
"id": "<string>",
"address": "<string>"
}
],
"fiats": [
{
"id": "<string>"
}
],
"identityId": "<string>",
"createdAt": "2023-11-07T05:31:56Z"
}Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
A unique identifier for an account, allowing to distinguish it from other accounts.
Required string length:
3 - 50Example:
"Main Account"
The id of the identity associated with the account. Learn more at Identity Guide.
Required string length:
25Example:
"cm9db4g2s2r7ro224ra6u1qvl"
The name of the PFI (Borderless Partner Financial Institution) where the account will be created.
Available options:
Bridge, Koywe, Kotanipay, Hercle, Bitso, Yellowcard, TraceFinance, HoneyCoin, BlindPay, Finity, Infinia, Walapay, Abra, Yativo, Capa, Bivo, Cobre, Avenia, Brale, BVNK, CoinsPH, Iron, Enigma, Juicyway, Kira, TripleA, Onmeta, Alfred Example:
"Finity"
Response
Successfully created Account data.
Available options:
wallet, institution Available options:
Bridge, Koywe, Kotanipay, Hercle, Bitso, Yellowcard, TraceFinance, HoneyCoin, BlindPay, Finity, Infinia, Walapay, Abra, Yativo, Capa, Bivo, Cobre, Avenia, Brale, BVNK, CoinsPH, Iron, Enigma, Juicyway, Kira, TripleA, Onmeta, Alfred Available options:
Utila, Standalone, MultiProvider, Dfns, NotApplicable Deprecated. Will be removed by May 1st, 2026. Use the assets and fiats properties instead for retrieving account asset and fiat details.
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Was this page helpful?
⌘I