cURL
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>" }
Adds a UBN account as a new receiving method.
Created
Validated
Blocked
Validating
Removed
Disconnected
ValidationNotApproved
ValidatedPull
ValidatedPush
ValidatedPullAndPush