Broadleaf Microservices
  • v1.0.0-latest-prod

MyFatoorah Api Types

InitiateSessionData

Property Type Description

sessionId

string

countryCode

string

InitiateSessionResponse

The DTO class that contains the response for the initiate session request

Property Type Description

isSuccess

boolean

message

string

validationErrors?

Array<InitiateSessionValidationError>

data

InitiateSessionData

InitiateSessionValidationError

Property Type Description

name

string

error

string