aid_account_settings_connections_vipps_callback_post
account-connections
Vipps Callback
Handle callback from Vipps signup
Completes the Vipps signup, enables Vipps for Checkout
scopes:
- write:accounts:/management/settings/connections/vipps
POST
aid_account_settings_connections_vipps_callback_post
Documentation Index
Fetch the complete documentation index at: https://docs.dintero.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication (token authentication) should be used for accessing the API.
Use Get Token to get an access token for client credentials. Pass the token in the request header:
Authorization: Bearer {access_token}
where the access_token is JSON Web Tokens (JWT).
Path Parameters
An id that uniquely identifies the account.
Required string length:
9Body
application/json
Example:
"81b83246-5c19-7b94-875b-ea6d1114f099"
Example:
"692493206"
Example:
"Vipps"
Example:
"00:00:00"
Example:
"123456"
Example:
"51358942-08c8-4d50-99f4-a9aa970b5f5b"
Example:
"verysecret123"
Response
Signup
The response is of type object.
Last modified on May 29, 2026