BankIDResponse
class BankIDResponse
Implementation of BankIDResponse.
Constants
| STATUS_OK |
|
| STATUS_COMPLETE |
|
| STATUS_PENDING |
|
| STATUS_FAILED |
|
| HINT_CODE_NO_CLIENT |
|
| HINT_CODE_USER_CANCEL |
|
| HINT_CODE_EXPIRED_TRANSACTION |
|
| HINT_CODE_USER_SIGN |
|
| HINT_CODE_OUTSTANDING_TRANSACTION |
|
| HINT_CODE_STARTED |
|
| HINT_CODE_CERTIFICATE_ERROR |
|
| HINT_CODE_START_FAILED |
|
| HINT_CODE_USER_MRTD |
|
| HINT_CODE_USER_CALL_CONFIRM |
|
| ERROR_CODE_CANCELED |
|
| ERROR_CODE_ALREADY_IN_PROGRESS |
|
| ERROR_CODE_REQUEST_TIMEOUT |
|
| ERROR_CODE_MAINTENANCE |
|
| ERROR_CODE_INTERNAL_ERROR |
|
| ERROR_CODE_INVALID_PARAMETERS |
|
| ERROR_CODE_UNAUTHORIZED |
|
| ERROR_CODE_NOT_FOUND |
|
| ERROR_CODE_METHOD_NOT_ALLOWED |
|
| ERROR_CODE_UNSUPPORTED_MEDIA_TYPE |
|
| RFA1 |
|
| RFA2 |
|
| RFA3 |
|
| RFA4 |
|
| RFA5 |
|
| RFA6 |
|
| RFA8 |
|
| RFA9 |
|
| RFA13 |
|
| RFA14A |
|
| RFA14B |
|
| RFA15A |
|
| RFA15B |
|
| RFA16 |
|
| RFA17A |
|
| RFA17B |
|
| RFA18 |
|
| RFA19 |
|
| RFA20 |
|
| RFA21 |
|
| RFA22 |
|
| RFA23 |
|
Methods
__construct(string $status, array|null $body = NULL)
Constructs a new BankIDResponse object.
string
getShortName()
Get the short name.
string
getMessage()
Get the message.
array|null
getBody()
Get the body.
string
getStatus()
Get the status.
string|null
getOrderRef()
Get the order reference.
string|null
getPersonalNumber()
Get the personalNumber.
string|null
getErrorCode()
Get the error code.
string|null
getErrorDetails()
Get the details.
string|null
getHintCode()
Get the hint code.
string|null
getAutoStartToken()
Get the auto start token.
Details
at line 96
__construct(string $status, array|null $body = NULL)
Constructs a new BankIDResponse object.
at line 141
string
getShortName()
Get the short name.
at line 148
string
getMessage()
Get the message.
at line 155
array|null
getBody()
Get the body.
at line 162
string
getStatus()
Get the status.
at line 169
string|null
getOrderRef()
Get the order reference.
at line 176
string|null
getPersonalNumber()
Get the personalNumber.
at line 183
string|null
getErrorCode()
Get the error code.
at line 190
string|null
getErrorDetails()
Get the details.
at line 197
string|null
getHintCode()
Get the hint code.
at line 204
string|null
getAutoStartToken()
Get the auto start token.