Skip to main content
POST
/
user
/
funding
/
source
/
ubn-account
/
add
/
{userToken}
Add UBN account
curl --request POST \
  --url https://raas-partner-cv.nomas.cash/v1/user/funding/source/ubn-account/add/{userToken} \
  --header 'Content-Type: application/json' \
  --header 'api_key: <api-key>' \
  --data '
{
  "number": "<string>",
  "isPrimary": true,
  "currency": "<string>",
  "country": "<string>"
}
'
{
  "id": "<string>",
  "status": "Created",
  "userId": "<string>",
  "name": "<string>",
  "type": "<string>",
  "isPrimary": true,
  "createdAt": "<string>",
  "updatedAt": "<string>",
  "country": "<string>",
  "currency": "<string>",
  "latitude": 123,
  "longitude": 123,
  "cardType": "<string>",
  "number": "<string>",
  "nameOnCard": "<string>",
  "expirationDate": "<string>",
  "expirationYear": "<string>",
  "expirationMonth": "<string>",
  "securityCode": "<string>",
  "tokenData": "<string>",
  "cardNetwork": "<string>",
  "allowPullCrossBorder": true,
  "allowPullDomestic": true,
  "allowPushCrossBorder": true,
  "allowPushDomestic": true,
  "allowReviewAddress": true,
  "requiresBalanceValidation": true,
  "accountId": "<string>",
  "bankEntityNumber": "<string>",
  "externalId": "<string>",
  "errorValidation": "<string>"
}

Authorizations

api_key
string
header
required

Path Parameters

userToken
string
required
  • User token.

Body

application/json
  • Validated payload with required parameters.
number
string
required
isPrimary
boolean
currency
string
country
string

Response

id
string
required
status
enum<string>
required
Available options:
Created,
Validated,
Blocked,
Validating,
Removed,
Disconnected,
ValidationNotApproved,
ValidatedPull,
ValidatedPush,
ValidatedPullAndPush
userId
string
name
string
type
string
isPrimary
boolean
createdAt
string
updatedAt
string
country
string
currency
string
latitude
number<double>
longitude
number<double>
cardType
string
number
string
nameOnCard
string
expirationDate
string
expirationYear
string
expirationMonth
string
securityCode
string
tokenData
string
cardNetwork
string
allowPullCrossBorder
boolean
allowPullDomestic
boolean
allowPushCrossBorder
boolean
allowPushDomestic
boolean
allowReviewAddress
boolean
requiresBalanceValidation
boolean
accountId
string
bankEntityNumber
string
externalId
string
errorValidation
string