Skip to main content
POST
/
auth
/
sessionlink-v2
Get session link
curl --request POST \
  --url https://raas-partner-cv.nomas.cash/v1/auth/sessionlink-v2 \
  --header 'Content-Type: application/json' \
  --header 'api_key: <api-key>' \
  --data '
{
  "lastName": "<string>",
  "dob": "2023-11-07T05:31:56Z",
  "firstName": "<string>",
  "address1": "<string>",
  "countryCode": "AF",
  "city": "<string>",
  "state": "<string>",
  "phoneNumber": "<string>",
  "lastName2": "<string>",
  "gender": "Male",
  "email": "<string>",
  "middleName": "<string>",
  "address2": "<string>",
  "address3": "<string>",
  "streetNumber": "<string>",
  "zipCode": "<string>",
  "birthState": "<string>",
  "lang": "en",
  "placeDetail": "<string>",
  "latitude": 123,
  "longitude": 123,
  "callLocationLatitude": 123,
  "callLocationLongitude": 123,
  "paymentMethodType": "BankAccount"
}
'
{
  "link": "<string>",
  "status": "<string>",
  "statusDetail": "None",
  "cipStatus": "<string>",
  "cipStatusDetail": "None",
  "accountStatus": "<string>",
  "paymentMethodStatus": "<string>",
  "userId": "<string>"
}

Authorizations

api_key
string
header
required

Body

application/json
  • Payload with payment data, amounts, fees and base KYC.
lastName
string
required
dob
string<date-time>
required
firstName
string
required
address1
string
required
countryCode
enum<string>
required
Available options:
AF,
AX,
AL,
DE,
AD,
AO,
AI,
AQ,
AG,
SA,
DZ,
AR,
AM,
AW,
AU,
AT,
AZ,
BS,
BD,
BB,
BH,
BE,
BZ,
BJ,
BM,
BY,
BO,
BQ,
BA,
BW,
BR,
BN,
BG,
BF,
BI,
BT,
CV,
KH,
CM,
CA,
QA,
TD,
CL,
CN,
CY,
CO,
KM,
KP,
KR,
CI,
CR,
HR,
CU,
CW,
DK,
DM,
EC,
EG,
SV,
AE,
ER,
SK,
SI,
ES,
US,
EE,
ET,
PH,
FI,
FJ,
FR,
GA,
GM,
GE,
GH,
GI,
GD,
GR,
GL,
GP,
GU,
GT,
GF,
GG,
GN,
GW,
GQ,
GY,
HT,
HN,
HK,
HU,
IN,
ID,
IQ,
IR,
IE,
BV,
IM,
CX,
IS,
KY,
CC,
CK,
FO,
GS,
HM,
FK,
MP,
MH,
PN,
SB,
TC,
UM,
VG,
VI,
IL,
IT,
JM,
JP,
JE,
JO,
KZ,
KE,
KG,
KI,
KW,
LA,
LS,
LV,
LB,
LR,
LY,
LI,
LT,
LU,
MO,
MK,
MG,
MY,
MW,
MV,
ML,
MT,
MA,
MQ,
MU,
MR,
YT,
MX,
FM,
MD,
MC,
MN,
ME,
MS,
MZ,
MM,
NA,
NR,
NP,
NI,
NE,
NG,
NU,
NF,
NO,
NC,
NZ,
OM,
NL,
PK,
PW,
PS,
PA,
PG,
PY,
PE,
PF,
PL,
PT,
PR,
GB,
EH,
CF,
CZ,
CG,
CD,
DO,
RE,
RW,
RO,
RU,
WS,
AS,
BL,
KN,
SM,
MF,
PM,
VC,
SH,
LC,
ST,
SN,
RS,
SC,
SL,
SG,
SX,
SY,
SO,
LK,
SZ,
ZA,
SD,
SS,
SE,
CH,
SR,
SJ,
TH,
TW,
TZ,
TJ,
IO,
TF,
TL,
TG,
TK,
TO,
TT,
TN,
TM,
TR,
TV,
UA,
UG,
UY,
UZ,
VU,
VA,
VE,
VN,
WF,
YE,
DJ,
ZM,
ZW
city
string
required
state
string
required
phoneNumber
string
lastName2
string
gender
enum<string>
Available options:
Male,
Female,
Other,
None
email
string
middleName
string
address2
string
address3
string
streetNumber
string
zipCode
string
birthState
string
lang
enum<string>
Available options:
en,
es
placeDetail
string
latitude
number<double>
longitude
number<double>
callLocationLatitude
number<double>
callLocationLongitude
number<double>
paymentMethodType
enum<string>
Available options:
BankAccount,
DigitalWallet,
Card,
UBN
ubnParams
object
addCardParams
object

Proper method for adding cards as payment method

Response

status
string
statusDetail
enum<string>
Available options:
None,
InvalidAddress,
InvalidEMail,
UnreadableDoc,
ProvideAdditionalInfo,
InvalidPersonalData,
OtpPrivacyMissing,
OtpContractMissing,
Compliance,
ComplianceBlocked,
OfacFailed
cipStatus
string
cipStatusDetail
enum<string>
Available options:
None,
InvalidAddress,
InvalidEMail,
UnreadableDoc,
ProvideAdditionalInfo,
InvalidPersonalData,
OtpPrivacyMissing,
OtpContractMissing,
Compliance,
ComplianceBlocked,
OfacFailed
accountStatus
string
paymentMethodStatus
string
userId
string