GET api/Billecta/InitiateBankIdAuthentication?PersonNo={PersonNo}&PayerPersonNo={PayerPersonNo}&IsAutogiro={IsAutogiro}
Intitiates request to Authenticate BankID.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| PersonNo |
Person/Org number. |
string |
Required |
| PayerPersonNo |
Person number of payer. |
string |
Required |
| IsAutogiro | boolean |
Required |
Body Parameters
None.
Response Information
Resource Description
Reference Token returned from Billecta.
ResponseOfString| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | string |
None. |
|
| Result | boolean |
None. |
|
| Message | string |
None. |
|
| Errors | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": "sample string 1",
"Result": true,
"Message": "sample string 3",
"Errors": {
"$id": "2"
}
}