Primary Accounts
This page contains API details for primary accounts
Primary Accounts
Safeguarding
Account Identifiers
Supported Identifiers
Supported Currencies & Payment Routing
Currency
Juristiction
Default Identifier
Additional Identifiers
Currency
Juristiction
Default Identifier
Additional Identifiers
Currency
Juristiction
Default Identifier
Additional Identifiers
Create Primary Account
Header parameters
authorizationstringOptional
Authorization header containing your API Token
x-alg-noncestringOptional
Nonce used to generate the payload signature
x-alg-signaturestringOptional
Payload signature
datestringOptional
Date of the request un UTC/GMT
Body
customerIdstring · uuidRequiredExample:
Customer ID that will be the account owner.
a2b9649e-df7f-4349-adff-1c57283fef10idempotencyKeystring · uuidRequiredExample:
A unique idempotency key to prevent duplicate account creation.
1483d25d-3f00-4d39-90ce-2379a130becdcurrencyCodestring · enumRequiredExample:
ISO 4217 3-letter alpha-numeric currency code for the account.
GBPPossible values: productCodestringRequiredExample:
The product code for the account being created.
FIAT_ACCOUNT_UK_V1Responses
200
Account successfully created
application/json
400
Input validation error
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
post
/v1/partner/accounts/primaryLast updated
Was this helpful?