---
title: "example_cdd_case_update_event"
method: POST
path: "/examples/cdd_case_update"
tags: ["example-management-auth-events"]
---

# example_cdd_case_update_event

`POST /examples/cdd_case_update`

Event is pushed to subscribers when a CDD case changes status.

Note that the event will only include one of
`payout_destination_case` or `payment_case` never both

## Headers

- `event` string, required
- `event-delivery` string, required
- `event-signature` string
- `content-type` string, required

## Request body

- CddCaseUpdateEvent
  - `account_id` string, required
  - `event` 'cdd_case_update', required
  - `event_delivery` string, uuid, required
  - `account` ExtendedAccount, required — Account properties that are private and managed by the root partner.
    - `id` string, uuid — An UUID that uniquely identifies the resource
    - `created_at` string, date-time — The date-time when the resource was created
    - `created_by` string — The ID of the user/client created the resource
    - `updated_at` string, date-time — The date-time when the resource was last updated
    - `deleted_by` string — The ID of the user/client created the resource
    - `deleted_at` string, date-time
    - `jwks` object — Alternative JWKS configured for validating access token issued by external authentication.
      - `name` string, required — Short name identifying the issuer.
      - `uri` string, uri, required
    - `payment_case_status` 'ACTIVE' | 'DECLINED' | 'UNDER_MANUAL_REVIEW' | 'AUTOMATIC_REVIEW' | 'WAITING_FOR_SIGNATURE' | 'WAITING_FOR_DECLARATION' | 'ERROR' | 'ARCHIVED' | 'WAITING_FOR_DETAILS' | 'TERMINATED'
    - `projected_sales` string — Projected sales declared by merchant.
    - `average_transaction_value` string
    - `merchant_category_code` string, mcc — Merchant category code declared by merchant.
    - `delivery_timeline` 'P0W' | 'P1D' | 'P2D' | 'P5D' | 'P2W' | 'P4W' | 'P12W' | 'P1Y'
    - `most_expensive_product_price` string — Price of most expensive product declared by merchant.
    - `gift_card_revenue_percentage` string — Percentage of revenue coming from gift card transactions declared by merchant.
    - `credit_rating` string — The most recent credit rating of the merchant.
    - `prev_credit_rating` string — The previous credit rating of the merchant.
    - `currency` 'NOK' | 'SEK' | 'DKK' | 'EUR' — The currency of the various values declared by the merchant, such as `most_expensive_product_price`, `average_transaction_value`, and so on.
    - `applicant` object, required — The individual completing the account registration
      - `first_name` string
      - `last_name` string
      - `email` string, required
      - `phone_number` string, ^\+?[1-9]\d{1,14}$ — A phone number in E.164 number formatting.
      - `agreement` object, required — Defines an terms and conditions agreement between a company or user and Dintero
        - `name` string — Defines the name of the agreement
        - `version` string — Defines the version of the agreement
        - `personal_guarantee_accepted` boolean — The applicant/user has read and accepted the terms of a personal guarantee.
        - `attachments` object[] — attachment policies
          - `name` string — Defines the name of the attachment
          - `version` string — Defines the version of the attachment
        - `accepted_at` string, date-time — defines the date of the account terms and conditions agreement in ISO 8601 format with a timezone
      - `recaptcha_sitekey` string — The public site key used for reCAPTCHA
      - `recaptcha_response` string — A response from a reCAPTCHA check
      - `promo_code` string — Promotion code
      - `signup_reference` string — An optional reference that can be used to identify the signup when the account has been created.
      - `utm` UtmCampaign
        - `utm_source` string — Use utm_source to identify a search engine, newsletter name, or other source.
        - `utm_medium` string — Use utm_medium to identify a medium such as email or cost-per- click.
        - `utm_campaign` string — Used for keyword analysis. Use utm_campaign to identify a specific product promotion or strategic campaign.
        - `utm_term` string — Used for paid search. Use utm_term to note the keywords for this ad.
        - `utm_content` string — Used for A/B testing and content-targeted ads. Use utm_content to differentiate ads or links that point to the same URL.
    - `company` AccountCompany, required — The details of an account company
      - `business_name` string, required
      - `display_name` string — The name of the company as displayed in Dintero systems. If not set, defaults to business_name.
      - `organization_number` string — Companys identification number
      - `industry` string
      - `website` string, uri
      - `terms_url` string, uri
      - `bank_name` string — The name of the bank where the company's bank account is
      - `account_number` string — The company's bank account number
      - `address` Address, required
        - `address_line` string, required
        - `address_line_2` string
        - `postal_code` string
        - `postal_place` string, required
        - `country` string, iso-3166-1, required — ISO 3166-1 country code
      - `email` string, email
      - `technical_email` string, email — Technical email. Dintero will use this email when contacting the company about technical issues.
      - `phone_number` string — mobile number of a person / company, ITU/E.123 format with international prefix (+PPNNNNNNNNN...)
      - `branding` object
        - `icon_url` string, uri — Url to icon. The image should have equal height and width, around 50px. Will be used to personalize the backoffice and checkout.
        - `logo_url` string, uri — Url to logo. Will be used in receipts, emails, etc.
      - `merchant_category_code` string, mcc
      - `average_transaction_value` string
      - `most_expensive_product_price` string
      - `projected_sales` string
      - `terms` AccountCompanyTerms[] — Terms of company account. If `terms_url` is set, this property will include a term of type `all` that corresponds to the `terms_url`. If the opposite is true, `terms_url` will be set corresponding to the first term of type `all`.
        - `type` 'all' | 'sales' | 'cookies' | 'privacy'
        - `href` string, uri
      - `contacts` AccountCompanyContact[]
        - `phone_number` string — ITU/E.123 format with international prefix (+PPNNNNNNNNN...)
        - `email` string, email
        - `website` string, uri
        - `type` 'support' | 'disputes'
      - `public_business_name` string — Public name of the business, as displayed to customers
    - `billing` AccountBilling, required — The details of the billing for the account
      - `business_name` string, required
      - `organization_number` string — Companys identification number
      - `address` Address, required
        - `address_line` string, required
        - `address_line_2` string
        - `postal_code` string
        - `postal_place` string, required
        - `country` string, iso-3166-1, required — ISO 3166-1 country code
      - `email` string — Billing email
      - `reference` string — Billing reference
      - `phone_number` string — mobile number of a person / company, ITU/E.123 format with international prefix (+PPNNNNNNNNN...)
      - `billing_statement` AccountBillingStatement — The details of the billing statement for the account
        - `name` string — The name to be displayed on the billing statement
        - `phone_number` string — The phone number to be displayed on the billing statement, ITU/E.123 format with international prefix (+PPNNNNNNNNN...)
    - `subscription` Subscription — Subscription plan for the account
      - `interval` 'month' | 'year', required — The frequency with which a subscription should be billed.
      - `plan` 'transaction_fee' | 'per_customer_fee', required — The price plan which a billing is based on
      - `support` 'office_hours' | '24_7_extended' — The support service enabled
      - `metadata` object — A set of key/value pairs that you can attach to a subscription object. It can be useful for storing additional information about the subscription in a structured format.
    - `attachments` Attachment[]
      - `ref` string, required — The reference to the attachment.
      - `href` string, uri, required — The URI of the attachment.
    - `account_id` string — The id that uniquely identifies the account.
    - `partner_id` string, ^[PT]{1}(?=(?:.{3})$)[0-9]*$ — The id of the partner associated with the account
    - `livemode` boolean — Flag indicating whether the account exists in live mode and test mode.
    - `active` boolean — The account is active
    - `language_code` string — The preferred language for the account as defined by <a href="https://tools.ietf.org/html/bcp47">BCP 47</a> (IETF BCP 47, "Tags for Identifying Languages").
    - `platform_type` 'marketplace' | 'aggregator' — Optional type of platform for merchants using split payout.
    - `allowed_merchant_category_codes` string[] — Restricts the MCC codes available for selection during merchant onboarding.
    - `progression` 'applied' | 'live' | 'frozen' | 'deactivated' — Status assigned to the account by the account partner > value is not visible for the merchant.
    - `reseller_id` string — Reseller id assigned by the account partner > value is not visible for the merchant
    - `account_manager` object — Account manager responsible for the account. > value is not visible for the merchant
      - `email` string, required
    - `permissions` object[] — List the permission granted the account
      - `effect` 'allow' | 'deny', required
      - `action` string[], required
    - `sale_channel` 'DIRECT' | 'INBOUND' | 'PARTNER' | 'REFERRAL'
    - `price_package` string
    - `statistics` object — Statistics for the account
      - `checkout_captures` ReportedVolume[] — Statistics about transactions captured
        - `type` 'monthly' | 'weekly', required
        - `period` string, iso-8601, required — Format depend on type, e.g. `2023-09` for monthly and `2023-W40` for weekly
        - `currency` string, iso-4217, required
        - `volume` integer, required
        - `count` integer, required
      - `metrics` object — key metrics about the account
        - `checkout:transaction:first_capture_at` string, datetime
        - `checkout:transaction:last_capture_at` string, datetime
    - `services` object — Status on services enabled on the merchant account
      - `checkout` object
        - `features` CheckoutServiceFeatures, required
          - `applepay` ServiceFeature
            - `created_by` string
            - `created_at` string, datetime
            - `updated_by` string
            - `updated_at` string, datetime
            - `requested` 'enable' | 'disable', required
            - `status` 'declined' | 'disabled' | 'enabled' | 'pending', required — Whether the feature is operational **enabled** > Indicates that the Feature might be used **pending** > Indicates that the Feature can't be used but that the `status` > eventually changes to either `declined` or `enabled` without > user intervention. **disabled** > Indicates that the Feature have been disabled **declined** > Indicates that the Feature can't be used and either requires some > action by the user or is permanently disabled
          - `billie` ServiceFeature
            - `created_by` string
            - `created_at` string, datetime
            - `updated_by` string
            - `updated_at` string, datetime
            - `requested` 'enable' | 'disable', required
            - `status` 'declined' | 'disabled' | 'enabled' | 'pending', required — Whether the feature is operational **enabled** > Indicates that the Feature might be used **pending** > Indicates that the Feature can't be used but that the `status` > eventually changes to either `declined` or `enabled` without > user intervention. **disabled** > Indicates that the Feature have been disabled **declined** > Indicates that the Feature can't be used and either requires some > action by the user or is permanently disabled
          - `clicktopay` ServiceFeature
            - `created_by` string
            - `created_at` string, datetime
            - `updated_by` string
            - `updated_at` string, datetime
            - `requested` 'enable' | 'disable', required
            - `status` 'declined' | 'disabled' | 'enabled' | 'pending', required — Whether the feature is operational **enabled** > Indicates that the Feature might be used **pending** > Indicates that the Feature can't be used but that the `status` > eventually changes to either `declined` or `enabled` without > user intervention. **disabled** > Indicates that the Feature have been disabled **declined** > Indicates that the Feature can't be used and either requires some > action by the user or is permanently disabled
          - `collector` ServiceFeature
            - `created_by` string
            - `created_at` string, datetime
            - `updated_by` string
            - `updated_at` string, datetime
            - `requested` 'enable' | 'disable', required
            - `status` 'declined' | 'disabled' | 'enabled' | 'pending', required — Whether the feature is operational **enabled** > Indicates that the Feature might be used **pending** > Indicates that the Feature can't be used but that the `status` > eventually changes to either `declined` or `enabled` without > user intervention. **disabled** > Indicates that the Feature have been disabled **declined** > Indicates that the Feature can't be used and either requires some > action by the user or is permanently disabled
          - `creditcard` ServiceFeature
            - `created_by` string
            - `created_at` string, datetime
            - `updated_by` string
            - `updated_at` string, datetime
            - `requested` 'enable' | 'disable', required
            - `status` 'declined' | 'disabled' | 'enabled' | 'pending', required — Whether the feature is operational **enabled** > Indicates that the Feature might be used **pending** > Indicates that the Feature can't be used but that the `status` > eventually changes to either `declined` or `enabled` without > user intervention. **disabled** > Indicates that the Feature have been disabled **declined** > Indicates that the Feature can't be used and either requires some > action by the user or is permanently disabled
          - `googlepay` ServiceFeature
            - `created_by` string
            - `created_at` string, datetime
            - `updated_by` string
            - `updated_at` string, datetime
            - `requested` 'enable' | 'disable', required
            - `status` 'declined' | 'disabled' | 'enabled' | 'pending', required — Whether the feature is operational **enabled** > Indicates that the Feature might be used **pending** > Indicates that the Feature can't be used but that the `status` > eventually changes to either `declined` or `enabled` without > user intervention. **disabled** > Indicates that the Feature have been disabled **declined** > Indicates that the Feature can't be used and either requires some > action by the user or is permanently disabled
          - `instabank` ServiceFeature
            - `created_by` string
            - `created_at` string, datetime
            - `updated_by` string
            - `updated_at` string, datetime
            - `requested` 'enable' | 'disable', required
            - `status` 'declined' | 'disabled' | 'enabled' | 'pending', required — Whether the feature is operational **enabled** > Indicates that the Feature might be used **pending** > Indicates that the Feature can't be used but that the `status` > eventually changes to either `declined` or `enabled` without > user intervention. **disabled** > Indicates that the Feature have been disabled **declined** > Indicates that the Feature can't be used and either requires some > action by the user or is permanently disabled
          - `klarna` ServiceFeature
            - `created_by` string
            - `created_at` string, datetime
            - `updated_by` string
            - `updated_at` string, datetime
            - `requested` 'enable' | 'disable', required
            - `status` 'declined' | 'disabled' | 'enabled' | 'pending', required — Whether the feature is operational **enabled** > Indicates that the Feature might be used **pending** > Indicates that the Feature can't be used but that the `status` > eventually changes to either `declined` or `enabled` without > user intervention. **disabled** > Indicates that the Feature have been disabled **declined** > Indicates that the Feature can't be used and either requires some > action by the user or is permanently disabled
          - `mobilepay` ServiceFeature
            - `created_by` string
            - `created_at` string, datetime
            - `updated_by` string
            - `updated_at` string, datetime
            - `requested` 'enable' | 'disable', required
            - `status` 'declined' | 'disabled' | 'enabled' | 'pending', required — Whether the feature is operational **enabled** > Indicates that the Feature might be used **pending** > Indicates that the Feature can't be used but that the `status` > eventually changes to either `declined` or `enabled` without > user intervention. **disabled** > Indicates that the Feature have been disabled **declined** > Indicates that the Feature can't be used and either requires some > action by the user or is permanently disabled
          - `santander` ServiceFeature
            - `created_by` string
            - `created_at` string, datetime
            - `updated_by` string
            - `updated_at` string, datetime
            - `requested` 'enable' | 'disable', required
            - `status` 'declined' | 'disabled' | 'enabled' | 'pending', required — Whether the feature is operational **enabled** > Indicates that the Feature might be used **pending** > Indicates that the Feature can't be used but that the `status` > eventually changes to either `declined` or `enabled` without > user intervention. **disabled** > Indicates that the Feature have been disabled **declined** > Indicates that the Feature can't be used and either requires some > action by the user or is permanently disabled
          - `swish` ServiceFeature
            - `created_by` string
            - `created_at` string, datetime
            - `updated_by` string
            - `updated_at` string, datetime
            - `requested` 'enable' | 'disable', required
            - `status` 'declined' | 'disabled' | 'enabled' | 'pending', required — Whether the feature is operational **enabled** > Indicates that the Feature might be used **pending** > Indicates that the Feature can't be used but that the `status` > eventually changes to either `declined` or `enabled` without > user intervention. **disabled** > Indicates that the Feature have been disabled **declined** > Indicates that the Feature can't be used and either requires some > action by the user or is permanently disabled
          - `vipps` ServiceFeature
            - `created_by` string
            - `created_at` string, datetime
            - `updated_by` string
            - `updated_at` string, datetime
            - `requested` 'enable' | 'disable', required
            - `status` 'declined' | 'disabled' | 'enabled' | 'pending', required — Whether the feature is operational **enabled** > Indicates that the Feature might be used **pending** > Indicates that the Feature can't be used but that the `status` > eventually changes to either `declined` or `enabled` without > user intervention. **disabled** > Indicates that the Feature have been disabled **declined** > Indicates that the Feature can't be used and either requires some > action by the user or is permanently disabled
          - `kravia` ServiceFeature
            - `created_by` string
            - `created_at` string, datetime
            - `updated_by` string
            - `updated_at` string, datetime
            - `requested` 'enable' | 'disable', required
            - `status` 'declined' | 'disabled' | 'enabled' | 'pending', required — Whether the feature is operational **enabled** > Indicates that the Feature might be used **pending** > Indicates that the Feature can't be used but that the `status` > eventually changes to either `declined` or `enabled` without > user intervention. **disabled** > Indicates that the Feature have been disabled **declined** > Indicates that the Feature can't be used and either requires some > action by the user or is permanently disabled
          - `two` ServiceFeature
            - `created_by` string
            - `created_at` string, datetime
            - `updated_by` string
            - `updated_at` string, datetime
            - `requested` 'enable' | 'disable', required
            - `status` 'declined' | 'disabled' | 'enabled' | 'pending', required — Whether the feature is operational **enabled** > Indicates that the Feature might be used **pending** > Indicates that the Feature can't be used but that the `status` > eventually changes to either `declined` or `enabled` without > user intervention. **disabled** > Indicates that the Feature have been disabled **declined** > Indicates that the Feature can't be used and either requires some > action by the user or is permanently disabled
          - `ipp` object
            - `created_by` string
            - `created_at` string, datetime
            - `updated_by` string
            - `updated_at` string, datetime
            - `requested` 'enable' | 'disable', required
            - `status` 'declined' | 'disabled' | 'enabled' | 'pending', required — Whether the feature is operational **enabled** > Indicates that the Feature might be used **pending** > Indicates that the Feature can't be used but that the `status` > eventually changes to either `declined` or `enabled` without > user intervention. **disabled** > Indicates that the Feature have been disabled **declined** > Indicates that the Feature can't be used and either requires some > action by the user or is permanently disabled
            - `sandbox_requested` 'enable' | 'disable'
            - `sandbox_status` 'declined' | 'disabled' | 'enabled' | 'pending' — Whether the feature is operational **enabled** > Indicates that the Feature might be used **pending** > Indicates that the Feature can't be used but that the `status` > eventually changes to either `declined` or `enabled` without > user intervention. **disabled** > Indicates that the Feature have been disabled **declined** > Indicates that the Feature can't be used and either requires some > action by the user or is permanently disabled
        - `created_at` string, date-time — The date-time when the resource was created
        - `created_by` string — The ID of the user/client created the resource
        - `updated_at` string, date-time — The date-time when the resource was last updated
        - `updated_by` string — The ID of the user/client created the resource
        - `status` 'enabled' | 'disabled'
        - `progression` 'not_applied' | 'applied' | 'live' | 'frozen' | 'deactivated'
        - `metadata` object — A set of key/value pairs that you can attach to a subscription object. It can be useful for storing additional information about the subscription in a structured format.
        - `gateways` object — All gateways requires an `enabled` connection
          - `santander` AccountCheckoutGateway
            - `created_at` string, date-time — The date-time when the resource was created
            - `created_by` string — The ID of the user/client created the resource
            - `progression` 'not_applied' | 'waiting_for_dintero' | 'waiting_for_gateway' | 'waiting_for_merchant' | 'rejected' | 'live' | 'frozen' | 'deactivated'
          - `collector` AccountCheckoutGateway
            - `created_at` string, date-time — The date-time when the resource was created
            - `created_by` string — The ID of the user/client created the resource
            - `progression` 'not_applied' | 'waiting_for_dintero' | 'waiting_for_gateway' | 'waiting_for_merchant' | 'rejected' | 'live' | 'frozen' | 'deactivated'
          - `instabank` AccountCheckoutGateway
            - `created_at` string, date-time — The date-time when the resource was created
            - `created_by` string — The ID of the user/client created the resource
            - `progression` 'not_applied' | 'waiting_for_dintero' | 'waiting_for_gateway' | 'waiting_for_merchant' | 'rejected' | 'live' | 'frozen' | 'deactivated'
          - `vipps` AccountCheckoutGateway
            - `created_at` string, date-time — The date-time when the resource was created
            - `created_by` string — The ID of the user/client created the resource
            - `progression` 'not_applied' | 'waiting_for_dintero' | 'waiting_for_gateway' | 'waiting_for_merchant' | 'rejected' | 'live' | 'frozen' | 'deactivated'
          - `swish` AccountCheckoutGateway
            - `created_at` string, date-time — The date-time when the resource was created
            - `created_by` string — The ID of the user/client created the resource
            - `progression` 'not_applied' | 'waiting_for_dintero' | 'waiting_for_gateway' | 'waiting_for_merchant' | 'rejected' | 'live' | 'frozen' | 'deactivated'
          - `bambora` AccountCheckoutGateway
            - `created_at` string, date-time — The date-time when the resource was created
            - `created_by` string — The ID of the user/client created the resource
            - `progression` 'not_applied' | 'waiting_for_dintero' | 'waiting_for_gateway' | 'waiting_for_merchant' | 'rejected' | 'live' | 'frozen' | 'deactivated'
          - `payex` object
            - `creditcard` AccountCheckoutGateway
              - …
            - `swish` AccountCheckoutGateway
              - …
          - `klarna` AccountCheckoutGateway
            - `created_at` string, date-time — The date-time when the resource was created
            - `created_by` string — The ID of the user/client created the resource
            - `progression` 'not_applied' | 'waiting_for_dintero' | 'waiting_for_gateway' | 'waiting_for_merchant' | 'rejected' | 'live' | 'frozen' | 'deactivated'
          - `dintero_psp` AccountCheckoutGateway
            - `created_at` string, date-time — The date-time when the resource was created
            - `created_by` string — The ID of the user/client created the resource
            - `progression` 'not_applied' | 'waiting_for_dintero' | 'waiting_for_gateway' | 'waiting_for_merchant' | 'rejected' | 'live' | 'frozen' | 'deactivated'
          - `kravia` AccountCheckoutGateway
            - `created_at` string, date-time — The date-time when the resource was created
            - `created_by` string — The ID of the user/client created the resource
            - `progression` 'not_applied' | 'waiting_for_dintero' | 'waiting_for_gateway' | 'waiting_for_merchant' | 'rejected' | 'live' | 'frozen' | 'deactivated'
          - `two` AccountCheckoutGateway
            - `created_at` string, date-time — The date-time when the resource was created
            - `created_by` string — The ID of the user/client created the resource
            - `progression` 'not_applied' | 'waiting_for_dintero' | 'waiting_for_gateway' | 'waiting_for_merchant' | 'rejected' | 'live' | 'frozen' | 'deactivated'
          - `seitatech` AccountCheckoutGateway
            - `created_at` string, date-time — The date-time when the resource was created
            - `created_by` string — The ID of the user/client created the resource
            - `progression` 'not_applied' | 'waiting_for_dintero' | 'waiting_for_gateway' | 'waiting_for_merchant' | 'rejected' | 'live' | 'frozen' | 'deactivated'
      - `payout` object
        - `features` object, required — Payout features
          - `created_at` string, date-time — The date-time when the resource was created
          - `created_by` string — The ID of the user/client created the resource
          - `updated_at` string, date-time — The date-time when the resource was last updated
          - `updated_by` string — The ID of the user/client created the resource
          - `status` 'enabled' | 'disabled'
          - `progression` 'not_applied' | 'applied' | 'live' | 'frozen' | 'deactivated'
          - `metadata` object — A set of key/value pairs that you can attach to a subscription object. It can be useful for storing additional information about the subscription in a structured format.
          - `features` PayoutServiceFeatures — Payout features
            - `split_payment` ServiceFeature
              - …
            - `daily_payouts` ServiceFeature
              - …
          - `split_payment` ServiceFeature
            - `created_by` string
            - `created_at` string, datetime
            - `updated_by` string
            - `updated_at` string, datetime
            - `requested` 'enable' | 'disable', required
            - `status` 'declined' | 'disabled' | 'enabled' | 'pending', required — Whether the feature is operational **enabled** > Indicates that the Feature might be used **pending** > Indicates that the Feature can't be used but that the `status` > eventually changes to either `declined` or `enabled` without > user intervention. **disabled** > Indicates that the Feature have been disabled **declined** > Indicates that the Feature can't be used and either requires some > action by the user or is permanently disabled
          - `daily_payouts` ServiceFeature
            - `created_by` string
            - `created_at` string, datetime
            - `updated_by` string
            - `updated_at` string, datetime
            - `requested` 'enable' | 'disable', required
            - `status` 'declined' | 'disabled' | 'enabled' | 'pending', required — Whether the feature is operational **enabled** > Indicates that the Feature might be used **pending** > Indicates that the Feature can't be used but that the `status` > eventually changes to either `declined` or `enabled` without > user intervention. **disabled** > Indicates that the Feature have been disabled **declined** > Indicates that the Feature can't be used and either requires some > action by the user or is permanently disabled
        - `created_at` string, date-time — The date-time when the resource was created
        - `created_by` string — The ID of the user/client created the resource
        - `updated_at` string, date-time — The date-time when the resource was last updated
        - `updated_by` string — The ID of the user/client created the resource
        - `status` 'enabled' | 'disabled'
        - `progression` 'not_applied' | 'applied' | 'live' | 'frozen' | 'deactivated'
        - `metadata` object — A set of key/value pairs that you can attach to a subscription object. It can be useful for storing additional information about the subscription in a structured format.
      - `customers` AccountService
        - `created_at` string, date-time — The date-time when the resource was created
        - `created_by` string — The ID of the user/client created the resource
        - `updated_at` string, date-time — The date-time when the resource was last updated
        - `updated_by` string — The ID of the user/client created the resource
        - `status` 'enabled' | 'disabled'
        - `progression` 'not_applied' | 'applied' | 'live' | 'frozen' | 'deactivated'
        - `metadata` object — A set of key/value pairs that you can attach to a subscription object. It can be useful for storing additional information about the subscription in a structured format.
      - `discounts` AccountService
        - `created_at` string, date-time — The date-time when the resource was created
        - `created_by` string — The ID of the user/client created the resource
        - `updated_at` string, date-time — The date-time when the resource was last updated
        - `updated_by` string — The ID of the user/client created the resource
        - `status` 'enabled' | 'disabled'
        - `progression` 'not_applied' | 'applied' | 'live' | 'frozen' | 'deactivated'
        - `metadata` object — A set of key/value pairs that you can attach to a subscription object. It can be useful for storing additional information about the subscription in a structured format.
      - `shopping` AccountService
        - `created_at` string, date-time — The date-time when the resource was created
        - `created_by` string — The ID of the user/client created the resource
        - `updated_at` string, date-time — The date-time when the resource was last updated
        - `updated_by` string — The ID of the user/client created the resource
        - `status` 'enabled' | 'disabled'
        - `progression` 'not_applied' | 'applied' | 'live' | 'frozen' | 'deactivated'
        - `metadata` object — A set of key/value pairs that you can attach to a subscription object. It can be useful for storing additional information about the subscription in a structured format.
      - `receipts` AccountService
        - `created_at` string, date-time — The date-time when the resource was created
        - `created_by` string — The ID of the user/client created the resource
        - `updated_at` string, date-time — The date-time when the resource was last updated
        - `updated_by` string — The ID of the user/client created the resource
        - `status` 'enabled' | 'disabled'
        - `progression` 'not_applied' | 'applied' | 'live' | 'frozen' | 'deactivated'
        - `metadata` object — A set of key/value pairs that you can attach to a subscription object. It can be useful for storing additional information about the subscription in a structured format.
      - `wallets` AccountService
        - `created_at` string, date-time — The date-time when the resource was created
        - `created_by` string — The ID of the user/client created the resource
        - `updated_at` string, date-time — The date-time when the resource was last updated
        - `updated_by` string — The ID of the user/client created the resource
        - `status` 'enabled' | 'disabled'
        - `progression` 'not_applied' | 'applied' | 'live' | 'frozen' | 'deactivated'
        - `metadata` object — A set of key/value pairs that you can attach to a subscription object. It can be useful for storing additional information about the subscription in a structured format.
      - `ledger` AccountService
        - `created_at` string, date-time — The date-time when the resource was created
        - `created_by` string — The ID of the user/client created the resource
        - `updated_at` string, date-time — The date-time when the resource was last updated
        - `updated_by` string — The ID of the user/client created the resource
        - `status` 'enabled' | 'disabled'
        - `progression` 'not_applied' | 'applied' | 'live' | 'frozen' | 'deactivated'
        - `metadata` object — A set of key/value pairs that you can attach to a subscription object. It can be useful for storing additional information about the subscription in a structured format.
    - `connections` object — Connections to external services registered on the merchant account
      - `applepay` ApplePayConnection
        - `created_at` string, date-time — The date-time when the resource was created
        - `created_by` string — The ID of the user/client created the resource
        - `updated_at` string, date-time — The date-time when the resource was last updated
        - `metadata` object — A set of key/value pairs that you can attach to a subscription object. It can be useful for storing additional information about the subscription in a structured format.
        - `status` 'pending' | 'enabled' | 'failed' | 'declined' — The status of the connection
        - `events` AccountConnectionEvent[] — List of events recorded, an event is created when the connection is updated with new status
          - `id` string
          - `created_at` string, date-time
          - `created_by` string
          - `status` 'pending' | 'enabled' | 'failed' | 'declined', required
          - `event` string, required
          - `description` string — short description about the event
          - `metadata` unknown
        - `schema` number — The version of the schema used for the connection
        - `configuration` object, required — The configuration for the Apple Pay connection.
          - `payment_options` object[], required — Payment options to enable for this connection
            - `currencies` string[], required
            - `type` 'dintero_psp.applepay', required
            - `details` object — Configuration details for the payment option
              - …
          - `merchant_id` string, required — The Apple Pay merchant identifier.
        - `signups` object[], required — The signups received for this account. Will be unique per `case_id` and `store_id`.
          - `case_id` string, uuid, required — The id to the case id in auth service
          - `payment_options` object[], required — Payment options to enable for this connection
            - `currencies` string[], required
            - `type` 'dintero_psp.applepay', required
            - `details` object — Configuration details for the payment option
              - …
          - `domain_names` string[] — An array of domain names used for payment. Just the domain name, without the protocol.
          - `created_at` string, date-time, required — The time when signup was initiated
      - `bambora` BamboraConnection
        - `created_at` string, date-time — The date-time when the resource was created
        - `created_by` string — The ID of the user/client created the resource
        - `updated_at` string, date-time — The date-time when the resource was last updated
        - `metadata` object — A set of key/value pairs that you can attach to a subscription object. It can be useful for storing additional information about the subscription in a structured format.
        - `status` 'pending' | 'enabled' | 'failed' | 'declined' — The status of the connection
        - `events` AccountConnectionEvent[] — List of events recorded, an event is created when the connection is updated with new status
          - `id` string
          - `created_at` string, date-time
          - `created_by` string
          - `status` 'pending' | 'enabled' | 'failed' | 'declined', required
          - `event` string, required
          - `description` string — short description about the event
          - `metadata` unknown
        - `schema` number — The version of the schema used for the connection
        - `configuration` object — Bambora configuration for the merchant The Bambora configuration includes a `secret_token` stored safely and never exposed
          - `payment_options` object[], required — Payment options supported by this connection
            - `currencies` string[], required
            - `type` string, required
          - `merchant_number` string, required
          - `md5_key` string, required
          - `access_token` number
          - `secret_token` string
          - `token_scope` string
        - `direct_signups` object[] — The Bambora direct signups received for this account.
          - `case_id` string, uuid, required — The id to the case id in auth service
          - `merchant_number` string, required
          - `md5_key` string, required
          - `payment_options` object[], required — Payment options to enable for this connection
            - `currencies` string[], required
            - `type` 'bambora.creditcard' | 'bambora.mobilepay' | 'bambora.vipps' | 'bambora.applepay', required
          - `signup_id` string, uuid, required — Unique ID for the signup
          - `created_at` string, date-time, required — The time when signup was initiated
          - `callback_at` string, date-time — Callback when Bambora approved the signup
        - `signup` object — **DEPRECATED** Signup object present for Bambora signups with the old `POST /connections/bambora` endpoint.
          - `payment_options` object[], required — Payment options to enable for this connection
            - `currencies` string[], required
            - `type` 'bambora.creditcard' | 'bambora.mobilepay' | 'bambora.vipps' | 'bambora.applepay', required
          - `store_type` string[]
          - `revenue` object, required
            - `currency` string, iso4217-code — The three-character ISO-4217 currency for the expected amounts. https://en.wikipedia.org/wiki/ISO_4217
            - `yearly_revenue` string
            - `highest_transaction_amount` string — estimated highest amount in a single transaction
            - `average_amount` string — average amount of transactions
            - `accept_prepaid` boolean — The company accepts advanced payments
            - `subscriptions_or_memberships` boolean — The company sells subscriptions or memberships
            - `gift_cards` boolean — The company sells gift cards
          - `bank_name` string, required — The name of the bank where the company's bank account is
          - `account_number` string, required — The company's bank account number
          - `ownership` object
            - `ownership_structure` 'owners_with_more_than_25' | 'no_owners_with_more_than_25' | 'complex'
            - `owners` object[]
              - …
          - `verifications` object — Verify that the business complies with the following requirements from the payment connections.
            - `terms_and_conditions` boolean — The payment site displays terms and conditions, including return policy, delivery options and a privacy policy.
            - `terms_and_conditions_url` string — Url to terms and conditions, including return policy, delivery options and a privacy policy.
            - `contact_information` boolean — The company's contact information is easily available, including organization number, phone number and address
            - `payment_site` boolean — Customers have access to a payment site. Applies to online stores.
            - `clear_pricing` boolean — All products and services have clearly marked prices.
            - `payment_product_logos` boolean — Visa and Mastercard logos are visible on the payment site.
          - `signature` object — Signatures from general manager or someone with signature authority
            - `signatures` object[]
              - …
            - `politically_exposed_person` boolean — If you or owner is a politically exposed person according to the money laundering act
            - `politically_exposed_associated` boolean — If you or owner is closesely associated with an politically exposed person according to the money laundering act
          - `applicant` object — The person signing up for payment connection.
            - `phone_number` string, ^\+?[1-9]\d{1,14}$ — A phone number in E.164 number formatting.
          - `created_at` string, date-time, required — The time when signup was initiated
          - `callback_at` string, date-time — Callback when Bambora approved the signup
        - `submerchant_signups` object[] — The signups received for this account Will be unique per `case_id` and `store_id`.
          - `case_id` string, uuid, required — The id to the case in auth service
          - `merchant_number` string
          - `md5_key` string
          - `payment_options` object[], required — Payment options to enable for this connection
            - `currencies` string[], required
            - `type` 'bambora.creditcard' | 'bambora.mobilepay' | 'bambora.vipps' | 'bambora.applepay', required
          - `mcc` string, iso-18245 — A four-digit Merchant Category Code (MCC) for the store [ISO 18245:2003](https://www.iso.org/standard/33365.html) Overrides what is previously set on the case.
          - `created_at` string, date-time, required — The time when signup was initiated
          - `callback_at` string, date-time — Callback when Bambora approved the signup
      - `collector` CollectorConnection
        - `created_at` string, date-time — The date-time when the resource was created
        - `created_by` string — The ID of the user/client created the resource
        - `updated_at` string, date-time — The date-time when the resource was last updated
        - `metadata` object — A set of key/value pairs that you can attach to a subscription object. It can be useful for storing additional information about the subscription in a structured format.
        - `status` 'pending' | 'enabled' | 'failed' | 'declined' — The status of the connection
        - `events` AccountConnectionEvent[] — List of events recorded, an event is created when the connection is updated with new status
          - `id` string
          - `created_at` string, date-time
          - `created_by` string
          - `status` 'pending' | 'enabled' | 'failed' | 'declined', required
          - `event` string, required
          - `description` string — short description about the event
          - `metadata` unknown
        - `schema` number — The version of the schema used for the connection
        - `configuration` object — Collector Bank configuration for the merchant The Collector configuration includes a `password` stored safely and never exposed
          - `payment_options` object[], required — Payment options to enable for this connection
            - `currencies` string[], required
            - `type` 'collector.invoice' | 'collector.invoice_b2b' | 'collector.installment', required
          - `username` string
          - `store_id` number
          - `country` string, iso-3166-1
        - `signup` object, required
          - `business_name` string — Name of the merchant, if it differs from legal_name
          - `legal_name` string, required
          - `organization_number` string, required
          - `bank_name` string, required — The name of the bank where the company's bank account is
          - `account_number` string, required — The company's bank account number
          - `website` string, required — Company's website url
          - `payment_options` object[], required — Payment options to enable for this connection
            - `currencies` string[], required
            - `type` 'collector.invoice' | 'collector.installment', required
          - `created_at` string, date-time, required — The time when signup was initiated
          - `url` string, required — Signup URL from Collector, where merchant can complete the signup
          - `callback_at` string, date-time — Callback when Collector approved the signup
      - `common` CommonConnection
        - `created_at` string, date-time — The date-time when the resource was created
        - `created_by` string — The ID of the user/client created the resource
        - `updated_at` string, date-time — The date-time when the resource was last updated
        - `metadata` object — A set of key/value pairs that you can attach to a subscription object. It can be useful for storing additional information about the subscription in a structured format.
        - `status` 'pending' | 'enabled' | 'failed' | 'declined' — The status of the connection
        - `events` AccountConnectionEvent[] — List of events recorded, an event is created when the connection is updated with new status
          - `id` string
          - `created_at` string, date-time
          - `created_by` string
          - `status` 'pending' | 'enabled' | 'failed' | 'declined', required
          - `event` string, required
          - `description` string — short description about the event
          - `metadata` unknown
        - `schema` number — The version of the schema used for the connection
        - `signup` object, required
          - `payment_options` object[], required
            - `currencies` string[]
            - `type` 'dintero.zero' | 'swish.swish' | 'payex.creditcard' | 'payex.vipps' | 'payex.mobilepay' | 'collector.invoice' | 'collector.installment' | 'collector.invoice_b2b' | 'instabank.finance' | 'instabank.invoice' | 'instabank.postponement' | 'instabank.installment' | 'vipps' | 'bambora.creditcard' | 'bambora.mobilepay' | 'bambora.vipps' | 'klarna.klarna' | 'klarna.billie'
          - `store_type` string[], required
          - `package` string — What pricing strategy to use for this company.
          - `revenue` object
            - `currency` string, iso4217-code — The three-character ISO-4217 currency for the expected amounts. https://en.wikipedia.org/wiki/ISO_4217
            - `yearly_revenue` string
            - `highest_transaction_amount` string — estimated highest amount in a single transaction
            - `average_amount` string — average amount of transactions
            - `accept_prepaid` boolean — The company accepts advanced payments
            - `subscriptions_or_memberships` boolean — The company sells subscriptions or memberships
            - `gift_cards` boolean — The company sells gift cards
            - `estimated_percentage_per_payment_type` object[] — Estimates of revenue in percentages per payment store_type
              - …
          - `bank_accounts` object[] — Will only support one bank account for the time being
            - `account_number` string — The bank account number
            - `account_number_type` 'iban' | 'mod11' — What format the account number is.
            - `bank_name` string — The name of the bank
            - `account_statement_url` string, uri — Document or image to prove that the account number belongs to the company.
          - `ownership` object
            - `ownership_structure` 'owners_with_more_than_25' | 'no_owners_with_more_than_25' | 'complex'
            - `owners` object[]
              - …
          - `verifications` object — Verify that the business complies with the following requirements from the payment connections.
            - `terms_and_conditions` boolean — The payment site displays terms and conditions, including return policy, delivery options and a privacy policy.
            - `terms_and_conditions_url` string — Url to terms and conditions, including return policy, delivery options and a privacy policy.
            - `contact_information` boolean — The company's contact information is easily available, including organization number, phone number and address
            - `payment_site` boolean — Customers have access to a payment site. Applies to online stores.
            - `payment_site_url` string — Url to payment site.
            - `demo_site_url` string — Url to demo site.
            - `clear_pricing` boolean — All products and services have clearly marked prices.
            - `payment_product_logos` boolean — Visa and Mastercard logos are visible on the payment site.
          - `signature` object — Signatures from general manager or someone with signature authority
            - `signatures` object[]
              - …
            - `politically_exposed_person` boolean — If you or owner is a politically exposed person according to the money laundering act
            - `politically_exposed_associated` boolean — If you or owner is closesely associated with an politically exposed person according to the money laundering act
          - `applicant` object — The person signing up for payment connection.
            - `first_name` string
            - `last_name` string
            - `email` string
            - `phone_number` string, ^\+?[1-9]\d{1,14}$ — A phone number in E.164 number formatting.
            - `social_security_number` string — Social security number of the owner.
          - `company_information` object — Information on what your company does
            - `industry` 'goods' | 'services' | 'subscriptions_or_memberships' | 'charity' | 'travel_and_entertainment' | 'food_and_beverages' | 'other'
            - `company_category` '4722' | '5021' | '5045' | '5122' | '5211' | '5399' | '5499' | '5691' | '5699' | '5712' | '5719' | '5732' | '5811' | '5812' | '5813' | '5814' | '5816' | '5817' | '5932' | '5941' | '5944' | '5945' | '5971' | '5977' | '5993' | '5999' | '7011' | '7033' | '7298' | '7299' | '7392' | '7399' | '7512' | '7922' | '7929' | '7991' | '7997' | '7999' | '8299' | '8398' | '8641' | '8699' | '8999' — Company MCC code
            - `mcc` object — More data about the mcc code selected
              - …
            - `company_description` string — Description of the product or services that the company accepts payments from
          - `payment_method_specific` object — Any properties specifically needed for a certain payment method
            - `payex` object
              - …
            - `instabank` object — These fields must be filled out if instabank is a chosen payment method
              - …
            - `vipps` object
              - …
          - `created_at` string, date-time, required — The time when signup was initiated
      - `dintero_psp` DinteroPspConnection
        - `created_at` string, date-time — The date-time when the resource was created
        - `created_by` string — The ID of the user/client created the resource
        - `updated_at` string, date-time — The date-time when the resource was last updated
        - `metadata` object — A set of key/value pairs that you can attach to a subscription object. It can be useful for storing additional information about the subscription in a structured format.
        - `status` 'pending' | 'enabled' | 'failed' | 'declined' — The status of the connection
        - `events` AccountConnectionEvent[] — List of events recorded, an event is created when the connection is updated with new status
          - `id` string
          - `created_at` string, date-time
          - `created_by` string
          - `status` 'pending' | 'enabled' | 'failed' | 'declined', required
          - `event` string, required
          - `description` string — short description about the event
          - `metadata` unknown
        - `schema` number — The version of the schema used for the connection
        - `configuration` object — Visa Tokenization configuration for the merchant
          - `payment_options` object[], required — Payment options supported by this connection
            - `currencies` string[], required
            - `type` string, required
          - `visa_net_client_id` string
          - `acquirer_merchant_id` string
          - `vipps_merchant_serial_number` string
          - `visa_token_client_app_id` string
          - `visa_token_relationship_id` string
          - `mastercard_token_src_dpa_id` string
          - `mastercard_token_service_id` string
          - `google_pay_merchant_gateway_id` string
        - `signups` object[], required — The signups received for this account. Will be unique per `case_id` and `store_id`.
          - `case_id` string, uuid, required — The id to the case id in auth service.
          - `payment_options` object[], required — Payment options to enable for this connection
            - `currencies` string[], required
            - `type` 'dintero_psp.creditcard', required
          - `created_at` string, date-time, required — The time when signup was initiated
      - `instabank` InstabankConnection
        - `created_at` string, date-time — The date-time when the resource was created
        - `created_by` string — The ID of the user/client created the resource
        - `updated_at` string, date-time — The date-time when the resource was last updated
        - `metadata` object — A set of key/value pairs that you can attach to a subscription object. It can be useful for storing additional information about the subscription in a structured format.
        - `status` 'pending' | 'enabled' | 'failed' | 'declined' — The status of the connection
        - `events` AccountConnectionEvent[] — List of events recorded, an event is created when the connection is updated with new status
          - `id` string
          - `created_at` string, date-time
          - `created_by` string
          - `status` 'pending' | 'enabled' | 'failed' | 'declined', required
          - `event` string, required
          - `description` string — short description about the event
          - `metadata` unknown
        - `schema` number — The version of the schema used for the connection
        - `configuration` object — Instabank configuration for the merchant
          - `payment_options` object[], required — Payment options supported by this connection
            - `currencies` string[], required
            - `type` 'instabank.invoice' | 'instabank.finance', required
          - `payment_product_codes` object — Instabank Product Codes
            - `instabank.finance` string, required
            - `instabank.invoice` string, required
          - `organization_number` string
        - `signup` object, required
          - `email` string, required
          - `phone_number` string, ^\+?[1-9]\d{1,14}$, required — A phone number in E.164 number formatting.
          - `total_number_of_transactions` string, required — Estimated number of transactions
          - `total_volume_of_transactions` string, required — Estimated yearly transaction volume
          - `finance_number_of_transactions` string, required — Estimated number of finance transactions
          - `finance_volume_of_transactions` string, required — Estimated yearly volume of finance transactions
          - `industry` string, required
          - `account_number` string, modulus11, required — The account number for where settlement payout is transfered to. Must be a checking account in a Norwegian bank.
          - `payment_options` object[], required
            - `type` 'instabank.invoice' | 'instabank.finance', required
          - `created_at` string, date-time, required — The time when signup was initiated
          - `callback_at` string, date-time — Callback when Instabank approved the signup
      - `klarna` KlarnaConnection
        - `created_at` string, date-time — The date-time when the resource was created
        - `created_by` string — The ID of the user/client created the resource
        - `updated_at` string, date-time — The date-time when the resource was last updated
        - `metadata` object — A set of key/value pairs that you can attach to a subscription object. It can be useful for storing additional information about the subscription in a structured format.
        - `status` 'pending' | 'enabled' | 'failed' | 'declined' — The status of the connection
        - `events` AccountConnectionEvent[] — List of events recorded, an event is created when the connection is updated with new status
          - `id` string
          - `created_at` string, date-time
          - `created_by` string
          - `status` 'pending' | 'enabled' | 'failed' | 'declined', required
          - `event` string, required
          - `description` string — short description about the event
          - `metadata` unknown
        - `schema` number — The version of the schema used for the connection
        - `configuration` object — Klarna configuration for the merchant
          - `payment_options` object[], required — Payment options to enable for this connection
            - `currencies` string[], required
            - `type` 'klarna.klarna' | 'klarna.billie', required
          - `credentials` object[] — The Klarna credentials created for this account
            - `case_id` string, uuid, required — The id to the case id in auth service
            - `merchant_id` string, required
            - `username` string, required
        - `signups` object[], required — The signups received for this account. Will be unique per `case_id` and `store_id`.
          - `case_id` string, uuid, required — The id to the case in auth service
          - `payment_options` object[], required — Payment options to enable for this connection
            - `currencies` string[], required
            - `type` 'klarna.klarna' | 'klarna.billie', required
          - `price_package` string — Name of the Dintero price package for the merchant. The price package must be registered with Klarna as a price plan.
          - `mcc` string, iso-18245 — A four-digit Merchant Category Code (MCC) for the store [ISO 18245:2003](https://www.iso.org/standard/33365.html) Overrides what is previously set on the case.
          - `created_at` string, date-time, required — The time when signup was initiated
          - `callback_at` string, date-time — Callback when Klarna approved the signup
      - `kravia` KraviaConnection
        - `configuration` KraviaConnectionConfiguration — Kravia configuration for the merchant
          - `credentials` object[] — The Kravia credentials created for this account
            - `case_id` string, uuid, required — The id to the case id in auth service
            - `merchant_id` string, required
            - `settlement_type` 'direct' | 'via_dintero' — Indicates whether settlement is done directly to the merchant or handled by Dintero
          - `payment_options` object[] — Payment options to enable for this connection
            - `currencies` string[], required
            - `type` 'kravia.invoice_b2b' | 'kravia.invoice_b2c' | 'kravia.invoice_b2b_grouped', required
          - `supported_invoice_channels` InvoiceChannel[] — Invoice channels available for this account.
        - `signups` object[], required — The signups received for this account. Will be unique per `case_id` and `store_id`.
          - `case_id` string, uuid, required — The id to the case id in auth service
          - `payment_options` object[], required — Payment options to enable for this connection
            - `currencies` string[], required
            - `type` 'kravia.invoice_b2b' | 'kravia.invoice_b2c' | 'kravia.invoice_b2b_grouped', required
          - `settlement_type` 'direct' | 'via_dintero' — Indicates whether settlement is done directly to the merchant or handled by Dintero
          - `created_at` string, date-time, required — The time when signup was initiated
        - `created_at` string, date-time — The date-time when the resource was created
        - `created_by` string — The ID of the user/client created the resource
        - `updated_at` string, date-time — The date-time when the resource was last updated
        - `metadata` object — A set of key/value pairs that you can attach to a subscription object. It can be useful for storing additional information about the subscription in a structured format.
        - `status` 'pending' | 'enabled' | 'failed' | 'declined' — The status of the connection
        - `events` AccountConnectionEvent[] — List of events recorded, an event is created when the connection is updated with new status
          - `id` string
          - `created_at` string, date-time
          - `created_by` string
          - `status` 'pending' | 'enabled' | 'failed' | 'declined', required
          - `event` string, required
          - `description` string — short description about the event
          - `metadata` unknown
        - `schema` number — The version of the schema used for the connection
      - `mastercard_3ds` Mastercard3DSConnection
        - `configuration` object — Mastercard 3DS configuration for the merchant
          - `status` 'enabled' | 'failed' | 'pending' | 'declined', required — The status of the configuration
        - `events` object[] — List of events recorded, an event is created when the connection is updated with new status
          - `id` string
          - `created_at` string, date-time, required — The time when event was initiated
          - `created_by` string
          - `status` 'pending' | 'enabled' | 'failed' | 'declined', required
          - `event` string, required
          - `description` string — short description about the event
          - `metadata` unknown
        - `signups` object[], required — The signups received for this account. Will be unique per `case_id` and `store_id`.
          - `case_id` string, uuid, required — The id to the case id in auth service.
          - `created_at` string, date-time, required — The time when signup was initiated
        - `created_at` string, date-time — The date-time when the resource was created
        - `created_by` string — The ID of the user/client created the resource
        - `updated_at` string, date-time — The date-time when the resource was last updated
        - `metadata` object — A set of key/value pairs that you can attach to a subscription object. It can be useful for storing additional information about the subscription in a structured format.
        - `status` 'pending' | 'enabled' | 'failed' | 'declined' — The status of the connection
        - `schema` number — The version of the schema used for the connection
      - `mastercard_tokenization` MastercardTokenizationConnection
        - `configuration` MastercardTokenizationConnectionConfiguration — Mastercard Tokenization configuration for the merchant
          - `token_src_dpa_id` string, required
          - `token_service_id` string, required
        - `signups` object[], required — The signups received for this account. Will be unique per `case_id` and `store_id`.
          - `case_id` string, uuid, required — The id to the case id in auth service
          - `created_at` string, date-time, required — The time when signup was initiated
        - `created_at` string, date-time — The date-time when the resource was created
        - `created_by` string — The ID of the user/client created the resource
        - `updated_at` string, date-time — The date-time when the resource was last updated
        - `metadata` object — A set of key/value pairs that you can attach to a subscription object. It can be useful for storing additional information about the subscription in a structured format.
        - `status` 'pending' | 'enabled' | 'failed' | 'declined' — The status of the connection
        - `events` AccountConnectionEvent[] — List of events recorded, an event is created when the connection is updated with new status
          - `id` string
          - `created_at` string, date-time
          - `created_by` string
          - `status` 'pending' | 'enabled' | 'failed' | 'declined', required
          - `event` string, required
          - `description` string — short description about the event
          - `metadata` unknown
        - `schema` number — The version of the schema used for the connection
      - `payex` PayExConnectionV2
        - `created_at` string, date-time — The date-time when the resource was created
        - `created_by` string — The ID of the user/client created the resource
        - `updated_at` string, date-time — The date-time when the resource was last updated
        - `metadata` object — A set of key/value pairs that you can attach to a subscription object. It can be useful for storing additional information about the subscription in a structured format.
        - `status` 'pending' | 'enabled' | 'failed' | 'declined' — The status of the connection
        - `events` AccountConnectionEvent[] — List of events recorded, an event is created when the connection is updated with new status
          - `id` string
          - `created_at` string, date-time
          - `created_by` string
          - `status` 'pending' | 'enabled' | 'failed' | 'declined', required
          - `event` string, required
          - `description` string — short description about the event
          - `metadata` unknown
        - `schema` number — The version of the schema used for the connection
        - `configuration` object — PayEx configuration for the merchant The PayEx configuration includes a `token` stored safely and never exposed
          - `payment_options` object[], required — Payment options to enable for this connection
            - `currencies` string[], required
            - `type` 'payex.creditcard' | 'payex.swish' | 'payex.vipps', required
          - `payee_id` string
          - `subsite` string
        - `creditcard` PayExConnection
          - `created_at` string, date-time — The date-time when the resource was created
          - `created_by` string — The ID of the user/client created the resource
          - `updated_at` string, date-time — The date-time when the resource was last updated
          - `metadata` object — A set of key/value pairs that you can attach to a subscription object. It can be useful for storing additional information about the subscription in a structured format.
          - `status` 'pending' | 'enabled' | 'failed' | 'declined' — The status of the connection
          - `events` AccountConnectionEvent[] — List of events recorded, an event is created when the connection is updated with new status
            - `id` string
            - `created_at` string, date-time
            - `created_by` string
            - `status` 'pending' | 'enabled' | 'failed' | 'declined', required
            - `event` string, required
            - `description` string — short description about the event
            - `metadata` unknown
          - `schema` number — The version of the schema used for the connection
          - `configuration` object — PayEx configuration for the merchant The PayEx configuration includes a `token` stored safely and never exposed
            - `payment_options` object[], required — Payment options to enable for this connection
              - …
            - `payee_id` string
            - `subsite` string
          - `signup` object, required
            - `business_name` string — Name of the merchant, if it differs from legal_name
            - `legal_name` string
            - `organization_number` string
            - `applicant_contact` PayExConnectionSignupContact — Contact information for the person in the given role
              - …
            - `accounting_contact` PayExConnectionSignupContact — Contact information for the person in the given role
              - …
            - `bank_name` string — The name of the bank where the company's bank account is
            - `account_number` string — The company's bank account number
            - `website` string — Company's website url
            - `payment_options` object[], required — Payment options to enable for this connection
              - …
            - `created_at` string, date-time, required — The time when signup was initiated
            - `url` string, required — Signup URL from PayEx, where merchant can complete the signup
            - `callback_at` string, date-time — Callback when PayEx approved the signup
        - `signup` object, required
          - `business_name` string — Name of the merchant, if it differs from legal_name
          - `legal_name` string
          - `organization_number` string
          - `applicant_contact` PayExConnectionSignupContact — Contact information for the person in the given role
            - `name` string, required — Name of the contact person
            - `phone_number` string, ^\+?[1-9]\d{1,14}$, required — Phone number for the contact person. A phone number in E.164 number formatting.
            - `email` string, required — Contact person's e-mail
          - `accounting_contact` PayExConnectionSignupContact — Contact information for the person in the given role
            - `name` string, required — Name of the contact person
            - `phone_number` string, ^\+?[1-9]\d{1,14}$, required — Phone number for the contact person. A phone number in E.164 number formatting.
            - `email` string, required — Contact person's e-mail
          - `bank_name` string — The name of the bank where the company's bank account is
          - `account_number` string — The company's bank account number
          - `website` string — Company's website url
          - `payment_options` object[], required — Payment options to enable for this connection
            - `currencies` string[], required
            - `type` 'payex.creditcard', required
          - `created_at` string, date-time, required — The time when signup was initiated
          - `url` string, required — Signup URL from PayEx, where merchant can complete the signup
          - `callback_at` string, date-time — Callback when PayEx approved the signup
      - `swish` SwishConnection
        - `created_at` string, date-time — The date-time when the resource was created
        - `created_by` string — The ID of the user/client created the resource
        - `updated_at` string, date-time — The date-time when the resource was last updated
        - `metadata` object — A set of key/value pairs that you can attach to a subscription object. It can be useful for storing additional information about the subscription in a structured format.
        - `status` 'pending' | 'enabled' | 'failed' | 'declined' — The status of the connection
        - `events` AccountConnectionEvent[] — List of events recorded, an event is created when the connection is updated with new status
          - `id` string
          - `created_at` string, date-time
          - `created_by` string
          - `status` 'pending' | 'enabled' | 'failed' | 'declined', required
          - `event` string, required
          - `description` string — short description about the event
          - `metadata` unknown
        - `schema` number — The version of the schema used for the connection
        - `configuration` object — Swish configuration for the merchant The Collector configuration includes a `password` stored safely and never exposed
          - `payment_options` object[], required — Payment options to enable for this connection
            - `currencies` string[], required
            - `type` 'swish.swish', required
          - `swish_number` string — The merchant's Swish number
        - `signups` object[]
          - `type` 'direct' | 'payfac'
          - `created_at` string
          - `callback_at` string
          - `data` object
            - `business_name` string
            - `legal_name` string
            - `organization_number` string
            - `bank_name` string
            - `account_number` string
            - `website` string
            - `case_id` string
            - `swish_number` string
            - `payment_options` object[]
              - …
        - `signup` object — Deprecated, replaced by signups
          - `business_name` string — Name of the merchant, if it differs from legal_name
          - `legal_name` string, required
          - `organization_number` string, required
          - `bank_name` string — The name of the bank where the company's bank account is
          - `account_number` string — The company's bank account number
          - `website` string, required — Company's website url
          - `payment_options` object[], required — Payment options to enable for this connection
            - `currencies` string[], required
            - `type` 'swish.swish', required
          - `created_at` string, date-time, required — The time when signup was initiated
          - `callback_at` string, date-time — Callback when Swish approved the signup
      - `two` TwoConnection
        - `created_at` string, date-time — The date-time when the resource was created
        - `created_by` string — The ID of the user/client created the resource
        - `updated_at` string, date-time — The date-time when the resource was last updated
        - `metadata` object — A set of key/value pairs that you can attach to a subscription object. It can be useful for storing additional information about the subscription in a structured format.
        - `status` 'pending' | 'enabled' | 'failed' | 'declined' — The status of the connection
        - `events` AccountConnectionEvent[] — List of events recorded, an event is created when the connection is updated with new status
          - `id` string
          - `created_at` string, date-time
          - `created_by` string
          - `status` 'pending' | 'enabled' | 'failed' | 'declined', required
          - `event` string, required
          - `description` string — short description about the event
          - `metadata` unknown
        - `schema` number — The version of the schema used for the connection
        - `configuration` object — Two configuration for the merchant
          - `payment_options` object[], required — Payment options to enable for this connection
            - `currencies` string[], required
            - `type` 'two.invoice_b2b', required
          - `merchant_id` string, uuid — The merchant ID registered in Two
        - `signups` object[], required — The signups received for this account. Will be unique per `case_id` and `store_id`.
          - `case_id` string, uuid, required — The id to the case in auth service
          - `payment_options` object[], required — Payment options to enable for this connection
            - `currencies` string[], required
            - `type` 'two.invoice_b2b', required
          - `created_at` string, date-time, required — The time when signup was initiated
      - `vipps` VippsConnection
        - `created_at` string, date-time — The date-time when the resource was created
        - `created_by` string — The ID of the user/client created the resource
        - `updated_at` string, date-time — The date-time when the resource was last updated
        - `metadata` object — A set of key/value pairs that you can attach to a subscription object. It can be useful for storing additional information about the subscription in a structured format.
        - `status` 'pending' | 'enabled' | 'failed' | 'declined' — The status of the connection
        - `events` AccountConnectionEvent[] — List of events recorded, an event is created when the connection is updated with new status
          - `id` string
          - `created_at` string, date-time
          - `created_by` string
          - `status` 'pending' | 'enabled' | 'failed' | 'declined', required
          - `event` string, required
          - `description` string — short description about the event
          - `metadata` unknown
        - `schema` number — The version of the schema used for the connection
        - `configuration` object — Vipps configuration for the merchant, received from signup callback The vipps configuration includes a `client_secret` stored safely and never exposed
          - `payment_options` object[], required — Payment options supported by this connection
            - `currencies` string[], required
            - `type` 'vipps', required
          - `merchant_name` string
          - `created_time` string
          - `merchant_serial_number` string
          - `client_id` string, uuid
          - `subscription_keys` object[]
            - `product` string
            - `ocp_apim_subscription_key` string
        - `signup` object, required
          - `created_at` string, date-time, required — The time when signup was initiated
          - `id` string — Signup ID from Vipps
          - `url` string — Signup URL from Vipps, where merchant can complete the signup
          - `callback_at` string, date-time — Result from callback received from Vipps after merchant completed the signup, and Vipps approved it.
          - `expires_at` string, date-time — The Vipps signup URL expires after 30 days.
      - `vipps_psp` VippsPspConnection
        - `created_at` string, date-time — The date-time when the resource was created
        - `created_by` string — The ID of the user/client created the resource
        - `updated_at` string, date-time — The date-time when the resource was last updated
        - `metadata` object — A set of key/value pairs that you can attach to a subscription object. It can be useful for storing additional information about the subscription in a structured format.
        - `status` 'pending' | 'enabled' | 'failed' | 'declined' — The status of the connection
        - `events` AccountConnectionEvent[] — List of events recorded, an event is created when the connection is updated with new status
          - `id` string
          - `created_at` string, date-time
          - `created_by` string
          - `status` 'pending' | 'enabled' | 'failed' | 'declined', required
          - `event` string, required
          - `description` string — short description about the event
          - `metadata` unknown
        - `schema` number — The version of the schema used for the connection
        - `configuration` object — Vipps PSP configuration for the merchant
          - `payment_options` object[], required — Payment options to enable for this connection
            - `currencies` string[], required
            - `type` 'dintero_psp.vipps', required
          - `merchant_serial_number` string, required — Merchant serial number generated by vipps
        - `signups` object[], required — The signups received for this account. Will be unique per `case_id` and `store_id`.
          - `case_id` string, uuid, required — The id to the case id in auth service
          - `payment_options` object[], required — Payment options to enable for this connection
            - `currencies` string[], required
            - `type` 'dintero_psp.vipps', required
          - `logo` string, required — Base64 encoded string of merchant logo which will be displayed in Vipps app. The logo must be in PNG format. Square images are recommended. The longest side cannot be more than 1000 pixels. Minimum size is 100 x 100 pixels.
          - `created_at` string, date-time, required — The time when signup was initiated
      - `visa_tokenization` VisaTokenizationConnection
        - `configuration` VisaTokenizationConnectionConfiguration — Visa Tokenization configuration for the merchant
          - `client_app_id` string, required — Unique identifier of merchant in VTS system
          - `relationship_id` string, required — Identifies relationship between merchant and us in VTS system
        - `signups` object[], required — The signups received for this account. Will be unique per `case_id` and `store_id`.
          - `case_id` string, uuid, required — The id to the case id in auth service
          - `created_at` string, date-time, required — The time when signup was initiated
        - `created_at` string, date-time — The date-time when the resource was created
        - `created_by` string — The ID of the user/client created the resource
        - `updated_at` string, date-time — The date-time when the resource was last updated
        - `metadata` object — A set of key/value pairs that you can attach to a subscription object. It can be useful for storing additional information about the subscription in a structured format.
        - `status` 'pending' | 'enabled' | 'failed' | 'declined' — The status of the connection
        - `events` AccountConnectionEvent[] — List of events recorded, an event is created when the connection is updated with new status
          - `id` string
          - `created_at` string, date-time
          - `created_by` string
          - `status` 'pending' | 'enabled' | 'failed' | 'declined', required
          - `event` string, required
          - `description` string — short description about the event
          - `metadata` unknown
        - `schema` number — The version of the schema used for the connection
      - `seitatech` SeitatechConnection
        - `created_at` string, date-time — The date-time when the resource was created
        - `created_by` string — The ID of the user/client created the resource
        - `updated_at` string, date-time — The date-time when the resource was last updated
        - `metadata` object — A set of key/value pairs that you can attach to a subscription object. It can be useful for storing additional information about the subscription in a structured format.
        - `status` 'pending' | 'enabled' | 'failed' | 'declined' — The status of the connection
        - `events` AccountConnectionEvent[] — List of events recorded, an event is created when the connection is updated with new status
          - `id` string
          - `created_at` string, date-time
          - `created_by` string
          - `status` 'pending' | 'enabled' | 'failed' | 'declined', required
          - `event` string, required
          - `description` string — short description about the event
          - `metadata` unknown
        - `schema` number — The version of the schema used for the connection
        - `configuration` object
          - `payment_options` object[], required — Payment options supported by this connection
            - `currencies` string[], required
            - `type` string, required
        - `signups` object[], required
          - `case_id` string, uuid, required — The id to the case in auth service
          - `payment_options` object[], required — Payment options to enable for this connection
            - `currencies` string[], required
            - `type` 'seitatech.in_person', required
          - `created_at` string, date-time, required — The time when signup was initiated
    - `approvals_payments_statuses` object — Count of statuses of payments approvals
      - `ACTIVE` number
      - `DECLINED` number
      - `UNDER_MANUAL_REVIEW` number
      - `AUTOMATIC_REVIEW` number
      - `WAITING_FOR_SIGNATURE` number
      - `WAITING_FOR_DECLARATION` number
      - `WAITING_FOR_DETAILS` number
      - `ERROR` number
      - `ARCHIVED` number
      - `TERMINATED` number
    - `approvals_payout_destinations_statuses` object — Count of statuses of payout destinations approvals (aka seller approvals)
      - `ACTIVE` number
      - `DECLINED` number
      - `UNDER_MANUAL_REVIEW` number
      - `AUTOMATIC_REVIEW` number
      - `WAITING_FOR_SIGNATURE` number
      - `WAITING_FOR_DECLARATION` number
      - `WAITING_FOR_DETAILS` number
      - `ERROR` number
      - `ARCHIVED` number
      - `TERMINATED` number
    - `configuration` PartnerConfiguration — Configuration options for the account.
      - `default_price_package` string — Default price package to assign to new merchants. Use the price package ID of the price package. Please note that the price package must exist and be available to the partner account in question.
  - `payout_case` object — The payment case that was updated
    - `id` string, uuid, required
    - `created_at` string, date-time, required
    - `created_by` string
    - `updated_at` string, date-time, required
    - `deleted_at` string, date-time
    - `deleted_by` string
    - `payout_reference` string, required
    - `organization_number` string, required
    - `case_status` 'ACTIVE' | 'DECLINED' | 'UNDER_MANUAL_REVIEW' | 'AUTOMATIC_REVIEW' | 'WAITING_FOR_SIGNATURE' | 'WAITING_FOR_DECLARATION' | 'ERROR' | 'ARCHIVED' | 'WAITING_FOR_DETAILS'
    - `previous_case_status` 'ACTIVE' | 'DECLINED' | 'UNDER_MANUAL_REVIEW' | 'AUTOMATIC_REVIEW' | 'WAITING_FOR_SIGNATURE' | 'WAITING_FOR_DECLARATION' | 'ERROR' | 'ARCHIVED' | 'WAITING_FOR_DETAILS'
    - `products` object[], required
      - `product` 'checkout' | 'split_payment', required — The type of product that the merchant wants to use for their business. - `checkout` the merchant accepts payouts to a single bank account (per currency). - `split_payment` needed for partners, marketplaces and platforms that will onboard sellers that will receive payouts to the sellers' own bank accounts.
    - `payment_methods` object[] — Payment methods that the merchant wants to accept.
      - `payment_method` 'creditcard' | 'applepay' | 'clicktopay' | 'vipps' | 'swish' | 'mobilepay' | 'klarna' | 'walley' | 'santander' | 'netaxept' | 'instabank' | 'googlepay' | 'billie', required
  - `payout_destination_case` object — The seller approval case that was updated or deleted
    - `id` string, uuid, required
    - `created_at` string, date-time, required
    - `created_by` string
    - `updated_at` string, date-time, required
    - `payout_destination_id` string, required
    - `payout_destination_name` string
    - `payout_destination_description` string
    - `payout_reference` string, required
    - `organization_number` string, required
    - `case_status` 'ACTIVE' | 'DECLINED' | 'UNDER_MANUAL_REVIEW' | 'AUTOMATIC_REVIEW' | 'WAITING_FOR_SIGNATURE' | 'WAITING_FOR_DECLARATION' | 'ERROR', required
    - `deleted_at` string, date-time
    - `deleted_by` string
    - `previous_case_status` 'ARCHIVED' | 'ACTIVE' | 'DECLINED' | 'UNDER_MANUAL_REVIEW' | 'AUTOMATIC_REVIEW' | 'WAITING_FOR_SIGNATURE' | 'WAITING_FOR_DECLARATION' | 'ERROR' | 'WAITING_FOR_DETAILS'

## Response `200`

event handled

## Other responses

- `400` — ignored, stop resend
- `500` — unhandled, resend

---

[API](https://skmtc.net/dintero/apis/account-management-api.md) · [All operations](https://skmtc.net/dintero/apis/account-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dintero/account-management-api/revisions/9b83a4199008/schema)
