Skip to main content
POST
https://api.dintero.com/v1
/
accounts
/
{oid}
/
signup
/
prefill
/
{prefill_id}
accounts_oid_signup_prefill_accept_post
curl --request POST \
  --url https://api.dintero.com/v1/accounts/{oid}/signup/prefill/{prefill_id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "applicant": {
    "email": "customer@example.com",
    "agreement": {
      "name": "<string>",
      "version": "<string>",
      "personal_guarantee_accepted": true,
      "attachments": [
        {
          "name": "Cookie Policy",
          "version": "<string>"
        }
      ]
    },
    "first_name": "John",
    "last_name": "Doe",
    "phone_number": "+4799999999",
    "recaptcha_sitekey": "6LdE_pIUAAAAAHbiL0uHjHg2Mgn2IILTvZdA_Ux-",
    "recaptcha_response": "03AOLTBLSbzmXKXuAz9N--DsZ1xWmhfx6okCheBPesOsNmRSdkfcO4E5CkeBQQFJkC_emfE_KF0P8C3T57Nr9eOon_PVTEIq1NUpRS5oGkGMhr1vxVe1F7txMYUc4ClxUDLxWiW5WgnDvWHC7gOnlJZKvxVE4gn7qAJijE6SFMXkvFOwoWcx_kONmBHGnXHGgxIe2M8G-FkIKr0WZbQIDYmDaiQxb6mL1L70UGOyO280v2Pp65JB1mSohdeJLdQhHeye6v6__H9_M0GxDGd8s-LoLUY5Vq9hKbAs8MCsh2OFwtpbTYGfqmDbTwsc2v8SqOOZ86uKXwl7gyk3RHXT27m8Rv8iZAs2Ym5w",
    "promo_code": "<string>",
    "signup_reference": "<string>",
    "utm": {
      "utm_source": "google",
      "utm_medium": "cpc",
      "utm_campaign": "spring_sale",
      "utm_term": "running+shoes",
      "utm_content": "textlink"
    }
  },
  "company": {
    "business_name": "TKP tech AS",
    "address": {
      "address_line": "Sommerkroveien 34",
      "postal_place": "Oslo",
      "country": "NO",
      "address_line_2": "PB 123",
      "postal_code": "0349"
    },
    "display_name": "TKP tech instore AS",
    "organization_number": "123456789MVA",
    "industry": "computer industry",
    "website": "<string>",
    "terms_url": "<string>",
    "bank_name": "<string>",
    "account_number": "<string>",
    "email": "contact@business.dintero.com",
    "technical_email": "tech_support@business.dintero.com",
    "phone_number": "<string>",
    "branding": {
      "icon_url": "<string>",
      "logo_url": "<string>"
    },
    "merchant_category_code": "<string>",
    "average_transaction_value": "<string>",
    "most_expensive_product_price": "<string>",
    "projected_sales": "<string>",
    "terms": [
      {
        "type": "all",
        "href": "<string>"
      }
    ],
    "contacts": [
      {
        "phone_number": "<string>",
        "email": "jsmith@example.com",
        "website": "<string>",
        "type": "support"
      }
    ],
    "public_business_name": "TKP tech"
  },
  "billing": {
    "business_name": "TKP tech AS",
    "address": {
      "address_line": "Sommerkroveien 34",
      "postal_place": "Oslo",
      "country": "NO",
      "address_line_2": "PB 123",
      "postal_code": "0349"
    },
    "organization_number": "123456789MVA",
    "email": "billing@business.dintero.com",
    "reference": "<string>",
    "phone_number": "<string>",
    "billing_statement": {
      "name": "John Doe",
      "phone_number": "+4745454545"
    }
  }
}
'
{
  "applicant": {
    "email": "customer@example.com",
    "agreement": {
      "name": "<string>",
      "version": "<string>",
      "personal_guarantee_accepted": true,
      "attachments": [
        {
          "name": "Cookie Policy",
          "version": "<string>"
        }
      ]
    },
    "first_name": "John",
    "last_name": "Doe",
    "phone_number": "+4799999999",
    "recaptcha_sitekey": "6LdE_pIUAAAAAHbiL0uHjHg2Mgn2IILTvZdA_Ux-",
    "recaptcha_response": "03AOLTBLSbzmXKXuAz9N--DsZ1xWmhfx6okCheBPesOsNmRSdkfcO4E5CkeBQQFJkC_emfE_KF0P8C3T57Nr9eOon_PVTEIq1NUpRS5oGkGMhr1vxVe1F7txMYUc4ClxUDLxWiW5WgnDvWHC7gOnlJZKvxVE4gn7qAJijE6SFMXkvFOwoWcx_kONmBHGnXHGgxIe2M8G-FkIKr0WZbQIDYmDaiQxb6mL1L70UGOyO280v2Pp65JB1mSohdeJLdQhHeye6v6__H9_M0GxDGd8s-LoLUY5Vq9hKbAs8MCsh2OFwtpbTYGfqmDbTwsc2v8SqOOZ86uKXwl7gyk3RHXT27m8Rv8iZAs2Ym5w",
    "promo_code": "<string>",
    "signup_reference": "<string>",
    "utm": {
      "utm_source": "google",
      "utm_medium": "cpc",
      "utm_campaign": "spring_sale",
      "utm_term": "running+shoes",
      "utm_content": "textlink"
    }
  },
  "company": {
    "business_name": "TKP tech AS",
    "address": {
      "address_line": "Sommerkroveien 34",
      "postal_place": "Oslo",
      "country": "NO",
      "address_line_2": "PB 123",
      "postal_code": "0349"
    },
    "display_name": "TKP tech instore AS",
    "organization_number": "123456789MVA",
    "industry": "computer industry",
    "website": "<string>",
    "terms_url": "<string>",
    "bank_name": "<string>",
    "account_number": "<string>",
    "email": "contact@business.dintero.com",
    "technical_email": "tech_support@business.dintero.com",
    "phone_number": "<string>",
    "branding": {
      "icon_url": "<string>",
      "logo_url": "<string>"
    },
    "merchant_category_code": "<string>",
    "average_transaction_value": "<string>",
    "most_expensive_product_price": "<string>",
    "projected_sales": "<string>",
    "terms": [
      {
        "type": "all",
        "href": "<string>"
      }
    ],
    "contacts": [
      {
        "phone_number": "<string>",
        "email": "jsmith@example.com",
        "website": "<string>",
        "type": "support"
      }
    ],
    "public_business_name": "TKP tech"
  },
  "billing": {
    "business_name": "TKP tech AS",
    "address": {
      "address_line": "Sommerkroveien 34",
      "postal_place": "Oslo",
      "country": "NO",
      "address_line_2": "PB 123",
      "postal_code": "0349"
    },
    "organization_number": "123456789MVA",
    "email": "billing@business.dintero.com",
    "reference": "<string>",
    "phone_number": "<string>",
    "billing_statement": {
      "name": "John Doe",
      "phone_number": "+4745454545"
    }
  },
  "prefill_id": "<string>",
  "account_manager": {
    "email": "employee@dintero.com"
  },
  "account_id": "<string>",
  "access_token": "<string>",
  "expires_in": 123,
  "token_type": "Bearer",
  "refresh_token": "<string>",
  "email": "<string>",
  "previous_password_token": "<string>"
}

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

Authorization
string
header
required

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

oid
string<^[PT]{1}(?=(?:.{3}|.{8})$)[0-9]*$>
required

An id that uniquely identifies the account or owner (partner)

prefill_id
string
required

Query Parameters

authorize
enum<string>

Request access tokens to be included in the response.

Available options:
Bearer

Body

application/json
applicant
object
required
company
object
required

The details of an account company

billing
object
required

The details of the billing for the account

prefill_id
string

Auto-generated id

account_manager
object

Account manager responsible for the account.

value is not visible for the merchant

Response

Pre-filled sign up accepted by applicant

applicant
object
required
company
object
required

The details of an account company

billing
object
required

The details of the billing for the account

prefill_id
string

Auto-generated id

account_manager
object

Account manager responsible for the account.

value is not visible for the merchant

account_id
string<^\d{8}$>

Account ID for the account created from completing the signup

access_token
string

Applicant user access token with openid scope

expires_in
integer

The lifetime in seconds of the access token.

token_type
enum<string>
Available options:
Bearer
refresh_token
string
email
string

The email for the user that verified the account

previous_password_token
string

A token that can be used as previous_passwordvalue when changing the password for the user via PUT /v1/accounts/{aid}/account/user/password. Only included in the response if the signup created a new account user.

Last modified on May 12, 2026