generateregisteravtalegirolink

This is used for online registration of AvtaleGiro, the norwegian direct debit solution. This will present the customer with the Nets online registration page. The AvtaleGiro information will be stored in BRP when the registration is completed and the browser will be returned back to the given callback url. For more information about the online registration part and return codes see, /wiki/spaces/INST/pages/2343600274.

POST:APIURL/generateregisteravtalegirolink.json
companyid=4
callbackurl=http://abc.de
apikey=338934897438

Name

Value

Description

Data type

Default

companyid

companyid=4

The ID for the company that will own the avtalegiro contract

ID

 

callbackurl
callbackurl=http://abc.de
The callback url to which the browser should be redirected to after the online registrationString 

Tag

Example

Data type

Description

url

http://some.url.se/brponline/external/avtalegiro/register?callbackUrl=http%3A%2F%2Fabc.de&customerid=82&companyid=4&hash=someSecretHashGeneratedByBrp

String

Url to redirect the browser to

 

{
  "url": "http://some.url.se/brponline/external/avtalegiro/register?callbackUrl=http%3A%2F%2Fabc.de&customerid=82&companyid=4&hash=someSecretHashGeneratedByBrp"
}