Update connection status
Update an account connection with new status and add an event
scopes:
- admin:accounts
- write:accounts
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 or owner (partner)
An id that uniquely identifies the account.
9The connection to update.
payex.creditcard is deprecated in favor of payex
instabank, vipps, payex.creditcard, payex, collector, swish, bambora Body
pending, enabled, failed, declined "signature_required"
short description about the event
"Vipps awaiting signature"
A set of key/values that you can attach to a connection event.
{
"signature_link": "https://sig.example.com/K34K244"
}Response
Connection event
pending, enabled, failed, declined "signature_required"
short description about the event
"Vipps awaiting signature"
A set of key/values that you can attach to a connection event.
{
"signature_link": "https://sig.example.com/K34K244"
}