Download OpenAPI specification:Download
Add endpoint for querying Visa Merchant Screening Service
Extend partner API with additional optional read-only property for account
prev_credit_rating
.
Add option to filter price packages by price package ID with new query parameter.
Add
pricing_conditions
toprice_package
to support defining pricing conditions for the price package.
Remove requirement for
price_package_id
incustom_price_package
when creating an account.
Add endpoint for getting price package on account
Extend endpoint to support archiving active payout destination approvals.
Break Change body for sending termination inquiry Break Change URL for MATCH search to avoid conflict with existing API Add endpoint for adding a terminated merchant to MATCH Add enum for termination reason code
Add endpoints for sending termination inquiry to Mastercard MATCH and fetching result of a termination inquiry by its Inquiry Reference Number (IRN)
Add
custom_price_package
when creating an account. This property can be used to create a new custom price package for the account.Add new endpoint for comparing products in price packages.
Add
creation_state
to price package properties to indicate if the price package is a custom price package or not.
- Revert change to extend
invites
property when creating an account- Add a new property
invite_users
property that replaces the extended spec- for backwards compatibility, the
invites
property will still be supported- POST /v1/accounts/{aid}/management/accounts
Extend
invites
property when creating an account with support for first name and last name. Include optionalinvitation_note
property when creating an account that can be used to add a note to the invitation email.
Extend the account services with opional read-only features properties to track the service feature requested by merchant and their current status Extend endpoint for updating account settings with support for updating services features
Extend partner API with additional optional read-only properties for account with
most_expensive_product_price
,gift_card_revenue_percentage
,credit_rating
, andcurrency
Add support for configuring TOTP MFA for account user
Add
form_submitter
to approvals. Addpayout_interval_type
payout destination approvals.
Add
invites
andactions
to creation of account
Add new payment option
billie
when applying for payment methods
Add new payment method
klarna.billie
Add new price package APIs. New endpoint for managing price packages that can be used when creating new accounts via the partner API
Add endpoints for Visa Tokenization connection signup
Extend bambora connection with ability to set token_scope
Extend the account user with new aggrement property that can be used to track the terms and conditions accepted by the account user
Extend partner API with aditional optional properties for account with
price_package
,sale_channel
remove unsupportedstatistics.latests
Extend partner API with aditional optional read-only properties for account with
payment_case_status
,projected_sales
,average_transaction_value
merchant_category_code
anddelivery_timeline
Add new endpoint for archiving payout destination approvals that are not active.
Add new endpoint for posting Bambora Direct connection
NB! Deprecates old Bambora connection endpoint:
Extend partner API with aditional properties for account with
statitics.metrics
,permissions
,company
and applicant.
Extend response bodies with
approvals_payments_statuses
andapprovals_payout_destinations_statuses
for partners accounts management.
Add new endpoints for managing Bambora PayFac connections
Add new endpoints for managing Klarna connection
Break Require
includes=events.case.contracts
to get CDD contract details from cases endpoint. The default response will now by default exclude contract details from response
Add support for filtering sub-accounts on
connection
,connection_status
andpayment_options
Add support for including
payout_destination_name
andpayout_destination_description
properties when creating diligence cases
Add support for updating
payex
,collector
,swish
andbambora
connections
Add support for customer user login via Open ID connect. Configure
oidc
in the client grant and use the new authorize endpoint to let the user be verified and identified by external authorization server. The authorization code received after authorization received by the user can be used to get a Dintero access token via the token endpoint
Add new endpoints for initiating a new payout destination application and listing payout destination applications
Add endpoint for adding Vipps overrides
Add endpoints for managing customer due diligence cases
Add support for configuring SMS MFA for account user
Add support for
phone_number
inaccount.company
andaccount.billing
Add new endpoints for managing Bambora connection
Add support for
account_manager
Add support for filter on services and connections.
Extend the Account to support new properties,
progression
,reseller_id
andstatistics
to services.
Add support for account events.
Make Swish cert and passphrase not required
Add support for changing account user password
Add support for
authorize
when verifying a signup.
Document
429 Too Many Requests
response from
Break: Require
ident_type
andident
to be include when requesting token withgrant_type=authorization_code
Add support for sending verification code for passwordless login via SMS, and
session_id={uuid} to resend the same verification code again Remove unsupported request options,
send=linkand
type=account`.
Add support for logging on without MFA even if configured with MFA
Add support for managing account users scopes with roles.
Extend the endpoint for getting user accounts to include the accounts
display_name
andicon_url
.
Add support for account users authenticated by external Identity providers. External authentication is limited to account users created with
authentication_type=external
.Following endpoints has been updated to allow Bearer authorization using ID token issued by external Identity provider.
Account has been updated with
jwks.uri
property that is required to validate the ID tokens issued by external identity providers.
Add new endpoint for handling HTTP redirect with ID token query parameter
Add new endpoint for uploading assets
Add new endpoints for managing Swish connection
Extend the AccountCompany with
technical_email
Add support for
applicant.agreement.attachments
Add support for enabling MFA (OOB) for auth users.
Extend the AccountApplicant with support for
promo_code
and utm campaign codes.
Add support for creating client with description
Extend settings with PayEx connections
The scope required for accessing endpoint has changed, we will continue to support the old scopes but they was removed from the documentation
Support
search
,limit
andstarting_after
query parameter when listing partner accounts
Support for issuing exchange token for a sub-account, to allow partner accounts to manage sub accounts.
Support for including a Refresh Token when requesting an Access Token. Use
grant-type=refresh_token
to get an Access Token from a Refresh Token.
Support for revoking a Refresh Token
Use this endpoint to obtains an access token by presenting its authorization grant
scopes:
oid required | string <^[PT]{1}(?=(?:.{3}|.{8})$)[0-9]*$> An id that uniquely identifies the account or owner (partner) |
audience required | string The unique identifier of the target API you want to access.
The audience must be a grant associated with the client that
has |
code required | string |
grant_type required | string Value: "authorization_code" |
client_id required | string |
redirect_uri | string The redirect URL which the user agent is redirected to after finishing a login. |
{- "grant_type": "authorization_code",
- "code": "string",
- "client_id": "string",
- "redirect_uri": "string",
}
{- "access_token": "eyJhbGci...t7P4",
- "token_type": "Bearer",
- "expires_in": 86400,
- "user_info": {
- "value": {
- "sub": "c06c4afe-d9e1-4c5d-939a-177d752a0944",
- "name": "Ada Lovelace"
}
}
}
Passwordless connections do not require the user to remember a password. Instead, another mechanism is used to prove identity, such as a one-time code sent through email or SMS, every time the account user logs in.
authorization_code
to allow sending verification-codescopes:
oid required | string <^[PT]{1}(?=(?:.{3}|.{8})$)[0-9]*$> An id that uniquely identifies the account or owner (partner) |
client_id required | string |
connection required | string Enum: "email" "sms" How to send the code to the user. |
audience required | string The unique identifier of the target API you want to access. |
string The user's email address | |
type | string Default: "customer" Enum: "company" "customer" Passwordless for type company/customer requires that the email is registered to a customers users |
send | string Default: "code" Value: "code" Use |
login_session_id | string Use |
{- "audience": "string",
- "client_id": "string",
- "connection": "email",
- "email": "string",
- "type": "company",
- "send": "code",
- "login_session_id": "string"
}
{- "error": {
- "code": "string",
- "errors": [
- { }
], - "message": "string"
}
}
Passwordless connections do not require the user to remember a password. Instead, another mechanism is used to prove identity, such as a one-time code sent through email or SMS, every time the account user logs in.
Use this endpoint to generate a one-time verification-code that can be sent to the user.
The client_id/audience must have a grant with type
authorization_code
to allow creating a verification-code
scopes:
oid required | string <^[PT]{1}(?=(?:.{3}|.{8})$)[0-9]*$> An id that uniquely identifies the account or owner (partner) |
audience required | string The unique identifier of the target API you want to grant the user |
client_id required | string The client whoose grants will be granted to the user, the |
user_id required | string The user_id / subject to grant access |
{- "audience": "string",
- "client_id": "string",
- "user_id": "string"
}
{- "verification_code": "string"
}
Use this endpoint to redirect to an URL with a ID token added.
oid required | string <^[PT]{1}(?=(?:.{3}|.{8})$)[0-9]*$> An id that uniquely identifies the account or owner (partner) |
redirect_uri required | string <uri> ^https?://.* The HTTP URL to redirect to |
object <= 5 properties Include custom claims to the ID token. Custom claims will be
prefixed by | |
claims | Array of strings Items Enum: "name" "email" Specify optional claims to include in the ID token |
{- "custom_claims": {
- "property1": "string",
- "property2": "string"
}, - "claims": [
- "name"
]
}
{
}
Use this endpoint to invalidate a Refresh Token if it has been compromised.
scopes:
oid required | string <^[PT]{1}(?=(?:.{3}|.{8})$)[0-9]*$> An id that uniquely identifies the account or owner (partner) |
token required | string |
{- "token": "YOUR_REFRESH_TOKEN"
}
{ }
Use this endpoint to directly request an access_token
Use HTTP Basic authentication scheme for
authenticating grant_type client_credentials
, use
client_id/client_secret as user/password.
Use HTTP Bearer authentication scheme for authenticating
grant_type authorization_code
or password
, where the
Bearer value must be a JWT toke with access to the token
endpoint.
Use HTTP Bearer authentication scheme for authenticating
grant_type account_user_token
, where the Bearer value
must be a account user JWT token.
Use ID token as Bearer toke if the user was authenticated externally. The ID must include a
Use HTTP Bearer authentication scheme for authenticating
grant_type refresh_token
where the Bearer value must
be an Access Token for the clients that was used to create
the Refresh Token.
When a request is made to the endpoint to get an access token,
normally you either get an error, or you get an access token.
However, when the MFA is enabled, the endpoint may return a new
error with error.code: mfa_required
.
When an mfa_required
error is returned, the client must perform
a challenge
. This is done by sending a request to the
auth/mfa/challenge endpoint
To verify MFA using an OOB challenge, the client must make a request to
this endpoint with grant_type=mfa-oob
. Include the oob_code
you
received from the challenge response, as well as the mfa_token
you
received as part of mfa_required error.
scopes:
oid required | string <^[PT]{1}(?=(?:.{3}|.{8})$)[0-9]*$> An id that uniquely identifies the account or owner (partner) |
grant_type required | string |
{- "grant_type": "account_user"
}
{- "access_token": "eyJhbGci...t7P4",
- "token_type": "Bearer",
- "expires_in": 86400,
- "refresh_token": "string"
}
Use this endpoint to exchange access_token to a sub-account
scopes:
partner_id required | string <^[PT]{1}\d{3}00000$> = 9 characters An id that uniquely identifies the partner account |
account_id required | string <^[PT]{1}\d{8}$> The account_id to create exchange access_token for |
{- "account_id": "string"
}
{- "access_token": "eyJhbGci...t7P4",
- "token_type": "Bearer",
- "expires_in": 86400,
- "refresh_token": "string"
}
Retrieve a list of all client applications
scopes:
oid required | string <^[PT]{1}(?=(?:.{3}|.{8})$)[0-9]*$> An id that uniquely identifies the account or owner (partner) |
[- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "deleted_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "deleted_at": "2019-08-24T14:15:22Z",
- "name": "string",
- "description": "string",
- "client_id": "string",
- "callbacks": [
- "string"
]
}
]
Creates a new client application.
scopes:
oid required | string <^[PT]{1}(?=(?:.{3}|.{8})$)[0-9]*$> An id that uniquely identifies the account or owner (partner) |
name | string |
description | string |
client_id | string Your client ID. |
callbacks | Array of strings |
{- "name": "string",
- "description": "string",
- "client_id": "string",
- "callbacks": [
- "string"
]
}
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "deleted_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "deleted_at": "2019-08-24T14:15:22Z",
- "name": "string",
- "description": "string",
- "client_id": "string",
- "callbacks": [
- "string"
], - "client_secret": "JYCRP/x7iBGWA1fun0J9laH5sEg5cP9g/4QivhfGzm4"
}
Retrieves a client by its id.
scopes:
oid required | string <^[PT]{1}(?=(?:.{3}|.{8})$)[0-9]*$> An id that uniquely identifies the account or owner (partner) |
id required | string The id of the client |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "deleted_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "deleted_at": "2019-08-24T14:15:22Z",
- "name": "string",
- "description": "string",
- "client_id": "string",
- "callbacks": [
- "string"
]
}
Deletes a client and all its related assets
scopes:
oid required | string <^[PT]{1}(?=(?:.{3}|.{8})$)[0-9]*$> An id that uniquely identifies the account or owner (partner) |
id required | string The id of the client |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "deleted_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "deleted_at": "2019-08-24T14:15:22Z",
- "name": "string",
- "description": "string",
- "client_id": "string",
- "callbacks": [
- "string"
]
}
Rotate a client secret.
scopes:
oid required | string <^[PT]{1}(?=(?:.{3}|.{8})$)[0-9]*$> An id that uniquely identifies the account or owner (partner) |
id required | string The id of the client |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "deleted_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "deleted_at": "2019-08-24T14:15:22Z",
- "name": "string",
- "description": "string",
- "client_id": "string",
- "callbacks": [
- "string"
], - "client_secret": "JYCRP/x7iBGWA1fun0J9laH5sEg5cP9g/4QivhfGzm4"
}
Manage your Client Grants (also called Client Credentials Grants). Using Client Grants, your Client can request an access token using its credentials (a Client ID and a Client Secret). The access token then represents your Client during API calls.
Use the Grant type to limit how the grant can be used when requesting
an access token. A Grant with type password
can only be used when
requesting an access token with grant_type set to password
.
scopes:
oid required | string <^[PT]{1}(?=(?:.{3}|.{8})$)[0-9]*$> An id that uniquely identifies the account or owner (partner) |
audience | string <= 1 filter client grants by audience |
client_id | string <= 1 filter client grants by client_id |
[- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "deleted_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "deleted_at": "2019-08-24T14:15:22Z",
- "client_id": "string",
- "scope": [
- "receipts:write"
], - "type": "any",
- "oidc": {
- "client_id": "string",
- "client_secret": "string",
}
}
]
scopes:
oid required | string <^[PT]{1}(?=(?:.{3}|.{8})$)[0-9]*$> An id that uniquely identifies the account or owner (partner) |
client_id required | string |
audience required | string |
scope required | Array of strings[ items non-empty ] |
type | string Default: "any" Enum: "any" "authorization_code" "client_credentials" "password" Limit the usage of the grant. A grant with grant_types set
to only |
object Open ID connect configuration for the Grant. The option enables client to verify the identify of the End-User based on the authentication performed by an authorization server The grant type must be set to |
{- "client_id": "string",
- "scope": [
- "receipts:write"
], - "type": "any",
- "oidc": {
- "client_id": "string",
- "client_secret": "string",
}
}
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "deleted_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "deleted_at": "2019-08-24T14:15:22Z",
- "client_id": "string",
- "scope": [
- "receipts:write"
], - "type": "any",
- "oidc": {
- "client_id": "string",
- "client_secret": "string",
}
}
scopes:
oid required | string <^[PT]{1}(?=(?:.{3}|.{8})$)[0-9]*$> An id that uniquely identifies the account or owner (partner) |
id required | string The id of the client grant to delete |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "deleted_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "deleted_at": "2019-08-24T14:15:22Z",
- "client_id": "string",
- "scope": [
- "receipts:write"
], - "type": "any",
- "oidc": {
- "client_id": "string",
- "client_secret": "string",
}
}
Retrieve filtered list of roles that can be assigned to users.
scopes:
oid required | string <^[PT]{1}(?=(?:.{3}|.{8})$)[0-9]*$> An id that uniquely identifies the account or owner (partner) |
search | string lookup roles matching id, name and description |
name | string lookup roles by name |
include_deleted | boolean Default: false include deleted roles in the response |
limit | integer [ 1 .. 100 ] Default: 10 A limit on the number of objects to be returned. Limit can range between 1 and 100 items, and the default is 10 items. |
starting_after | string cursor for use in pagination. starting_after is an object ID
that defines your place in the list. For instance, if you make
a list request and receive 100 objects, end the result contains
|
[- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "deleted_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "deleted_at": "2019-08-24T14:15:22Z",
- "name": "order support",
- "description": "Administrate orders",
- "scope": [
- "read:accounts",
- "read:billing",
- "admin:shopping"
]
}
]
scopes:
oid required | string <^[PT]{1}(?=(?:.{3}|.{8})$)[0-9]*$> An id that uniquely identifies the account or owner (partner) |
scope required | Array of strings[ items non-empty ] |
name | string |
description | string |
{- "name": "order support",
- "description": "Administrate orders",
- "scope": [
- "read:accounts",
- "read:billing",
- "admin:shopping"
]
}
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "deleted_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "deleted_at": "2019-08-24T14:15:22Z",
- "name": "order support",
- "description": "Administrate orders",
- "scope": [
- "read:accounts",
- "read:billing",
- "admin:shopping"
]
}
scopes:
oid required | string <^[PT]{1}(?=(?:.{3}|.{8})$)[0-9]*$> An id that uniquely identifies the account or owner (partner) |
role_id required | string The id of the rule to delete |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "deleted_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "deleted_at": "2019-08-24T14:15:22Z",
- "name": "order support",
- "description": "Administrate orders",
- "scope": [
- "read:accounts",
- "read:billing",
- "admin:shopping"
]
}
scopes:
oid required | string <^[PT]{1}(?=(?:.{3}|.{8})$)[0-9]*$> An id that uniquely identifies the account or owner (partner) |
role_id required | string The id of the rule to delete |
scope required | Array of strings[ items non-empty ] |
name | string |
description | string |
{- "name": "order support",
- "description": "Administrate orders",
- "scope": [
- "read:accounts",
- "read:billing",
- "admin:shopping"
]
}
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "deleted_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "deleted_at": "2019-08-24T14:15:22Z",
- "name": "order support",
- "description": "Administrate orders",
- "scope": [
- "read:accounts",
- "read:billing",
- "admin:shopping"
]
}
scopes:
oid required | string <^[PT]{1}(?=(?:.{3}|.{8})$)[0-9]*$> An id that uniquely identifies the account or owner (partner) |
role_id required | string The id of the rule to delete |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "deleted_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "deleted_at": "2019-08-24T14:15:22Z",
- "name": "order support",
- "description": "Administrate orders",
- "scope": [
- "read:accounts",
- "read:billing",
- "admin:shopping"
]
}
Retrieve the JSON Web Key Set (JWKS) that can be used
to validate access_token
scopes:
oid required | string <^[PT]{1}(?=(?:.{3}|.{8})$)[0-9]*$> An id that uniquely identifies the account or owner (partner) |
[- {
- "alg": "RS256",
- "kty": "RSA",
- "use": "sig",
- "n": "lC4ehVB6W0OCtNPnz8udYH9Ao83B6EKnHA5eTcMOap_lQZ-nKtS1lZwBj4wXRVc1XmS0d2OQFA1VMQ-dHLDE3CiGfsGqWbaiZFdW7U\nGLO1nAwfDdH6xp3xwpKOMewDXbAHJlXdYYAe2ap-CE9c5WLTUBU6JROuWcorHCNJisj1aExyiY5t3JQQVGpBz2oUIHo7NRzQoKimvp\ndMvMzcYnTlk1dhlG11b1GTkBclprm1BmOP7Ltjd7aEumOJWS67nKcAZzl48Zyg5KtV11V9F9dkGt25qHauqFKL7w3wu-DYhT0hmyFc\nwn-tXS6e6HQbfHhR_MQxysLtDGOk2ViWv8AQ\n",
- "e": "AQAB",
- "kid": "a8fdc205a9f19cc1c7507a60c4f01b13d11d7fd0"
}
]
Create a new user
scopes:
aid required | string <^[PT]{1}\d{8}$> = 9 characters An id that uniquely identifies the account. |
username required | string [ 1 .. 255 ] characters The user's username. |
password required | string >= 8 characters The user's password |
Array of objects (AuthUserLinks) Links to resources related to the user, links is required when MFA is enabled. | |
object (AuthUserMfa) Require Multi-factor authentication (MFA) for the user |
{- "username": "string",
- "links": [
- {
- "rel": "phone_number",
- "href": "tel:+4799999999"
}, - {
- "rel": "email",
- "href": "mailto:name@email.com"
}
], - "mfa": {
- "challenge_type": "string",
- "oob_channels": [
- "sms"
]
}, - "password": "stringst"
}
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "deleted_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "deleted_at": "2019-08-24T14:15:22Z",
- "username": "string",
- "links": [
- {
- "rel": "phone_number",
- "href": "tel:+4799999999"
}, - {
- "rel": "email",
- "href": "mailto:name@email.com"
}
], - "mfa": {
- "challenge_type": "string",
- "oob_channels": [
- "sms"
]
}
}
Update existing user with new password
scopes:
aid required | string <^[PT]{1}\d{8}$> = 9 characters An id that uniquely identifies the account. |
username required | string <= 255 characters Username identifying the user |
password required | string >= 8 characters The user's password |
Array of objects (AuthUserLinks) Links to resources related to the user, links is required when MFA is enabled. | |
object (AuthUserMfa) Require Multi-factor authentication (MFA) for the user |
{- "password": "stringst",
- "links": [
- {
- "rel": "phone_number",
- "href": "tel:+4799999999"
}, - {
- "rel": "email",
- "href": "mailto:name@email.com"
}
], - "mfa": {
- "challenge_type": "string",
- "oob_channels": [
- "sms"
]
}
}
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "deleted_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "deleted_at": "2019-08-24T14:15:22Z",
- "username": "string",
- "links": [
- {
- "rel": "phone_number",
- "href": "tel:+4799999999"
}, - {
- "rel": "email",
- "href": "mailto:name@email.com"
}
], - "mfa": {
- "challenge_type": "string",
- "oob_channels": [
- "sms"
]
}
}
Delete existing user
scopes:
aid required | string <^[PT]{1}\d{8}$> = 9 characters An id that uniquely identifies the account. |
username required | string <= 255 characters Username identifying the user |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "deleted_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "deleted_at": "2019-08-24T14:15:22Z",
- "username": "string",
- "links": [
- {
- "rel": "phone_number",
- "href": "tel:+4799999999"
}, - {
- "rel": "email",
- "href": "mailto:name@email.com"
}
], - "mfa": {
- "challenge_type": "string",
- "oob_channels": [
- "sms"
]
}
}
Update existing users username
scopes:
aid required | string <^[PT]{1}\d{8}$> = 9 characters An id that uniquely identifies the account. |
username required | string <= 255 characters Username identifying the user |
username required | string [ 1 .. 255 ] characters The user's new usernname |
{- "username": "string"
}
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "deleted_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "deleted_at": "2019-08-24T14:15:22Z",
- "username": "string",
- "links": [
- {
- "rel": "phone_number",
- "href": "tel:+4799999999"
}, - {
- "rel": "email",
- "href": "mailto:name@email.com"
}
], - "mfa": {
- "challenge_type": "string",
- "oob_channels": [
- "sms"
]
}
}
Request a challenge for multi-factor authentication (MFA) based on the challenge types supported by the user.
The challenge_type is how the user will get the challenge and prove possession. Supported challenge types include:
oob
: for SMS messages or out-of-band (OOB)Use the response to request access token from the
auth/token endpoint
with grant_type=mfa_oob
scopes:
aid required | string <^[PT]{1}\d{8}$> = 9 characters An id that uniquely identifies the account. |
challenge_type required | string Value: "oob" The challenge type accepted by your application |
mfa_token required | string The token received from |
oob_channel | string Default: "sms" Enum: "sms" "email" The channel to use for OOB. Can only be provided when
|
{- "challenge_type": "oob",
- "oob_channel": "sms",
- "mfa_token": "string"
}
{- "challenge_type": "oob",
- "binding_method": "prompt",
- "oob_code": "bkaiew...akas"
}
Request a recovery for user with multi-factor authentication (MFA) enabled.
A recovery is done with two out-of-band (OOB) challenges over different channels.
Use the response to request access token from the
auth/token endpoint
with grant_type=mfa_oob
.
A 403 status
with mfa_required
error will be returned on success,
use the response to request a new challenge from the
auth/mfa/challenge endpoint.
scopes:
aid required | string <^[PT]{1}\d{8}$> = 9 characters An id that uniquely identifies the account. |
challenge_type required | string Value: "oob" The challenge type accepted by your application |
username required | string The end user's identifier. |
audience required | string The unique identifier of the target API you want to access. The audience must be a grant associated with the client used in the request |
oob_channel | string Default: "sms" Enum: "sms" "email" The channel to use for OOB. Can only be provided when
|
{- "challenge_type": "oob",
- "oob_channel": "sms",
- "username": "string",
}
{- "challenge_type": "oob",
- "binding_method": "prompt",
- "oob_code": "bkaiew...akas",
- "mfa_token": "string"
}
Get list of accounts filtered by the partner account
scopes:
oid required | string <^[PT]{1}(?=(?:.{3}|.{8})$)[0-9]*$> An id that uniquely identifies the account or owner (partner) |
search | string lookup accounts where search term match account id |
connection | Array of strings Filter accounts by payment connection applications. Will return an account if it has applied, been approved or rejected for all the given connections. Example: |
connection_status | Array of strings Filter accounts by connection status Will return an account if all statuses are represented among the connections. If the Example: |
payment_option | Array of strings Filter account by enabled payment_options Will return an account if all the given payment_options are enabled on the account. Example: |
account_manager | Array of strings filter account by account_manager |
limit | integer [ 1 .. 100 ] Default: 10 A limit on the number of objects to be returned. Limit can range between 1 and 100 items, and the default is 10 items. |
starting_after | string cursor for use in pagination. starting_after is an object ID
that defines your place in the list. For instance, if you make
a list request and receive 100 objects, end the result contains
|
[- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "deleted_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "deleted_at": "2019-08-24T14:15:22Z",
- "jwks": {
- "name": "string",
}, - "payment_case_status": "ACTIVE",
- "projected_sales": "string",
- "average_transaction_value": "string",
- "merchant_category_code": "string",
- "delivery_timeline": "P0W",
- "most_expensive_product_price": "string",
- "gift_card_revenue_percentage": "string",
- "credit_rating": "string",
- "prev_credit_rating": "string",
- "currency": "NOK",
- "applicant": {
- "first_name": "John",
- "last_name": "Doe",
- "email": "customer@example.com",
- "phone_number": "+4799999999",
- "agreement": {
- "name": "string",
- "version": "string",
- "personal_guarantee_accepted": true,
- "attachments": [
- {
- "name": "Cookie Policy",
- "version": "string"
}
], - "accepted_at": "2019-08-24T14:15:22Z"
}, - "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",
- "display_name": "TKP tech instore AS",
- "organization_number": "123456789MVA",
- "industry": "computer industry",
- "bank_name": "string",
- "account_number": "string",
- "address": {
- "address_line": "Sommerkroveien 34",
- "address_line_2": "PB 123",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO"
}, - "email": "contact@business.dintero.com",
- "technical_email": "tech_support@business.dintero.com",
- "phone_number": "string",
- "merchant_category_code": "string",
- "average_transaction_value": "string",
- "most_expensive_product_price": "string",
- "projected_sales": "string"
}, - "billing": {
- "business_name": "TKP tech AS",
- "organization_number": "123456789MVA",
- "address": {
- "address_line": "Sommerkroveien 34",
- "address_line_2": "PB 123",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO"
}, - "email": "billing@business.dintero.com",
- "reference": "string",
- "phone_number": "string"
}, - "subscription": {
- "interval": "month",
- "plan": "transaction_fee",
- "support": "office_hours",
- "metadata": { }
}, - "account_id": "string",
- "partner_id": "string",
- "livemode": false,
- "active": false,
- "language_code": "string",
- "progression": "applied",
- "reseller_id": "DINTERO_ACCOUNT:99900000",
- "account_manager": {
- "email": "employee@dintero.com"
}, - "permissions": [
- {
- "effect": "allow",
- "action": [
- "checkout:auto_capture"
]
}
], - "sale_channel": "DIRECT",
- "price_package": "string",
- "statistics": {
- "checkout_captures": [
- {
- "type": "monthly",
- "periode": "2023-09",
- "currency": "NOK",
- "volume": 3921930,
- "count": 131
}, - {
- "type": "weekly",
- "periode": "2023-W33",
- "currency": "NOK",
- "volume": 980482,
- "count": 32
}
], - "metrics": {
- "checkout:transaction:first_capture_at": "string",
- "checkout:transaction:last_capture_at": "string"
}
}, - "services": {
- "checkout": {
- "features": {
- "applepay": {
- "created_by": "string",
- "created_at": "string",
- "updated_by": "string",
- "updated_at": "string",
- "requested": "enable",
- "status": "declined"
}, - "billie": {
- "created_by": "string",
- "created_at": "string",
- "updated_by": "string",
- "updated_at": "string",
- "requested": "enable",
- "status": "declined"
}, - "clicktopay": {
- "created_by": "string",
- "created_at": "string",
- "updated_by": "string",
- "updated_at": "string",
- "requested": "enable",
- "status": "declined"
}, - "collector": {
- "created_by": "string",
- "created_at": "string",
- "updated_by": "string",
- "updated_at": "string",
- "requested": "enable",
- "status": "declined"
}, - "creditcard": {
- "created_by": "string",
- "created_at": "string",
- "updated_by": "string",
- "updated_at": "string",
- "requested": "enable",
- "status": "declined"
}, - "googlepay": {
- "created_by": "string",
- "created_at": "string",
- "updated_by": "string",
- "updated_at": "string",
- "requested": "enable",
- "status": "declined"
}, - "instabank": {
- "created_by": "string",
- "created_at": "string",
- "updated_by": "string",
- "updated_at": "string",
- "requested": "enable",
- "status": "declined"
}, - "klarna": {
- "created_by": "string",
- "created_at": "string",
- "updated_by": "string",
- "updated_at": "string",
- "requested": "enable",
- "status": "declined"
}, - "mobilepay": {
- "created_by": "string",
- "created_at": "string",
- "updated_by": "string",
- "updated_at": "string",
- "requested": "enable",
- "status": "declined"
}, - "santander": {
- "created_by": "string",
- "created_at": "string",
- "updated_by": "string",
- "updated_at": "string",
- "requested": "enable",
- "status": "declined"
}, - "swish": {
- "created_by": "string",
- "created_at": "string",
- "updated_by": "string",
- "updated_at": "string",
- "requested": "enable",
- "status": "declined"
}, - "vipps": {
- "created_by": "string",
- "created_at": "string",
- "updated_by": "string",
- "updated_at": "string",
- "requested": "enable",
- "status": "declined"
}
}, - "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "updated_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "status": "enabled",
- "progression": "not_applied",
- "metadata": { },
- "gateways": {
- "santander": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "progression": "not_applied"
}, - "collector": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "progression": "not_applied"
}, - "instabank": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "progression": "not_applied"
}, - "vipps": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "progression": "not_applied"
}, - "swish": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "progression": "not_applied"
}, - "bambora": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "progression": "not_applied"
}, - "payex": {
- "creditcard": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "progression": "not_applied"
}, - "swish": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "progression": "not_applied"
}
}, - "klarna": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "progression": "not_applied"
}, - "dintero": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "progression": "not_applied"
}
}
}, - "payout": {
- "features": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "updated_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "status": "enabled",
- "progression": "not_applied",
- "metadata": { },
- "features": {
- "split_payment": {
- "created_by": "string",
- "created_at": "string",
- "updated_by": "string",
- "updated_at": "string",
- "requested": "enable",
- "status": "declined"
}, - "daily_payouts": {
- "created_by": "string",
- "created_at": "string",
- "updated_by": "string",
- "updated_at": "string",
- "requested": "enable",
- "status": "declined"
}
}, - "split_payment": {
- "created_by": "string",
- "created_at": "string",
- "updated_by": "string",
- "updated_at": "string",
- "requested": "enable",
- "status": "declined"
}, - "daily_payouts": {
- "created_by": "string",
- "created_at": "string",
- "updated_by": "string",
- "updated_at": "string",
- "requested": "enable",
- "status": "declined"
}
}, - "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "updated_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "status": "enabled",
- "progression": "not_applied",
- "metadata": { }
}, - "customers": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "updated_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "status": "enabled",
- "progression": "not_applied",
- "metadata": { }
}, - "discounts": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "updated_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "status": "enabled",
- "progression": "not_applied",
- "metadata": { }
}, - "shopping": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "updated_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "status": "enabled",
- "progression": "not_applied",
- "metadata": { }
}, - "receipts": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "updated_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "status": "enabled",
- "progression": "not_applied",
- "metadata": { }
}, - "wallets": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "updated_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "status": "enabled",
- "progression": "not_applied",
- "metadata": { }
}
}, - "connections": {
- "instabank": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "metadata": { },
- "status": "pending",
- "events": [
- {
- "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "status": "pending",
- "event": "signature_required",
- "description": "Vipps awaiting signature",
}
], - "schema": 0,
- "configuration": {
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "instabank.invoice"
}
], - "payment_product_codes": {
- "instabank.finance": "630",
- "instabank.invoice": "632"
}, - "organization_number": "string"
}, - "signup": {
- "email": "customer@example.com",
- "phone_number": "+4799999999",
- "total_number_of_transactions": "string",
- "total_volume_of_transactions": "string",
- "finance_number_of_transactions": "string",
- "finance_volume_of_transactions": "string",
- "industry": "computer industry",
- "account_number": "12345678911",
- "payment_options": [
- {
- "type": "instabank.invoice"
}
], - "created_at": "2019-08-24T14:15:22Z",
- "callback_at": "2019-08-24T14:15:22Z"
}
}, - "vipps": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "metadata": { },
- "status": "pending",
- "events": [
- {
- "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "status": "pending",
- "event": "signature_required",
- "description": "Vipps awaiting signature",
}
], - "schema": 0,
- "configuration": {
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "vipps"
}
], - "merchant_name": "Vipps",
- "created_time": "00:00:00",
- "merchant_serial_number": "123456",
- "client_id": "51358942-08c8-4d50-99f4-a9aa970b5f5b",
- "subscription_keys": [
- {
- "product": "Access",
- "ocp_apim_subscription_key": "de897dbb-0cd3-4445-b003-ac8214ac4638"
}
]
}, - "signup": {
- "created_at": "2019-08-24T14:15:22Z",
- "id": "81b83246-5c19-7b94-875b-ea6d1114f099",
- "url": "string",
- "callback_at": "2019-08-24T14:15:22Z",
- "expires_at": "2019-08-24T14:15:22Z"
}
}, - "payex": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "metadata": { },
- "status": "pending",
- "events": [
- {
- "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "status": "pending",
- "event": "signature_required",
- "description": "Vipps awaiting signature",
}
], - "schema": 0,
- "configuration": {
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "payex.creditcard"
}
], - "payee_id": "string",
- "subsite": "string"
}, - "creditcard": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "metadata": { },
- "status": "pending",
- "events": [
- {
- "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "status": "pending",
- "event": "signature_required",
- "description": "Vipps awaiting signature",
}
], - "schema": 0,
- "configuration": {
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "payex.creditcard"
}
], - "payee_id": "string",
- "subsite": "string"
}, - "signup": {
- "business_name": "string",
- "legal_name": "string",
- "organization_number": "123456789MVA",
- "applicant_contact": {
- "name": "John Doe",
- "phone_number": "+4799999999",
- "email": "customer@example.com"
}, - "accounting_contact": {
- "name": "John Doe",
- "phone_number": "+4799999999",
- "email": "customer@example.com"
}, - "bank_name": "string",
- "account_number": "string",
- "website": "string",
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "payex.creditcard"
}
], - "created_at": "2019-08-24T14:15:22Z",
- "url": "string",
- "callback_at": "2019-08-24T14:15:22Z"
}
}, - "signup": {
- "business_name": "string",
- "legal_name": "string",
- "organization_number": "123456789MVA",
- "applicant_contact": {
- "name": "John Doe",
- "phone_number": "+4799999999",
- "email": "customer@example.com"
}, - "accounting_contact": {
- "name": "John Doe",
- "phone_number": "+4799999999",
- "email": "customer@example.com"
}, - "bank_name": "string",
- "account_number": "string",
- "website": "string",
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "payex.creditcard"
}
], - "created_at": "2019-08-24T14:15:22Z",
- "url": "string",
- "callback_at": "2019-08-24T14:15:22Z"
}
}, - "collector": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "metadata": { },
- "status": "pending",
- "events": [
- {
- "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "status": "pending",
- "event": "signature_required",
- "description": "Vipps awaiting signature",
}
], - "schema": 0,
- "configuration": {
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "collector.invoice"
}
], - "username": "string",
- "store_id": 0,
- "country": "string"
}, - "signup": {
- "business_name": "string",
- "legal_name": "string",
- "organization_number": "123456789MVA",
- "bank_name": "string",
- "account_number": "string",
- "website": "string",
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "collector.invoice"
}
], - "created_at": "2019-08-24T14:15:22Z",
- "url": "string",
- "callback_at": "2019-08-24T14:15:22Z"
}
}, - "swish": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "metadata": { },
- "status": "pending",
- "events": [
- {
- "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "status": "pending",
- "event": "signature_required",
- "description": "Vipps awaiting signature",
}
], - "schema": 0,
- "configuration": {
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "swish.swish"
}
], - "swish_number": "1231182293"
}, - "signup": {
- "business_name": "string",
- "legal_name": "string",
- "organization_number": "123456789MVA",
- "bank_name": "string",
- "account_number": "string",
- "website": "string",
- "payment_options": [
- {
- "currencies": [
- "SEK"
], - "type": "swish.swish"
}
], - "created_at": "2019-08-24T14:15:22Z",
- "callback_at": "2019-08-24T14:15:22Z"
}
}, - "bambora": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "metadata": { },
- "status": "pending",
- "events": [
- {
- "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "status": "pending",
- "event": "signature_required",
- "description": "Vipps awaiting signature",
}
], - "schema": 0,
- "configuration": {
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "string"
}
], - "merchant_number": "string",
- "md5_key": "string",
- "access_token": 0,
- "secret_token": "string",
- "token_scope": "string"
}, - "direct_signups": [
- {
- "case_id": "c74269e5-1f97-4e20-9164-ffbe3494d8d6",
- "merchant_number": "P12345678",
- "md5_key": "ae45ase",
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "bambora.creditcard"
}
], - "signup_id": "006b4be1-e280-4246-b411-564ae0214a53",
- "created_at": "2019-08-24T14:15:22Z",
- "callback_at": "2019-08-24T14:15:22Z"
}
], - "signup": {
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "bambora.creditcard"
}
], - "store_type": [
- "online"
], - "revenue": {
- "currency": "NOK",
- "yearly_revenue": "100.000-250.000 NOK",
- "highest_transaction_amount": "500-1000 NOK",
- "average_amount": "250-500 NOK",
- "accept_prepaid": true,
- "subscriptions_or_memberships": true,
- "gift_cards": true
}, - "bank_name": "string",
- "account_number": "string",
- "ownership": {
- "ownership_structure": "owners_with_more_than_25",
- "owners": [
- {
- "name": "string",
- "legal_name": "string",
- "date_of_birth": "1990-09-20",
- "percentage": 25
}
]
}, - "verifications": {
- "terms_and_conditions": true,
- "terms_and_conditions_url": "string",
- "contact_information": true,
- "payment_site": true,
- "clear_pricing": true,
- "payment_product_logos": true
}, - "signature": {
- "signatures": [
- {
- "name": "string",
- "email": "string"
}
], - "politically_exposed_person": true,
- "politically_exposed_associated": true
}, - "applicant": {
- "phone_number": "+4799999999"
}, - "created_at": "2019-08-24T14:15:22Z",
- "callback_at": "2019-08-24T14:15:22Z"
}, - "submerchant_signups": [
- {
- "case_id": "c74269e5-1f97-4e20-9164-ffbe3494d8d6",
- "merchant_number": "P12345678",
- "md5_key": "ae45ase",
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "bambora.creditcard"
}
], - "mcc": 5814,
- "created_at": "2019-08-24T14:15:22Z",
- "callback_at": "2019-08-24T14:15:22Z"
}
]
}, - "common": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "metadata": { },
- "status": "pending",
- "events": [
- {
- "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "status": "pending",
- "event": "signature_required",
- "description": "Vipps awaiting signature",
}
], - "schema": 0,
- "signup": {
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "dintero.zero"
}
], - "store_type": [
- "online"
], - "package": "Checkout 195 NOK/month + 1.5%",
- "revenue": {
- "currency": "NOK",
- "yearly_revenue": "100.000-250.000 NOK",
- "highest_transaction_amount": "500-1000 NOK",
- "average_amount": "250-500 NOK",
- "accept_prepaid": true,
- "subscriptions_or_memberships": true,
- "gift_cards": true,
- "estimated_percentage_per_payment_type": [
- {
- "percentage": 100,
- "type": "swish.swish"
}
]
}, - "bank_accounts": [
- {
- "account_number": "string",
- "account_number_type": "iban",
- "bank_name": "string",
}
], - "ownership": {
- "ownership_structure": "owners_with_more_than_25",
- "owners": [
- {
- "name": "string",
- "legal_name": "string",
- "date_of_birth": "1990-09-20",
- "social_security_number": "string",
- "percentage": 25,
- "address": {
- "address_line": "Sommerkroveien 34",
- "address_line_2": "PB 123",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO"
}
}
]
}, - "verifications": {
- "terms_and_conditions": true,
- "terms_and_conditions_url": "string",
- "contact_information": true,
- "payment_site": true,
- "payment_site_url": "string",
- "demo_site_url": "string",
- "clear_pricing": true,
- "payment_product_logos": true
}, - "signature": {
- "signatures": [
- {
- "name": "string",
- "email": "string"
}
], - "politically_exposed_person": true,
- "politically_exposed_associated": true
}, - "applicant": {
- "first_name": "John",
- "last_name": "Doe",
- "email": "customer@example.com",
- "phone_number": "+4799999999",
- "social_security_number": "string"
}, - "company_information": {
- "industry": "goods",
- "company_category": "4722",
- "mcc": {
- "mcc": "string",
- "range": {
- "start": "string",
- "end": "string",
- "description": "string",
- "reserved": true
}, - "iso_description": "string",
- "usda_description": "string",
- "stripe_description": "string",
- "stripe_code": "string",
- "visa_description": "string",
- "visa_req_clearing_name": "string"
}, - "company_description": "string"
}, - "payment_method_specific": {
- "payex": {
- "signup_url": "string"
}, - "instabank": {
- "total_number_of_transactions": "string",
- "total_volume_of_transactions": "string",
- "finance_number_of_transactions": "string",
- "finance_volume_of_transactions": "string"
}, - "vipps": {
- "signup_url": "string"
}
}, - "created_at": "2019-08-24T14:15:22Z"
}
}, - "klarna": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "metadata": { },
- "status": "pending",
- "events": [
- {
- "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "status": "pending",
- "event": "signature_required",
- "description": "Vipps awaiting signature",
}
], - "schema": 0,
- "configuration": {
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "klarna.klarna"
}
], - "credentials": [
- {
- "case_id": "c74269e5-1f97-4e20-9164-ffbe3494d8d6",
- "merchant_id": "string",
- "username": "string"
}
]
}, - "signups": [
- {
- "case_id": "c74269e5-1f97-4e20-9164-ffbe3494d8d6",
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "klarna.klarna"
}
], - "price_package": "EU_DINTERO_PP001",
- "mcc": 5814,
- "created_at": "2019-08-24T14:15:22Z",
- "callback_at": "2019-08-24T14:15:22Z"
}
]
}, - "vipps_psp": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "metadata": { },
- "status": "pending",
- "events": [
- {
- "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "status": "pending",
- "event": "signature_required",
- "description": "Vipps awaiting signature",
}
], - "schema": 0,
- "configuration": {
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "dintero.vipps"
}
], - "merchant_serial_number": "123456"
}, - "signups": [
- {
- "case_id": "c74269e5-1f97-4e20-9164-ffbe3494d8d6",
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "dintero.vipps"
}
], - "logo": "string",
- "created_at": "2019-08-24T14:15:22Z"
}
]
}, - "visa_tokens": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "metadata": { },
- "status": "pending",
- "events": [
- {
- "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "status": "pending",
- "event": "signature_required",
- "description": "Vipps awaiting signature",
}
], - "schema": 0
}
}, - "approvals_payments_statuses": {
- "ACTIVE": 0,
- "DECLINED": 0,
- "UNDER_MANUAL_REVIEW": 0,
- "AUTOMATIC_REVIEW": 0,
- "WAITING_FOR_SIGNATURE": 0,
- "WAITING_FOR_DECLARATION": 0,
- "WAITING_FOR_DETAILS": 0,
- "ERROR": 0,
- "ARCHIVED": 0
}, - "approvals_payout_destinations_statuses": {
- "ACTIVE": 0,
- "DECLINED": 0,
- "UNDER_MANUAL_REVIEW": 0,
- "AUTOMATIC_REVIEW": 0,
- "WAITING_FOR_SIGNATURE": 0,
- "WAITING_FOR_DECLARATION": 0,
- "WAITING_FOR_DETAILS": 0,
- "ERROR": 0,
- "ARCHIVED": 0
}
}
]
Create an account from an partner account
scopes:
oid required | string <^[PT]{1}(?=(?:.{3}|.{8})$)[0-9]*$> An id that uniquely identifies the account or owner (partner) |
required | object The individual completing the account registration |
required | object (AccountCompany) The details of an account company |
required | object (AccountBilling) The details of the billing for the account |
partner_id | string <^[PT]{1}(?=(?:.{3})$)[0-9]*$> The id of the partner to associate with the account |
invites | Array of strings <email> [ items <email > ] Users to invite to the account by email |
Array of objects Users to invite to the account with name and email | |
invitation_note | string A note to include in the invitation email |
actions | Array of strings Items Value: "send_invite" The actions to perform on the account
|
object (PricePackageCustomCreateData) Custom price package to apply to the account | |
object (Subscription) Subscription plan for the account | |
livemode | boolean Default: false Flag indicating whether the account exists in live mode and test mode. |
language_code | string The preferred language for the account as defined by BCP 47 (IETF BCP 47, "Tags for Identifying Languages"). |
progression | string Enum: "applied" "live" "frozen" "deactivated" Status assigned to the account by the account partner
|
reseller_id | string Reseller id assigned by the account partner
|
object Account manager responsible for the account.
| |
Array of objects List the permission granted the account | |
sale_channel | string Enum: "DIRECT" "INBOUND" "PARTNER" "REFERRAL" |
price_package | string |
object Statistics for the account | |
object |
{- "partner_id": "string",
- "applicant": {
- "first_name": "John",
- "last_name": "Doe",
- "email": "customer@example.com",
- "phone_number": "+4799999999",
- "agreement": {
- "name": "string",
- "version": "string",
- "personal_guarantee_accepted": true,
- "attachments": [
- {
- "name": "Cookie Policy",
- "version": "string"
}
]
}, - "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"
}
}, - "invites": [
- "user@example.com"
], - "invite_users": [
- {
- "email": "user@example.com",
- "first_name": "John",
- "last_name": "Doe"
}
], - "invitation_note": "Welcome to the account",
- "actions": [
- "send_invite"
], - "custom_price_package": {
- "name": "string",
- "description": "string",
- "pricing_conditions": "string",
- "metadata": {
- "property1": "string",
- "property2": "string"
}, - "products": [
- {
- "namespace": "checkout",
- "product_id": "checkout.capture.card",
- "prices": [
- {
- "type": "blend",
- "amounts": [
- {
- "name": "EU cards",
- "description": "string",
- "flat_amount": 250,
- "unit_amount": "0.025"
}
], - "dimensions": [
- {
- "name": "currency",
- "values": [
- "NOK",
- "SEK"
]
}, - {
- "name": "card.issuer_country",
- "values": [
- "NO",
- "SE"
]
}
]
}
]
}
]
}, - "company": {
- "business_name": "TKP tech AS",
- "display_name": "TKP tech instore AS",
- "organization_number": "123456789MVA",
- "industry": "computer industry",
- "bank_name": "string",
- "account_number": "string",
- "address": {
- "address_line": "Sommerkroveien 34",
- "address_line_2": "PB 123",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO"
}, - "email": "contact@business.dintero.com",
- "technical_email": "tech_support@business.dintero.com",
- "phone_number": "string",
- "merchant_category_code": "string",
- "average_transaction_value": "string",
- "most_expensive_product_price": "string",
- "projected_sales": "string"
}, - "billing": {
- "business_name": "TKP tech AS",
- "organization_number": "123456789MVA",
- "address": {
- "address_line": "Sommerkroveien 34",
- "address_line_2": "PB 123",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO"
}, - "email": "billing@business.dintero.com",
- "reference": "string",
- "phone_number": "string"
}, - "subscription": {
- "interval": "month",
- "plan": "transaction_fee",
- "support": "office_hours",
- "metadata": { }
}, - "livemode": false,
- "language_code": "string",
- "progression": "applied",
- "reseller_id": "DINTERO_ACCOUNT:99900000",
- "account_manager": {
- "email": "employee@dintero.com"
}, - "permissions": [
- {
- "effect": "allow",
- "action": [
- "checkout:auto_capture"
]
}
], - "sale_channel": "DIRECT",
- "price_package": "string",
- "statistics": {
- "metrics": {
- "checkout:transaction:first_capture_at": "string",
- "checkout:transaction:last_capture_at": "string"
}
}, - "services": {
- "checkout": {
- "features": {
- "applepay": {
- "requested": "enable",
- "status": "declined"
}, - "billie": {
- "requested": "enable",
- "status": "declined"
}, - "clicktopay": {
- "requested": "enable",
- "status": "declined"
}, - "collector": {
- "requested": "enable",
- "status": "declined"
}, - "creditcard": {
- "requested": "enable",
- "status": "declined"
}, - "googlepay": {
- "requested": "enable",
- "status": "declined"
}, - "instabank": {
- "requested": "enable",
- "status": "declined"
}, - "klarna": {
- "requested": "enable",
- "status": "declined"
}, - "mobilepay": {
- "requested": "enable",
- "status": "declined"
}, - "santander": {
- "requested": "enable",
- "status": "declined"
}, - "swish": {
- "requested": "enable",
- "status": "declined"
}, - "vipps": {
- "requested": "enable",
- "status": "declined"
}
}
}, - "payout": {
- "features": {
- "status": "enabled",
- "progression": "not_applied",
- "metadata": { },
- "features": {
- "split_payment": {
- "requested": "enable",
- "status": "declined"
}, - "daily_payouts": {
- "requested": "enable",
- "status": "declined"
}
}
}
}
}
}
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "deleted_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "deleted_at": "2019-08-24T14:15:22Z",
- "jwks": {
- "name": "string",
}, - "payment_case_status": "ACTIVE",
- "projected_sales": "string",
- "average_transaction_value": "string",
- "merchant_category_code": "string",
- "delivery_timeline": "P0W",
- "most_expensive_product_price": "string",
- "gift_card_revenue_percentage": "string",
- "credit_rating": "string",
- "prev_credit_rating": "string",
- "currency": "NOK",
- "applicant": {
- "first_name": "John",
- "last_name": "Doe",
- "email": "customer@example.com",
- "phone_number": "+4799999999",
- "agreement": {
- "name": "string",
- "version": "string",
- "personal_guarantee_accepted": true,
- "attachments": [
- {
- "name": "Cookie Policy",
- "version": "string"
}
], - "accepted_at": "2019-08-24T14:15:22Z"
}, - "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",
- "display_name": "TKP tech instore AS",
- "organization_number": "123456789MVA",
- "industry": "computer industry",
- "bank_name": "string",
- "account_number": "string",
- "address": {
- "address_line": "Sommerkroveien 34",
- "address_line_2": "PB 123",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO"
}, - "email": "contact@business.dintero.com",
- "technical_email": "tech_support@business.dintero.com",
- "phone_number": "string",
- "merchant_category_code": "string",
- "average_transaction_value": "string",
- "most_expensive_product_price": "string",
- "projected_sales": "string"
}, - "billing": {
- "business_name": "TKP tech AS",
- "organization_number": "123456789MVA",
- "address": {
- "address_line": "Sommerkroveien 34",
- "address_line_2": "PB 123",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO"
}, - "email": "billing@business.dintero.com",
- "reference": "string",
- "phone_number": "string"
}, - "subscription": {
- "interval": "month",
- "plan": "transaction_fee",
- "support": "office_hours",
- "metadata": { }
}, - "account_id": "string",
- "partner_id": "string",
- "livemode": false,
- "active": false,
- "language_code": "string",
- "progression": "applied",
- "reseller_id": "DINTERO_ACCOUNT:99900000",
- "account_manager": {
- "email": "employee@dintero.com"
}, - "permissions": [
- {
- "effect": "allow",
- "action": [
- "checkout:auto_capture"
]
}
], - "sale_channel": "DIRECT",
- "price_package": "string",
- "statistics": {
- "checkout_captures": [
- {
- "type": "monthly",
- "periode": "2023-09",
- "currency": "NOK",
- "volume": 3921930,
- "count": 131
}, - {
- "type": "weekly",
- "periode": "2023-W33",
- "currency": "NOK",
- "volume": 980482,
- "count": 32
}
], - "metrics": {
- "checkout:transaction:first_capture_at": "string",
- "checkout:transaction:last_capture_at": "string"
}
}, - "services": {
- "checkout": {
- "features": {
- "applepay": {
- "created_by": "string",
- "created_at": "string",
- "updated_by": "string",
- "updated_at": "string",
- "requested": "enable",
- "status": "declined"
}, - "billie": {
- "created_by": "string",
- "created_at": "string",
- "updated_by": "string",
- "updated_at": "string",
- "requested": "enable",
- "status": "declined"
}, - "clicktopay": {
- "created_by": "string",
- "created_at": "string",
- "updated_by": "string",
- "updated_at": "string",
- "requested": "enable",
- "status": "declined"
}, - "collector": {
- "created_by": "string",
- "created_at": "string",
- "updated_by": "string",
- "updated_at": "string",
- "requested": "enable",
- "status": "declined"
}, - "creditcard": {
- "created_by": "string",
- "created_at": "string",
- "updated_by": "string",
- "updated_at": "string",
- "requested": "enable",
- "status": "declined"
}, - "googlepay": {
- "created_by": "string",
- "created_at": "string",
- "updated_by": "string",
- "updated_at": "string",
- "requested": "enable",
- "status": "declined"
}, - "instabank": {
- "created_by": "string",
- "created_at": "string",
- "updated_by": "string",
- "updated_at": "string",
- "requested": "enable",
- "status": "declined"
}, - "klarna": {
- "created_by": "string",
- "created_at": "string",
- "updated_by": "string",
- "updated_at": "string",
- "requested": "enable",
- "status": "declined"
}, - "mobilepay": {
- "created_by": "string",
- "created_at": "string",
- "updated_by": "string",
- "updated_at": "string",
- "requested": "enable",
- "status": "declined"
}, - "santander": {
- "created_by": "string",
- "created_at": "string",
- "updated_by": "string",
- "updated_at": "string",
- "requested": "enable",
- "status": "declined"
}, - "swish": {
- "created_by": "string",
- "created_at": "string",
- "updated_by": "string",
- "updated_at": "string",
- "requested": "enable",
- "status": "declined"
}, - "vipps": {
- "created_by": "string",
- "created_at": "string",
- "updated_by": "string",
- "updated_at": "string",
- "requested": "enable",
- "status": "declined"
}
}, - "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "updated_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "status": "enabled",
- "progression": "not_applied",
- "metadata": { },
- "gateways": {
- "santander": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "progression": "not_applied"
}, - "collector": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "progression": "not_applied"
}, - "instabank": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "progression": "not_applied"
}, - "vipps": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "progression": "not_applied"
}, - "swish": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "progression": "not_applied"
}, - "bambora": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "progression": "not_applied"
}, - "payex": {
- "creditcard": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "progression": "not_applied"
}, - "swish": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "progression": "not_applied"
}
}, - "klarna": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "progression": "not_applied"
}, - "dintero": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "progression": "not_applied"
}
}
}, - "payout": {
- "features": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "updated_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "status": "enabled",
- "progression": "not_applied",
- "metadata": { },
- "features": {
- "split_payment": {
- "created_by": "string",
- "created_at": "string",
- "updated_by": "string",
- "updated_at": "string",
- "requested": "enable",
- "status": "declined"
}, - "daily_payouts": {
- "created_by": "string",
- "created_at": "string",
- "updated_by": "string",
- "updated_at": "string",
- "requested": "enable",
- "status": "declined"
}
}, - "split_payment": {
- "created_by": "string",
- "created_at": "string",
- "updated_by": "string",
- "updated_at": "string",
- "requested": "enable",
- "status": "declined"
}, - "daily_payouts": {
- "created_by": "string",
- "created_at": "string",
- "updated_by": "string",
- "updated_at": "string",
- "requested": "enable",
- "status": "declined"
}
}, - "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "updated_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "status": "enabled",
- "progression": "not_applied",
- "metadata": { }
}, - "customers": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "updated_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "status": "enabled",
- "progression": "not_applied",
- "metadata": { }
}, - "discounts": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "updated_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "status": "enabled",
- "progression": "not_applied",
- "metadata": { }
}, - "shopping": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "updated_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "status": "enabled",
- "progression": "not_applied",
- "metadata": { }
}, - "receipts": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "updated_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "status": "enabled",
- "progression": "not_applied",
- "metadata": { }
}, - "wallets": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "updated_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "status": "enabled",
- "progression": "not_applied",
- "metadata": { }
}
}, - "connections": {
- "instabank": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "metadata": { },
- "status": "pending",
- "events": [
- {
- "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "status": "pending",
- "event": "signature_required",
- "description": "Vipps awaiting signature",
}
], - "schema": 0,
- "configuration": {
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "instabank.invoice"
}
], - "payment_product_codes": {
- "instabank.finance": "630",
- "instabank.invoice": "632"
}, - "organization_number": "string"
}, - "signup": {
- "email": "customer@example.com",
- "phone_number": "+4799999999",
- "total_number_of_transactions": "string",
- "total_volume_of_transactions": "string",
- "finance_number_of_transactions": "string",
- "finance_volume_of_transactions": "string",
- "industry": "computer industry",
- "account_number": "12345678911",
- "payment_options": [
- {
- "type": "instabank.invoice"
}
], - "created_at": "2019-08-24T14:15:22Z",
- "callback_at": "2019-08-24T14:15:22Z"
}
}, - "vipps": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "metadata": { },
- "status": "pending",
- "events": [
- {
- "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "status": "pending",
- "event": "signature_required",
- "description": "Vipps awaiting signature",
}
], - "schema": 0,
- "configuration": {
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "vipps"
}
], - "merchant_name": "Vipps",
- "created_time": "00:00:00",
- "merchant_serial_number": "123456",
- "client_id": "51358942-08c8-4d50-99f4-a9aa970b5f5b",
- "subscription_keys": [
- {
- "product": "Access",
- "ocp_apim_subscription_key": "de897dbb-0cd3-4445-b003-ac8214ac4638"
}
]
}, - "signup": {
- "created_at": "2019-08-24T14:15:22Z",
- "id": "81b83246-5c19-7b94-875b-ea6d1114f099",
- "url": "string",
- "callback_at": "2019-08-24T14:15:22Z",
- "expires_at": "2019-08-24T14:15:22Z"
}
}, - "payex": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "metadata": { },
- "status": "pending",
- "events": [
- {
- "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "status": "pending",
- "event": "signature_required",
- "description": "Vipps awaiting signature",
}
], - "schema": 0,
- "configuration": {
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "payex.creditcard"
}
], - "payee_id": "string",
- "subsite": "string"
}, - "creditcard": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "metadata": { },
- "status": "pending",
- "events": [
- {
- "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "status": "pending",
- "event": "signature_required",
- "description": "Vipps awaiting signature",
}
], - "schema": 0,
- "configuration": {
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "payex.creditcard"
}
], - "payee_id": "string",
- "subsite": "string"
}, - "signup": {
- "business_name": "string",
- "legal_name": "string",
- "organization_number": "123456789MVA",
- "applicant_contact": {
- "name": "John Doe",
- "phone_number": "+4799999999",
- "email": "customer@example.com"
}, - "accounting_contact": {
- "name": "John Doe",
- "phone_number": "+4799999999",
- "email": "customer@example.com"
}, - "bank_name": "string",
- "account_number": "string",
- "website": "string",
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "payex.creditcard"
}
], - "created_at": "2019-08-24T14:15:22Z",
- "url": "string",
- "callback_at": "2019-08-24T14:15:22Z"
}
}, - "signup": {
- "business_name": "string",
- "legal_name": "string",
- "organization_number": "123456789MVA",
- "applicant_contact": {
- "name": "John Doe",
- "phone_number": "+4799999999",
- "email": "customer@example.com"
}, - "accounting_contact": {
- "name": "John Doe",
- "phone_number": "+4799999999",
- "email": "customer@example.com"
}, - "bank_name": "string",
- "account_number": "string",
- "website": "string",
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "payex.creditcard"
}
], - "created_at": "2019-08-24T14:15:22Z",
- "url": "string",
- "callback_at": "2019-08-24T14:15:22Z"
}
}, - "collector": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "metadata": { },
- "status": "pending",
- "events": [
- {
- "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "status": "pending",
- "event": "signature_required",
- "description": "Vipps awaiting signature",
}
], - "schema": 0,
- "configuration": {
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "collector.invoice"
}
], - "username": "string",
- "store_id": 0,
- "country": "string"
}, - "signup": {
- "business_name": "string",
- "legal_name": "string",
- "organization_number": "123456789MVA",
- "bank_name": "string",
- "account_number": "string",
- "website": "string",
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "collector.invoice"
}
], - "created_at": "2019-08-24T14:15:22Z",
- "url": "string",
- "callback_at": "2019-08-24T14:15:22Z"
}
}, - "swish": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "metadata": { },
- "status": "pending",
- "events": [
- {
- "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "status": "pending",
- "event": "signature_required",
- "description": "Vipps awaiting signature",
}
], - "schema": 0,
- "configuration": {
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "swish.swish"
}
], - "swish_number": "1231182293"
}, - "signup": {
- "business_name": "string",
- "legal_name": "string",
- "organization_number": "123456789MVA",
- "bank_name": "string",
- "account_number": "string",
- "website": "string",
- "payment_options": [
- {
- "currencies": [
- "SEK"
], - "type": "swish.swish"
}
], - "created_at": "2019-08-24T14:15:22Z",
- "callback_at": "2019-08-24T14:15:22Z"
}
}, - "bambora": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "metadata": { },
- "status": "pending",
- "events": [
- {
- "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "status": "pending",
- "event": "signature_required",
- "description": "Vipps awaiting signature",
}
], - "schema": 0,
- "configuration": {
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "string"
}
], - "merchant_number": "string",
- "md5_key": "string",
- "access_token": 0,
- "secret_token": "string",
- "token_scope": "string"
}, - "direct_signups": [
- {
- "case_id": "c74269e5-1f97-4e20-9164-ffbe3494d8d6",
- "merchant_number": "P12345678",
- "md5_key": "ae45ase",
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "bambora.creditcard"
}
], - "signup_id": "006b4be1-e280-4246-b411-564ae0214a53",
- "created_at": "2019-08-24T14:15:22Z",
- "callback_at": "2019-08-24T14:15:22Z"
}
], - "signup": {
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "bambora.creditcard"
}
], - "store_type": [
- "online"
], - "revenue": {
- "currency": "NOK",
- "yearly_revenue": "100.000-250.000 NOK",
- "highest_transaction_amount": "500-1000 NOK",
- "average_amount": "250-500 NOK",
- "accept_prepaid": true,
- "subscriptions_or_memberships": true,
- "gift_cards": true
}, - "bank_name": "string",
- "account_number": "string",
- "ownership": {
- "ownership_structure": "owners_with_more_than_25",
- "owners": [
- {
- "name": "string",
- "legal_name": "string",
- "date_of_birth": "1990-09-20",
- "percentage": 25
}
]
}, - "verifications": {
- "terms_and_conditions": true,
- "terms_and_conditions_url": "string",
- "contact_information": true,
- "payment_site": true,
- "clear_pricing": true,
- "payment_product_logos": true
}, - "signature": {
- "signatures": [
- {
- "name": "string",
- "email": "string"
}
], - "politically_exposed_person": true,
- "politically_exposed_associated": true
}, - "applicant": {
- "phone_number": "+4799999999"
}, - "created_at": "2019-08-24T14:15:22Z",
- "callback_at": "2019-08-24T14:15:22Z"
}, - "submerchant_signups": [
- {
- "case_id": "c74269e5-1f97-4e20-9164-ffbe3494d8d6",
- "merchant_number": "P12345678",
- "md5_key": "ae45ase",
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "bambora.creditcard"
}
], - "mcc": 5814,
- "created_at": "2019-08-24T14:15:22Z",
- "callback_at": "2019-08-24T14:15:22Z"
}
]
}, - "common": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "metadata": { },
- "status": "pending",
- "events": [
- {
- "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "status": "pending",
- "event": "signature_required",
- "description": "Vipps awaiting signature",
}
], - "schema": 0,
- "signup": {
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "dintero.zero"
}
], - "store_type": [
- "online"
], - "package": "Checkout 195 NOK/month + 1.5%",
- "revenue": {
- "currency": "NOK",
- "yearly_revenue": "100.000-250.000 NOK",
- "highest_transaction_amount": "500-1000 NOK",
- "average_amount": "250-500 NOK",
- "accept_prepaid": true,
- "subscriptions_or_memberships": true,
- "gift_cards": true,
- "estimated_percentage_per_payment_type": [
- {
- "percentage": 100,
- "type": "swish.swish"
}
]
}, - "bank_accounts": [
- {
- "account_number": "string",
- "account_number_type": "iban",
- "bank_name": "string",
}
], - "ownership": {
- "ownership_structure": "owners_with_more_than_25",
- "owners": [
- {
- "name": "string",
- "legal_name": "string",
- "date_of_birth": "1990-09-20",
- "social_security_number": "string",
- "percentage": 25,
- "address": {
- "address_line": "Sommerkroveien 34",
- "address_line_2": "PB 123",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO"
}
}
]
}, - "verifications": {
- "terms_and_conditions": true,
- "terms_and_conditions_url": "string",
- "contact_information": true,
- "payment_site": true,
- "payment_site_url": "string",
- "demo_site_url": "string",
- "clear_pricing": true,
- "payment_product_logos": true
}, - "signature": {
- "signatures": [
- {
- "name": "string",
- "email": "string"
}
], - "politically_exposed_person": true,
- "politically_exposed_associated": true
}, - "applicant": {
- "first_name": "John",
- "last_name": "Doe",
- "email": "customer@example.com",
- "phone_number": "+4799999999",
- "social_security_number": "string"
}, - "company_information": {
- "industry": "goods",
- "company_category": "4722",
- "mcc": {
- "mcc": "string",
- "range": {
- "start": "string",
- "end": "string",
- "description": "string",
- "reserved": true
}, - "iso_description": "string",
- "usda_description": "string",
- "stripe_description": "string",
- "stripe_code": "string",
- "visa_description": "string",
- "visa_req_clearing_name": "string"
}, - "company_description": "string"
}, - "payment_method_specific": {
- "payex": {
- "signup_url": "string"
}, - "instabank": {
- "total_number_of_transactions": "string",
- "total_volume_of_transactions": "string",
- "finance_number_of_transactions": "string",
- "finance_volume_of_transactions": "string"
}, - "vipps": {
- "signup_url": "string"
}
}, - "created_at": "2019-08-24T14:15:22Z"
}
}, - "klarna": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "metadata": { },
- "status": "pending",
- "events": [
- {
- "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "status": "pending",
- "event": "signature_required",
- "description": "Vipps awaiting signature",
}
], - "schema": 0,
- "configuration": {
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "klarna.klarna"
}
], - "credentials": [
- {
- "case_id": "c74269e5-1f97-4e20-9164-ffbe3494d8d6",
- "merchant_id": "string",
- "username": "string"
}
]
}, - "signups": [
- {
- "case_id": "c74269e5-1f97-4e20-9164-ffbe3494d8d6",
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "klarna.klarna"
}
], - "price_package": "EU_DINTERO_PP001",
- "mcc": 5814,
- "created_at": "2019-08-24T14:15:22Z",
- "callback_at": "2019-08-24T14:15:22Z"
}
]
}, - "vipps_psp": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "metadata": { },
- "status": "pending",
- "events": [
- {
- "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "status": "pending",
- "event": "signature_required",
- "description": "Vipps awaiting signature",
}
], - "schema": 0,
- "configuration": {
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "dintero.vipps"
}
], - "merchant_serial_number": "123456"
}, - "signups": [
- {
- "case_id": "c74269e5-1f97-4e20-9164-ffbe3494d8d6",
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "dintero.vipps"
}
], - "logo": "string",
- "created_at": "2019-08-24T14:15:22Z"
}
]
}, - "visa_tokens": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "metadata": { },
- "status": "pending",
- "events": [
- {
- "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "status": "pending",
- "event": "signature_required",
- "description": "Vipps awaiting signature",
}
], - "schema": 0
}
}, - "approvals_payments_statuses": {
- "ACTIVE": 0,
- "DECLINED": 0,
- "UNDER_MANUAL_REVIEW": 0,
- "AUTOMATIC_REVIEW": 0,
- "WAITING_FOR_SIGNATURE": 0,
- "WAITING_FOR_DECLARATION": 0,
- "WAITING_FOR_DETAILS": 0,
- "ERROR": 0,
- "ARCHIVED": 0
}, - "approvals_payout_destinations_statuses": {
- "ACTIVE": 0,
- "DECLINED": 0,
- "UNDER_MANUAL_REVIEW": 0,
- "AUTOMATIC_REVIEW": 0,
- "WAITING_FOR_SIGNATURE": 0,
- "WAITING_FOR_DECLARATION": 0,
- "WAITING_FOR_DETAILS": 0,
- "ERROR": 0,
- "ARCHIVED": 0
}
}
Delete an account
scopes:
oid required | string <^[PT]{1}(?=(?:.{3}|.{8})$)[0-9]*$> An id that uniquely identifies the account or owner (partner) |
aid required | string <^[PT]{1}\d{8}$> = 9 characters An id that uniquely identifies the account. |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "deleted_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "deleted_at": "2019-08-24T14:15:22Z",
- "jwks": {
- "name": "string",
}, - "payment_case_status": "ACTIVE",
- "projected_sales": "string",
- "average_transaction_value": "string",
- "merchant_category_code": "string",
- "delivery_timeline": "P0W",
- "most_expensive_product_price": "string",
- "gift_card_revenue_percentage": "string",
- "credit_rating": "string",
- "prev_credit_rating": "string",
- "currency": "NOK",
- "applicant": {
- "first_name": "John",
- "last_name": "Doe",
- "email": "customer@example.com",
- "phone_number": "+4799999999",
- "agreement": {
- "name": "string",
- "version": "string",
- "personal_guarantee_accepted": true,
- "attachments": [
- {
- "name": "Cookie Policy",
- "version": "string"
}
], - "accepted_at": "2019-08-24T14:15:22Z"
}, - "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",
- "display_name": "TKP tech instore AS",
- "organization_number": "123456789MVA",
- "industry": "computer industry",
- "bank_name": "string",
- "account_number": "string",
- "address": {
- "address_line": "Sommerkroveien 34",
- "address_line_2": "PB 123",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO"
}, - "email": "contact@business.dintero.com",
- "technical_email": "tech_support@business.dintero.com",
- "phone_number": "string",
- "merchant_category_code": "string",
- "average_transaction_value": "string",
- "most_expensive_product_price": "string",
- "projected_sales": "string"
}, - "billing": {
- "business_name": "TKP tech AS",
- "organization_number": "123456789MVA",
- "address": {
- "address_line": "Sommerkroveien 34",
- "address_line_2": "PB 123",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO"
}, - "email": "billing@business.dintero.com",
- "reference": "string",
- "phone_number": "string"
}, - "subscription": {
- "interval": "month",
- "plan": "transaction_fee",
- "support": "office_hours",
- "metadata": { }
}, - "account_id": "string",
- "partner_id": "string",
- "livemode": false,
- "active": false,
- "language_code": "string",
- "progression": "applied",
- "reseller_id": "DINTERO_ACCOUNT:99900000",
- "account_manager": {
- "email": "employee@dintero.com"
}, - "permissions": [
- {
- "effect": "allow",
- "action": [
- "checkout:auto_capture"
]
}
], - "sale_channel": "DIRECT",
- "price_package": "string",
- "statistics": {
- "checkout_captures": [
- {
- "type": "monthly",
- "periode": "2023-09",
- "currency": "NOK",
- "volume": 3921930,
- "count": 131
}, - {
- "type": "weekly",
- "periode": "2023-W33",
- "currency": "NOK",
- "volume": 980482,
- "count": 32
}
], - "metrics": {
- "checkout:transaction:first_capture_at": "string",
- "checkout:transaction:last_capture_at": "string"
}
}, - "services": {
- "checkout": {
- "features": {
- "applepay": {
- "created_by": "string",
- "created_at": "string",
- "updated_by": "string",
- "updated_at": "string",
- "requested": "enable",
- "status": "declined"
}, - "billie": {
- "created_by": "string",
- "created_at": "string",
- "updated_by": "string",
- "updated_at": "string",
- "requested": "enable",
- "status": "declined"
}, - "clicktopay": {
- "created_by": "string",
- "created_at": "string",
- "updated_by": "string",
- "updated_at": "string",
- "requested": "enable",
- "status": "declined"
}, - "collector": {
- "created_by": "string",
- "created_at": "string",
- "updated_by": "string",
- "updated_at": "string",
- "requested": "enable",
- "status": "declined"
}, - "creditcard": {
- "created_by": "string",
- "created_at": "string",
- "updated_by": "string",
- "updated_at": "string",
- "requested": "enable",
- "status": "declined"
}, - "googlepay": {
- "created_by": "string",
- "created_at": "string",
- "updated_by": "string",
- "updated_at": "string",
- "requested": "enable",
- "status": "declined"
}, - "instabank": {
- "created_by": "string",
- "created_at": "string",
- "updated_by": "string",
- "updated_at": "string",
- "requested": "enable",
- "status": "declined"
}, - "klarna": {
- "created_by": "string",
- "created_at": "string",
- "updated_by": "string",
- "updated_at": "string",
- "requested": "enable",
- "status": "declined"
}, - "mobilepay": {
- "created_by": "string",
- "created_at": "string",
- "updated_by": "string",
- "updated_at": "string",
- "requested": "enable",
- "status": "declined"
}, - "santander": {
- "created_by": "string",
- "created_at": "string",
- "updated_by": "string",
- "updated_at": "string",
- "requested": "enable",
- "status": "declined"
}, - "swish": {
- "created_by": "string",
- "created_at": "string",
- "updated_by": "string",
- "updated_at": "string",
- "requested": "enable",
- "status": "declined"
}, - "vipps": {
- "created_by": "string",
- "created_at": "string",
- "updated_by": "string",
- "updated_at": "string",
- "requested": "enable",
- "status": "declined"
}
}, - "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "updated_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "status": "enabled",
- "progression": "not_applied",
- "metadata": { },
- "gateways": {
- "santander": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "progression": "not_applied"
}, - "collector": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "progression": "not_applied"
}, - "instabank": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "progression": "not_applied"
}, - "vipps": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "progression": "not_applied"
}, - "swish": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "progression": "not_applied"
}, - "bambora": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "progression": "not_applied"
}, - "payex": {
- "creditcard": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "progression": "not_applied"
}, - "swish": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "progression": "not_applied"
}
}, - "klarna": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "progression": "not_applied"
}, - "dintero": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "progression": "not_applied"
}
}
}, - "payout": {
- "features": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "updated_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "status": "enabled",
- "progression": "not_applied",
- "metadata": { },
- "features": {
- "split_payment": {
- "created_by": "string",
- "created_at": "string",
- "updated_by": "string",
- "updated_at": "string",
- "requested": "enable",
- "status": "declined"
}, - "daily_payouts": {
- "created_by": "string",
- "created_at": "string",
- "updated_by": "string",
- "updated_at": "string",
- "requested": "enable",
- "status": "declined"
}
}, - "split_payment": {
- "created_by": "string",
- "created_at": "string",
- "updated_by": "string",
- "updated_at": "string",
- "requested": "enable",
- "status": "declined"
}, - "daily_payouts": {
- "created_by": "string",
- "created_at": "string",
- "updated_by": "string",
- "updated_at": "string",
- "requested": "enable",
- "status": "declined"
}
}, - "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "updated_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "status": "enabled",
- "progression": "not_applied",
- "metadata": { }
}, - "customers": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "updated_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "status": "enabled",
- "progression": "not_applied",
- "metadata": { }
}, - "discounts": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "updated_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "status": "enabled",
- "progression": "not_applied",
- "metadata": { }
}, - "shopping": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "updated_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "status": "enabled",
- "progression": "not_applied",
- "metadata": { }
}, - "receipts": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "updated_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "status": "enabled",
- "progression": "not_applied",
- "metadata": { }
}, - "wallets": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "updated_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "status": "enabled",
- "progression": "not_applied",
- "metadata": { }
}
}, - "connections": {
- "instabank": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "metadata": { },
- "status": "pending",
- "events": [
- {
- "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "status": "pending",
- "event": "signature_required",
- "description": "Vipps awaiting signature",
}
], - "schema": 0,
- "configuration": {
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "instabank.invoice"
}
], - "payment_product_codes": {
- "instabank.finance": "630",
- "instabank.invoice": "632"
}, - "organization_number": "string"
}, - "signup": {
- "email": "customer@example.com",
- "phone_number": "+4799999999",
- "total_number_of_transactions": "string",
- "total_volume_of_transactions": "string",
- "finance_number_of_transactions": "string",
- "finance_volume_of_transactions": "string",
- "industry": "computer industry",
- "account_number": "12345678911",
- "payment_options": [
- {
- "type": "instabank.invoice"
}
], - "created_at": "2019-08-24T14:15:22Z",
- "callback_at": "2019-08-24T14:15:22Z"
}
}, - "vipps": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "metadata": { },
- "status": "pending",
- "events": [
- {
- "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "status": "pending",
- "event": "signature_required",
- "description": "Vipps awaiting signature",
}
], - "schema": 0,
- "configuration": {
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "vipps"
}
], - "merchant_name": "Vipps",
- "created_time": "00:00:00",
- "merchant_serial_number": "123456",
- "client_id": "51358942-08c8-4d50-99f4-a9aa970b5f5b",
- "subscription_keys": [
- {
- "product": "Access",
- "ocp_apim_subscription_key": "de897dbb-0cd3-4445-b003-ac8214ac4638"
}
]
}, - "signup": {
- "created_at": "2019-08-24T14:15:22Z",
- "id": "81b83246-5c19-7b94-875b-ea6d1114f099",
- "url": "string",
- "callback_at": "2019-08-24T14:15:22Z",
- "expires_at": "2019-08-24T14:15:22Z"
}
}, - "payex": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "metadata": { },
- "status": "pending",
- "events": [
- {
- "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "status": "pending",
- "event": "signature_required",
- "description": "Vipps awaiting signature",
}
], - "schema": 0,
- "configuration": {
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "payex.creditcard"
}
], - "payee_id": "string",
- "subsite": "string"
}, - "creditcard": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "metadata": { },
- "status": "pending",
- "events": [
- {
- "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "status": "pending",
- "event": "signature_required",
- "description": "Vipps awaiting signature",
}
], - "schema": 0,
- "configuration": {
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "payex.creditcard"
}
], - "payee_id": "string",
- "subsite": "string"
}, - "signup": {
- "business_name": "string",
- "legal_name": "string",
- "organization_number": "123456789MVA",
- "applicant_contact": {
- "name": "John Doe",
- "phone_number": "+4799999999",
- "email": "customer@example.com"
}, - "accounting_contact": {
- "name": "John Doe",
- "phone_number": "+4799999999",
- "email": "customer@example.com"
}, - "bank_name": "string",
- "account_number": "string",
- "website": "string",
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "payex.creditcard"
}
], - "created_at": "2019-08-24T14:15:22Z",
- "url": "string",
- "callback_at": "2019-08-24T14:15:22Z"
}
}, - "signup": {
- "business_name": "string",
- "legal_name": "string",
- "organization_number": "123456789MVA",
- "applicant_contact": {
- "name": "John Doe",
- "phone_number": "+4799999999",
- "email": "customer@example.com"
}, - "accounting_contact": {
- "name": "John Doe",
- "phone_number": "+4799999999",
- "email": "customer@example.com"
}, - "bank_name": "string",
- "account_number": "string",
- "website": "string",
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "payex.creditcard"
}
], - "created_at": "2019-08-24T14:15:22Z",
- "url": "string",
- "callback_at": "2019-08-24T14:15:22Z"
}
}, - "collector": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "metadata": { },
- "status": "pending",
- "events": [
- {
- "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "status": "pending",
- "event": "signature_required",
- "description": "Vipps awaiting signature",
}
], - "schema": 0,
- "configuration": {
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "collector.invoice"
}
], - "username": "string",
- "store_id": 0,
- "country": "string"
}, - "signup": {
- "business_name": "string",
- "legal_name": "string",
- "organization_number": "123456789MVA",
- "bank_name": "string",
- "account_number": "string",
- "website": "string",
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "collector.invoice"
}
], - "created_at": "2019-08-24T14:15:22Z",
- "url": "string",
- "callback_at": "2019-08-24T14:15:22Z"
}
}, - "swish": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "metadata": { },
- "status": "pending",
- "events": [
- {
- "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "status": "pending",
- "event": "signature_required",
- "description": "Vipps awaiting signature",
}
], - "schema": 0,
- "configuration": {
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "swish.swish"
}
], - "swish_number": "1231182293"
}, - "signup": {
- "business_name": "string",
- "legal_name": "string",
- "organization_number": "123456789MVA",
- "bank_name": "string",
- "account_number": "string",
- "website": "string",
- "payment_options": [
- {
- "currencies": [
- "SEK"
], - "type": "swish.swish"
}
], - "created_at": "2019-08-24T14:15:22Z",
- "callback_at": "2019-08-24T14:15:22Z"
}
}, - "bambora": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "metadata": { },
- "status": "pending",
- "events": [
- {
- "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "status": "pending",
- "event": "signature_required",
- "description": "Vipps awaiting signature",
}
], - "schema": 0,
- "configuration": {
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "string"
}
], - "merchant_number": "string",
- "md5_key": "string",
- "access_token": 0,
- "secret_token": "string",
- "token_scope": "string"
}, - "direct_signups": [
- {
- "case_id": "c74269e5-1f97-4e20-9164-ffbe3494d8d6",
- "merchant_number": "P12345678",
- "md5_key": "ae45ase",
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "bambora.creditcard"
}
], - "signup_id": "006b4be1-e280-4246-b411-564ae0214a53",
- "created_at": "2019-08-24T14:15:22Z",
- "callback_at": "2019-08-24T14:15:22Z"
}
], - "signup": {
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "bambora.creditcard"
}
], - "store_type": [
- "online"
], - "revenue": {
- "currency": "NOK",
- "yearly_revenue": "100.000-250.000 NOK",
- "highest_transaction_amount": "500-1000 NOK",
- "average_amount": "250-500 NOK",
- "accept_prepaid": true,
- "subscriptions_or_memberships": true,
- "gift_cards": true
}, - "bank_name": "string",
- "account_number": "string",
- "ownership": {
- "ownership_structure": "owners_with_more_than_25",
- "owners": [
- {
- "name": "string",
- "legal_name": "string",
- "date_of_birth": "1990-09-20",
- "percentage": 25
}
]
}, - "verifications": {
- "terms_and_conditions": true,
- "terms_and_conditions_url": "string",
- "contact_information": true,
- "payment_site": true,
- "clear_pricing": true,
- "payment_product_logos": true
}, - "signature": {
- "signatures": [
- {
- "name": "string",
- "email": "string"
}
], - "politically_exposed_person": true,
- "politically_exposed_associated": true
}, - "applicant": {
- "phone_number": "+4799999999"
}, - "created_at": "2019-08-24T14:15:22Z",
- "callback_at": "2019-08-24T14:15:22Z"
}, - "submerchant_signups": [
- {
- "case_id": "c74269e5-1f97-4e20-9164-ffbe3494d8d6",
- "merchant_number": "P12345678",
- "md5_key": "ae45ase",
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "bambora.creditcard"
}
], - "mcc": 5814,
- "created_at": "2019-08-24T14:15:22Z",
- "callback_at": "2019-08-24T14:15:22Z"
}
]
}, - "common": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "metadata": { },
- "status": "pending",
- "events": [
- {
- "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "status": "pending",
- "event": "signature_required",
- "description": "Vipps awaiting signature",
}
], - "schema": 0,
- "signup": {
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "dintero.zero"
}
], - "store_type": [
- "online"
], - "package": "Checkout 195 NOK/month + 1.5%",
- "revenue": {
- "currency": "NOK",
- "yearly_revenue": "100.000-250.000 NOK",
- "highest_transaction_amount": "500-1000 NOK",
- "average_amount": "250-500 NOK",
- "accept_prepaid": true,
- "subscriptions_or_memberships": true,
- "gift_cards": true,
- "estimated_percentage_per_payment_type": [
- {
- "percentage": 100,
- "type": "swish.swish"
}
]
}, - "bank_accounts": [
- {
- "account_number": "string",
- "account_number_type": "iban",
- "bank_name": "string",
}
], - "ownership": {
- "ownership_structure": "owners_with_more_than_25",
- "owners": [
- {
- "name": "string",
- "legal_name": "string",
- "date_of_birth": "1990-09-20",
- "social_security_number": "string",
- "percentage": 25,
- "address": {
- "address_line": "Sommerkroveien 34",
- "address_line_2": "PB 123",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO"
}
}
]
}, - "verifications": {
- "terms_and_conditions": true,
- "terms_and_conditions_url": "string",
- "contact_information": true,
- "payment_site": true,
- "payment_site_url": "string",
- "demo_site_url": "string",
- "clear_pricing": true,
- "payment_product_logos": true
}, - "signature": {
- "signatures": [
- {
- "name": "string",
- "email": "string"
}
], - "politically_exposed_person": true,
- "politically_exposed_associated": true
}, - "applicant": {
- "first_name": "John",
- "last_name": "Doe",
- "email": "customer@example.com",
- "phone_number": "+4799999999",
- "social_security_number": "string"
}, - "company_information": {
- "industry": "goods",
- "company_category": "4722",
- "mcc": {
- "mcc": "string",
- "range": {
- "start": "string",
- "end": "string",
- "description": "string",
- "reserved": true
}, - "iso_description": "string",
- "usda_description": "string",
- "stripe_description": "string",
- "stripe_code": "string",
- "visa_description": "string",
- "visa_req_clearing_name": "string"
}, - "company_description": "string"
}, - "payment_method_specific": {
- "payex": {
- "signup_url": "string"
}, - "instabank": {
- "total_number_of_transactions": "string",
- "total_volume_of_transactions": "string",
- "finance_number_of_transactions": "string",
- "finance_volume_of_transactions": "string"
}, - "vipps": {
- "signup_url": "string"
}
}, - "created_at": "2019-08-24T14:15:22Z"
}
}, - "klarna": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "metadata": { },
- "status": "pending",
- "events": [
- {
- "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "status": "pending",
- "event": "signature_required",
- "description": "Vipps awaiting signature",
}
], - "schema": 0,
- "configuration": {
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "klarna.klarna"
}
], - "credentials": [
- {
- "case_id": "c74269e5-1f97-4e20-9164-ffbe3494d8d6",
- "merchant_id": "string",
- "username": "string"
}
]
}, - "signups": [
- {
- "case_id": "c74269e5-1f97-4e20-9164-ffbe3494d8d6",
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "klarna.klarna"
}
], - "price_package": "EU_DINTERO_PP001",
- "mcc": 5814,
- "created_at": "2019-08-24T14:15:22Z",
- "callback_at": "2019-08-24T14:15:22Z"
}
]
}, - "vipps_psp": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "metadata": { },
- "status": "pending",
- "events": [
- {
- "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "status": "pending",
- "event": "signature_required",
- "description": "Vipps awaiting signature",
}
], - "schema": 0,
- "configuration": {
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "dintero.vipps"
}
], - "merchant_serial_number": "123456"
}, - "signups": [
- {
- "case_id": "c74269e5-1f97-4e20-9164-ffbe3494d8d6",
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "dintero.vipps"
}
], - "logo": "string",
- "created_at": "2019-08-24T14:15:22Z"
}
]
}, - "visa_tokens": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "metadata": { },
- "status": "pending",
- "events": [
- {
- "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "status": "pending",
- "event": "signature_required",
- "description": "Vipps awaiting signature",
}
], - "schema": 0
}
}, - "approvals_payments_statuses": {
- "ACTIVE": 0,
- "DECLINED": 0,
- "UNDER_MANUAL_REVIEW": 0,
- "AUTOMATIC_REVIEW": 0,
- "WAITING_FOR_SIGNATURE": 0,
- "WAITING_FOR_DECLARATION": 0,
- "WAITING_FOR_DETAILS": 0,
- "ERROR": 0,
- "ARCHIVED": 0
}, - "approvals_payout_destinations_statuses": {
- "ACTIVE": 0,
- "DECLINED": 0,
- "UNDER_MANUAL_REVIEW": 0,
- "AUTOMATIC_REVIEW": 0,
- "WAITING_FOR_SIGNATURE": 0,
- "WAITING_FOR_DECLARATION": 0,
- "WAITING_FOR_DETAILS": 0,
- "ERROR": 0,
- "ARCHIVED": 0
}
}
Get account details
scopes:
oid required | string <^[PT]{1}(?=(?:.{3}|.{8})$)[0-9]*$> An id that uniquely identifies the account or owner (partner) |
aid required | string <^[PT]{1}\d{8}$> = 9 characters An id that uniquely identifies the account. |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "deleted_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "deleted_at": "2019-08-24T14:15:22Z",
- "jwks": {
- "name": "string",
}, - "payment_case_status": "ACTIVE",
- "projected_sales": "string",
- "average_transaction_value": "string",
- "merchant_category_code": "string",
- "delivery_timeline": "P0W",
- "most_expensive_product_price": "string",
- "gift_card_revenue_percentage": "string",
- "credit_rating": "string",
- "prev_credit_rating": "string",
- "currency": "NOK",
- "applicant": {
- "first_name": "John",
- "last_name": "Doe",
- "email": "customer@example.com",
- "phone_number": "+4799999999",
- "agreement": {
- "name": "string",
- "version": "string",
- "personal_guarantee_accepted": true,
- "attachments": [
- {
- "name": "Cookie Policy",
- "version": "string"
}
], - "accepted_at": "2019-08-24T14:15:22Z"
}, - "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",
- "display_name": "TKP tech instore AS",
- "organization_number": "123456789MVA",
- "industry": "computer industry",
- "bank_name": "string",
- "account_number": "string",
- "address": {
- "address_line": "Sommerkroveien 34",
- "address_line_2": "PB 123",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO"
}, - "email": "contact@business.dintero.com",
- "technical_email": "tech_support@business.dintero.com",
- "phone_number": "string",
- "merchant_category_code": "string",
- "average_transaction_value": "string",
- "most_expensive_product_price": "string",
- "projected_sales": "string"
}, - "billing": {
- "business_name": "TKP tech AS",
- "organization_number": "123456789MVA",
- "address": {
- "address_line": "Sommerkroveien 34",
- "address_line_2": "PB 123",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO"
}, - "email": "billing@business.dintero.com",
- "reference": "string",
- "phone_number": "string"
}, - "subscription": {
- "interval": "month",
- "plan": "transaction_fee",
- "support": "office_hours",
- "metadata": { }
}, - "account_id": "string",
- "partner_id": "string",
- "livemode": false,
- "active": false,
- "language_code": "string",
- "progression": "applied",
- "reseller_id": "DINTERO_ACCOUNT:99900000",
- "account_manager": {
- "email": "employee@dintero.com"
}, - "permissions": [
- {
- "effect": "allow",
- "action": [
- "checkout:auto_capture"
]
}
], - "sale_channel": "DIRECT",
- "price_package": "string",
- "statistics": {
- "checkout_captures": [
- {
- "type": "monthly",
- "periode": "2023-09",
- "currency": "NOK",
- "volume": 3921930,
- "count": 131
}, - {
- "type": "weekly",
- "periode": "2023-W33",
- "currency": "NOK",
- "volume": 980482,
- "count": 32
}
], - "metrics": {
- "checkout:transaction:first_capture_at": "string",
- "checkout:transaction:last_capture_at": "string"
}
}, - "services": {
- "checkout": {
- "features": {
- "applepay": {
- "created_by": "string",
- "created_at": "string",
- "updated_by": "string",
- "updated_at": "string",
- "requested": "enable",
- "status": "declined"
}, - "billie": {
- "created_by": "string",
- "created_at": "string",
- "updated_by": "string",
- "updated_at": "string",
- "requested": "enable",
- "status": "declined"
}, - "clicktopay": {
- "created_by": "string",
- "created_at": "string",
- "updated_by": "string",
- "updated_at": "string",
- "requested": "enable",
- "status": "declined"
}, - "collector": {
- "created_by": "string",
- "created_at": "string",
- "updated_by": "string",
- "updated_at": "string",
- "requested": "enable",
- "status": "declined"
}, - "creditcard": {
- "created_by": "string",
- "created_at": "string",
- "updated_by": "string",
- "updated_at": "string",
- "requested": "enable",
- "status": "declined"
}, - "googlepay": {
- "created_by": "string",
- "created_at": "string",
- "updated_by": "string",
- "updated_at": "string",
- "requested": "enable",
- "status": "declined"
}, - "instabank": {
- "created_by": "string",
- "created_at": "string",
- "updated_by": "string",
- "updated_at": "string",
- "requested": "enable",
- "status": "declined"
}, - "klarna": {
- "created_by": "string",
- "created_at": "string",
- "updated_by": "string",
- "updated_at": "string",
- "requested": "enable",
- "status": "declined"
}, - "mobilepay": {
- "created_by": "string",
- "created_at": "string",
- "updated_by": "string",
- "updated_at": "string",
- "requested": "enable",
- "status": "declined"
}, - "santander": {
- "created_by": "string",
- "created_at": "string",
- "updated_by": "string",
- "updated_at": "string",
- "requested": "enable",
- "status": "declined"
}, - "swish": {
- "created_by": "string",
- "created_at": "string",
- "updated_by": "string",
- "updated_at": "string",
- "requested": "enable",
- "status": "declined"
}, - "vipps": {
- "created_by": "string",
- "created_at": "string",
- "updated_by": "string",
- "updated_at": "string",
- "requested": "enable",
- "status": "declined"
}
}, - "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "updated_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "status": "enabled",
- "progression": "not_applied",
- "metadata": { },
- "gateways": {
- "santander": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "progression": "not_applied"
}, - "collector": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "progression": "not_applied"
}, - "instabank": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "progression": "not_applied"
}, - "vipps": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "progression": "not_applied"
}, - "swish": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "progression": "not_applied"
}, - "bambora": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "progression": "not_applied"
}, - "payex": {
- "creditcard": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "progression": "not_applied"
}, - "swish": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "progression": "not_applied"
}
}, - "klarna": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "progression": "not_applied"
}, - "dintero": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "progression": "not_applied"
}
}
}, - "payout": {
- "features": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "updated_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "status": "enabled",
- "progression": "not_applied",
- "metadata": { },
- "features": {
- "split_payment": {
- "created_by": "string",
- "created_at": "string",
- "updated_by": "string",
- "updated_at": "string",
- "requested": "enable",
- "status": "declined"
}, - "daily_payouts": {
- "created_by": "string",
- "created_at": "string",
- "updated_by": "string",
- "updated_at": "string",
- "requested": "enable",
- "status": "declined"
}
}, - "split_payment": {
- "created_by": "string",
- "created_at": "string",
- "updated_by": "string",
- "updated_at": "string",
- "requested": "enable",
- "status": "declined"
}, - "daily_payouts": {
- "created_by": "string",
- "created_at": "string",
- "updated_by": "string",
- "updated_at": "string",
- "requested": "enable",
- "status": "declined"
}
}, - "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "updated_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "status": "enabled",
- "progression": "not_applied",
- "metadata": { }
}, - "customers": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "updated_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "status": "enabled",
- "progression": "not_applied",
- "metadata": { }
}, - "discounts": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "updated_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "status": "enabled",
- "progression": "not_applied",
- "metadata": { }
}, - "shopping": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "updated_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "status": "enabled",
- "progression": "not_applied",
- "metadata": { }
}, - "receipts": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "updated_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "status": "enabled",
- "progression": "not_applied",
- "metadata": { }
}, - "wallets": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "updated_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "status": "enabled",
- "progression": "not_applied",
- "metadata": { }
}
}, - "connections": {
- "instabank": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "metadata": { },
- "status": "pending",
- "events": [
- {
- "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "status": "pending",
- "event": "signature_required",
- "description": "Vipps awaiting signature",
}
], - "schema": 0,
- "configuration": {
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "instabank.invoice"
}
], - "payment_product_codes": {
- "instabank.finance": "630",
- "instabank.invoice": "632"
}, - "organization_number": "string"
}, - "signup": {
- "email": "customer@example.com",
- "phone_number": "+4799999999",
- "total_number_of_transactions": "string",
- "total_volume_of_transactions": "string",
- "finance_number_of_transactions": "string",
- "finance_volume_of_transactions": "string",
- "industry": "computer industry",
- "account_number": "12345678911",
- "payment_options": [
- {
- "type": "instabank.invoice"
}
], - "created_at": "2019-08-24T14:15:22Z",
- "callback_at": "2019-08-24T14:15:22Z"
}
}, - "vipps": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "metadata": { },
- "status": "pending",
- "events": [
- {
- "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "status": "pending",
- "event": "signature_required",
- "description": "Vipps awaiting signature",
}
], - "schema": 0,
- "configuration": {
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "vipps"
}
], - "merchant_name": "Vipps",
- "created_time": "00:00:00",
- "merchant_serial_number": "123456",
- "client_id": "51358942-08c8-4d50-99f4-a9aa970b5f5b",
- "subscription_keys": [
- {
- "product": "Access",
- "ocp_apim_subscription_key": "de897dbb-0cd3-4445-b003-ac8214ac4638"
}
]
}, - "signup": {
- "created_at": "2019-08-24T14:15:22Z",
- "id": "81b83246-5c19-7b94-875b-ea6d1114f099",
- "url": "string",
- "callback_at": "2019-08-24T14:15:22Z",
- "expires_at": "2019-08-24T14:15:22Z"
}
}, - "payex": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "metadata": { },
- "status": "pending",
- "events": [
- {
- "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "status": "pending",
- "event": "signature_required",
- "description": "Vipps awaiting signature",
}
], - "schema": 0,
- "configuration": {
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "payex.creditcard"
}
], - "payee_id": "string",
- "subsite": "string"
}, - "creditcard": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "metadata": { },
- "status": "pending",
- "events": [
- {
- "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "status": "pending",
- "event": "signature_required",
- "description": "Vipps awaiting signature",
}
], - "schema": 0,
- "configuration": {
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "payex.creditcard"
}
], - "payee_id": "string",
- "subsite": "string"
}, - "signup": {
- "business_name": "string",
- "legal_name": "string",
- "organization_number": "123456789MVA",
- "applicant_contact": {
- "name": "John Doe",
- "phone_number": "+4799999999",
- "email": "customer@example.com"
}, - "accounting_contact": {
- "name": "John Doe",
- "phone_number": "+4799999999",
- "email": "customer@example.com"
}, - "bank_name": "string",
- "account_number": "string",
- "website": "string",
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "payex.creditcard"
}
], - "created_at": "2019-08-24T14:15:22Z",
- "url": "string",
- "callback_at": "2019-08-24T14:15:22Z"
}
}, - "signup": {
- "business_name": "string",
- "legal_name": "string",
- "organization_number": "123456789MVA",
- "applicant_contact": {
- "name": "John Doe",
- "phone_number": "+4799999999",
- "email": "customer@example.com"
}, - "accounting_contact": {
- "name": "John Doe",
- "phone_number": "+4799999999",
- "email": "customer@example.com"
}, - "bank_name": "string",
- "account_number": "string",
- "website": "string",
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "payex.creditcard"
}
], - "created_at": "2019-08-24T14:15:22Z",
- "url": "string",
- "callback_at": "2019-08-24T14:15:22Z"
}
}, - "collector": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "metadata": { },
- "status": "pending",
- "events": [
- {
- "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "status": "pending",
- "event": "signature_required",
- "description": "Vipps awaiting signature",
}
], - "schema": 0,
- "configuration": {
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "collector.invoice"
}
], - "username": "string",
- "store_id": 0,
- "country": "string"
}, - "signup": {
- "business_name": "string",
- "legal_name": "string",
- "organization_number": "123456789MVA",
- "bank_name": "string",
- "account_number": "string",
- "website": "string",
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "collector.invoice"
}
], - "created_at": "2019-08-24T14:15:22Z",
- "url": "string",
- "callback_at": "2019-08-24T14:15:22Z"
}
}, - "swish": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "metadata": { },
- "status": "pending",
- "events": [
- {
- "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "status": "pending",
- "event": "signature_required",
- "description": "Vipps awaiting signature",
}
], - "schema": 0,
- "configuration": {
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "swish.swish"
}
], - "swish_number": "1231182293"
}, - "signup": {
- "business_name": "string",
- "legal_name": "string",
- "organization_number": "123456789MVA",
- "bank_name": "string",
- "account_number": "string",
- "website": "string",
- "payment_options": [
- {
- "currencies": [
- "SEK"
], - "type": "swish.swish"
}
], - "created_at": "2019-08-24T14:15:22Z",
- "callback_at": "2019-08-24T14:15:22Z"
}
}, - "bambora": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "metadata": { },
- "status": "pending",
- "events": [
- {
- "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "status": "pending",
- "event": "signature_required",
- "description": "Vipps awaiting signature",
}
], - "schema": 0,
- "configuration": {
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "string"
}
], - "merchant_number": "string",
- "md5_key": "string",
- "access_token": 0,
- "secret_token": "string",
- "token_scope": "string"
}, - "direct_signups": [
- {
- "case_id": "c74269e5-1f97-4e20-9164-ffbe3494d8d6",
- "merchant_number": "P12345678",
- "md5_key": "ae45ase",
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "bambora.creditcard"
}
], - "signup_id": "006b4be1-e280-4246-b411-564ae0214a53",
- "created_at": "2019-08-24T14:15:22Z",
- "callback_at": "2019-08-24T14:15:22Z"
}
], - "signup": {
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "bambora.creditcard"
}
], - "store_type": [
- "online"
], - "revenue": {
- "currency": "NOK",
- "yearly_revenue": "100.000-250.000 NOK",
- "highest_transaction_amount": "500-1000 NOK",
- "average_amount": "250-500 NOK",
- "accept_prepaid": true,
- "subscriptions_or_memberships": true,
- "gift_cards": true
}, - "bank_name": "string",
- "account_number": "string",
- "ownership": {
- "ownership_structure": "owners_with_more_than_25",
- "owners": [
- {
- "name": "string",
- "legal_name": "string",
- "date_of_birth": "1990-09-20",
- "percentage": 25
}
]
}, - "verifications": {
- "terms_and_conditions": true,
- "terms_and_conditions_url": "string",
- "contact_information": true,
- "payment_site": true,
- "clear_pricing": true,
- "payment_product_logos": true
}, - "signature": {
- "signatures": [
- {
- "name": "string",
- "email": "string"
}
], - "politically_exposed_person": true,
- "politically_exposed_associated": true
}, - "applicant": {
- "phone_number": "+4799999999"
}, - "created_at": "2019-08-24T14:15:22Z",
- "callback_at": "2019-08-24T14:15:22Z"
}, - "submerchant_signups": [
- {
- "case_id": "c74269e5-1f97-4e20-9164-ffbe3494d8d6",
- "merchant_number": "P12345678",
- "md5_key": "ae45ase",
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "bambora.creditcard"
}
], - "mcc": 5814,
- "created_at": "2019-08-24T14:15:22Z",
- "callback_at": "2019-08-24T14:15:22Z"
}
]
}, - "common": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "metadata": { },
- "status": "pending",
- "events": [
- {
- "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "status": "pending",
- "event": "signature_required",
- "description": "Vipps awaiting signature",
}
], - "schema": 0,
- "signup": {
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "dintero.zero"
}
], - "store_type": [
- "online"
], - "package": "Checkout 195 NOK/month + 1.5%",
- "revenue": {
- "currency": "NOK",
- "yearly_revenue": "100.000-250.000 NOK",
- "highest_transaction_amount": "500-1000 NOK",
- "average_amount": "250-500 NOK",
- "accept_prepaid": true,
- "subscriptions_or_memberships": true,
- "gift_cards": true,
- "estimated_percentage_per_payment_type": [
- {
- "percentage": 100,
- "type": "swish.swish"
}
]
}, - "bank_accounts": [
- {
- "account_number": "string",
- "account_number_type": "iban",
- "bank_name": "string",
}
], - "ownership": {
- "ownership_structure": "owners_with_more_than_25",
- "owners": [
- {
- "name": "string",
- "legal_name": "string",
- "date_of_birth": "1990-09-20",
- "social_security_number": "string",
- "percentage": 25,
- "address": {
- "address_line": "Sommerkroveien 34",
- "address_line_2": "PB 123",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO"
}
}
]
}, - "verifications": {
- "terms_and_conditions": true,
- "terms_and_conditions_url": "string",
- "contact_information": true,
- "payment_site": true,
- "payment_site_url": "string",
- "demo_site_url": "string",
- "clear_pricing": true,
- "payment_product_logos": true
}, - "signature": {
- "signatures": [
- {
- "name": "string",
- "email": "string"
}
], - "politically_exposed_person": true,
- "politically_exposed_associated": true
}, - "applicant": {
- "first_name": "John",
- "last_name": "Doe",
- "email": "customer@example.com",
- "phone_number": "+4799999999",
- "social_security_number": "string"
}, - "company_information": {
- "industry": "goods",
- "company_category": "4722",
- "mcc": {
- "mcc": "string",
- "range": {
- "start": "string",
- "end": "string",
- "description": "string",
- "reserved": true
}, - "iso_description": "string",
- "usda_description": "string",
- "stripe_description": "string",
- "stripe_code": "string",
- "visa_description": "string",
- "visa_req_clearing_name": "string"
}, - "company_description": "string"
}, - "payment_method_specific": {
- "payex": {
- "signup_url": "string"
}, - "instabank": {
- "total_number_of_transactions": "string",
- "total_volume_of_transactions": "string",
- "finance_number_of_transactions": "string",
- "finance_volume_of_transactions": "string"
}, - "vipps": {
- "signup_url": "string"
}
}, - "created_at": "2019-08-24T14:15:22Z"
}
}, - "klarna": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "metadata": { },
- "status": "pending",
- "events": [
- {
- "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "status": "pending",
- "event": "signature_required",
- "description": "Vipps awaiting signature",
}
], - "schema": 0,
- "configuration": {
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "klarna.klarna"
}
], - "credentials": [
- {
- "case_id": "c74269e5-1f97-4e20-9164-ffbe3494d8d6",
- "merchant_id": "string",
- "username": "string"
}
]
}, - "signups": [
- {
- "case_id": "c74269e5-1f97-4e20-9164-ffbe3494d8d6",
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "klarna.klarna"
}
], - "price_package": "EU_DINTERO_PP001",
- "mcc": 5814,
- "created_at": "2019-08-24T14:15:22Z",
- "callback_at": "2019-08-24T14:15:22Z"
}
]
}, - "vipps_psp": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "metadata": { },
- "status": "pending",
- "events": [
- {
- "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "status": "pending",
- "event": "signature_required",
- "description": "Vipps awaiting signature",
}
], - "schema": 0,
- "configuration": {
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "dintero.vipps"
}
], - "merchant_serial_number": "123456"
}, - "signups": [
- {
- "case_id": "c74269e5-1f97-4e20-9164-ffbe3494d8d6",
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "dintero.vipps"
}
], - "logo": "string",
- "created_at": "2019-08-24T14:15:22Z"
}
]
}, - "visa_tokens": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "metadata": { },
- "status": "pending",
- "events": [
- {
- "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "status": "pending",
- "event": "signature_required",
- "description": "Vipps awaiting signature",
}
], - "schema": 0
}
}, - "approvals_payments_statuses": {
- "ACTIVE": 0,
- "DECLINED": 0,
- "UNDER_MANUAL_REVIEW": 0,
- "AUTOMATIC_REVIEW": 0,
- "WAITING_FOR_SIGNATURE": 0,
- "WAITING_FOR_DECLARATION": 0,
- "WAITING_FOR_DETAILS": 0,
- "ERROR": 0,
- "ARCHIVED": 0
}, - "approvals_payout_destinations_statuses": {
- "ACTIVE": 0,
- "DECLINED": 0,
- "UNDER_MANUAL_REVIEW": 0,
- "AUTOMATIC_REVIEW": 0,
- "WAITING_FOR_SIGNATURE": 0,
- "WAITING_FOR_DECLARATION": 0,
- "WAITING_FOR_DETAILS": 0,
- "ERROR": 0,
- "ARCHIVED": 0
}
}
Update an account
scopes:
oid required | string <^[PT]{1}(?=(?:.{3}|.{8})$)[0-9]*$> An id that uniquely identifies the account or owner (partner) |
aid required | string <^[PT]{1}\d{8}$> = 9 characters An id that uniquely identifies the account. |
required | object The individual completing the account registration |
required | object (AccountCompany) The details of an account company |
required | object (AccountBilling) The details of the billing for the account |
active | boolean Default: false Activation the account is only allowed by client with
scope |
partner_id | string <^[PT]{1}(?=(?:.{3})$)[0-9]*$> Changing |
object (Subscription) Subscription plan for the account | |
livemode | boolean Default: false Flag indicating whether the account exists in live mode and test mode. |
language_code | string The preferred language for the account as defined by BCP 47 (IETF BCP 47, "Tags for Identifying Languages"). |
progression | string Enum: "applied" "live" "frozen" "deactivated" Status assigned to the account by the account partner
|
reseller_id | string Reseller id assigned by the account partner
|
object Account manager responsible for the account.
| |
Array of objects List the permission granted the account | |
sale_channel | string Enum: "DIRECT" "INBOUND" "PARTNER" "REFERRAL" |
price_package | string |
object Statistics for the account | |
object |
{- "active": true,
- "partner_id": "string",
- "applicant": {
- "first_name": "John",
- "last_name": "Doe",
- "email": "customer@example.com",
- "phone_number": "+4799999999",
- "agreement": {
- "name": "string",
- "version": "string",
- "personal_guarantee_accepted": true,
- "attachments": [
- {
- "name": "Cookie Policy",
- "version": "string"
}
]
}, - "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",
- "display_name": "TKP tech instore AS",
- "organization_number": "123456789MVA",
- "industry": "computer industry",
- "bank_name": "string",
- "account_number": "string",
- "address": {
- "address_line": "Sommerkroveien 34",
- "address_line_2": "PB 123",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO"
}, - "email": "contact@business.dintero.com",
- "technical_email": "tech_support@business.dintero.com",
- "phone_number": "string",
- "merchant_category_code": "string",
- "average_transaction_value": "string",
- "most_expensive_product_price": "string",
- "projected_sales": "string"
}, - "billing": {
- "business_name": "TKP tech AS",
- "organization_number": "123456789MVA",
- "address": {
- "address_line": "Sommerkroveien 34",
- "address_line_2": "PB 123",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO"
}, - "email": "billing@business.dintero.com",
- "reference": "string",
- "phone_number": "string"
}, - "subscription": {
- "interval": "month",
- "plan": "transaction_fee",
- "support": "office_hours",
- "metadata": { }
}, - "livemode": false,
- "language_code": "string",
- "progression": "applied",
- "reseller_id": "DINTERO_ACCOUNT:99900000",
- "account_manager": {
- "email": "employee@dintero.com"
}, - "permissions": [
- {
- "effect": "allow",
- "action": [
- "checkout:auto_capture"
]
}
], - "sale_channel": "DIRECT",
- "price_package": "string",
- "statistics": {
- "metrics": {
- "checkout:transaction:first_capture_at": "string",
- "checkout:transaction:last_capture_at": "string"
}
}, - "services": {
- "checkout": {
- "features": {
- "applepay": {
- "requested": "enable",
- "status": "declined"
}, - "billie": {
- "requested": "enable",
- "status": "declined"
}, - "clicktopay": {
- "requested": "enable",
- "status": "declined"
}, - "collector": {
- "requested": "enable",
- "status": "declined"
}, - "creditcard": {
- "requested": "enable",
- "status": "declined"
}, - "googlepay": {
- "requested": "enable",
- "status": "declined"
}, - "instabank": {
- "requested": "enable",
- "status": "declined"
}, - "klarna": {
- "requested": "enable",
- "status": "declined"
}, - "mobilepay": {
- "requested": "enable",
- "status": "declined"
}, - "santander": {
- "requested": "enable",
- "status": "declined"
}, - "swish": {
- "requested": "enable",
- "status": "declined"
}, - "vipps": {
- "requested": "enable",
- "status": "declined"
}
}
}, - "payout": {
- "features": {
- "status": "enabled",
- "progression": "not_applied",
- "metadata": { },
- "features": {
- "split_payment": {
- "requested": "enable",
- "status": "declined"
}, - "daily_payouts": {
- "requested": "enable",
- "status": "declined"
}
}
}
}
}
}
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "deleted_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "deleted_at": "2019-08-24T14:15:22Z",
- "jwks": {
- "name": "string",
}, - "payment_case_status": "ACTIVE",
- "projected_sales": "string",
- "average_transaction_value": "string",
- "merchant_category_code": "string",
- "delivery_timeline": "P0W",
- "most_expensive_product_price": "string",
- "gift_card_revenue_percentage": "string",
- "credit_rating": "string",
- "prev_credit_rating": "string",
- "currency": "NOK",
- "applicant": {
- "first_name": "John",
- "last_name": "Doe",
- "email": "customer@example.com",
- "phone_number": "+4799999999",
- "agreement": {
- "name": "string",
- "version": "string",
- "personal_guarantee_accepted": true,
- "attachments": [
- {
- "name": "Cookie Policy",
- "version": "string"
}
], - "accepted_at": "2019-08-24T14:15:22Z"
}, - "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",
- "display_name": "TKP tech instore AS",
- "organization_number": "123456789MVA",
- "industry": "computer industry",
- "bank_name": "string",
- "account_number": "string",
- "address": {
- "address_line": "Sommerkroveien 34",
- "address_line_2": "PB 123",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO"
}, - "email": "contact@business.dintero.com",
- "technical_email": "tech_support@business.dintero.com",
- "phone_number": "string",
- "merchant_category_code": "string",
- "average_transaction_value": "string",
- "most_expensive_product_price": "string",
- "projected_sales": "string"
}, - "billing": {
- "business_name": "TKP tech AS",
- "organization_number": "123456789MVA",
- "address": {
- "address_line": "Sommerkroveien 34",
- "address_line_2": "PB 123",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO"
}, - "email": "billing@business.dintero.com",
- "reference": "string",
- "phone_number": "string"
}, - "subscription": {
- "interval": "month",
- "plan": "transaction_fee",
- "support": "office_hours",
- "metadata": { }
}, - "account_id": "string",
- "partner_id": "string",
- "livemode": false,
- "active": false,
- "language_code": "string",
- "progression": "applied",
- "reseller_id": "DINTERO_ACCOUNT:99900000",
- "account_manager": {
- "email": "employee@dintero.com"
}, - "permissions": [
- {
- "effect": "allow",
- "action": [
- "checkout:auto_capture"
]
}
], - "sale_channel": "DIRECT",
- "price_package": "string",
- "statistics": {
- "checkout_captures": [
- {
- "type": "monthly",
- "periode": "2023-09",
- "currency": "NOK",
- "volume": 3921930,
- "count": 131
}, - {
- "type": "weekly",
- "periode": "2023-W33",
- "currency": "NOK",
- "volume": 980482,
- "count": 32
}
], - "metrics": {
- "checkout:transaction:first_capture_at": "string",
- "checkout:transaction:last_capture_at": "string"
}
}, - "services": {
- "checkout": {
- "features": {
- "applepay": {
- "created_by": "string",
- "created_at": "string",
- "updated_by": "string",
- "updated_at": "string",
- "requested": "enable",
- "status": "declined"
}, - "billie": {
- "created_by": "string",
- "created_at": "string",
- "updated_by": "string",
- "updated_at": "string",
- "requested": "enable",
- "status": "declined"
}, - "clicktopay": {
- "created_by": "string",
- "created_at": "string",
- "updated_by": "string",
- "updated_at": "string",
- "requested": "enable",
- "status": "declined"
}, - "collector": {
- "created_by": "string",
- "created_at": "string",
- "updated_by": "string",
- "updated_at": "string",
- "requested": "enable",
- "status": "declined"
}, - "creditcard": {
- "created_by": "string",
- "created_at": "string",
- "updated_by": "string",
- "updated_at": "string",
- "requested": "enable",
- "status": "declined"
}, - "googlepay": {
- "created_by": "string",
- "created_at": "string",
- "updated_by": "string",
- "updated_at": "string",
- "requested": "enable",
- "status": "declined"
}, - "instabank": {
- "created_by": "string",
- "created_at": "string",
- "updated_by": "string",
- "updated_at": "string",
- "requested": "enable",
- "status": "declined"
}, - "klarna": {
- "created_by": "string",
- "created_at": "string",
- "updated_by": "string",
- "updated_at": "string",
- "requested": "enable",
- "status": "declined"
}, - "mobilepay": {
- "created_by": "string",
- "created_at": "string",
- "updated_by": "string",
- "updated_at": "string",
- "requested": "enable",
- "status": "declined"
}, - "santander": {
- "created_by": "string",
- "created_at": "string",
- "updated_by": "string",
- "updated_at": "string",
- "requested": "enable",
- "status": "declined"
}, - "swish": {
- "created_by": "string",
- "created_at": "string",
- "updated_by": "string",
- "updated_at": "string",
- "requested": "enable",
- "status": "declined"
}, - "vipps": {
- "created_by": "string",
- "created_at": "string",
- "updated_by": "string",
- "updated_at": "string",
- "requested": "enable",
- "status": "declined"
}
}, - "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "updated_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "status": "enabled",
- "progression": "not_applied",
- "metadata": { },
- "gateways": {
- "santander": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "progression": "not_applied"
}, - "collector": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "progression": "not_applied"
}, - "instabank": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "progression": "not_applied"
}, - "vipps": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "progression": "not_applied"
}, - "swish": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "progression": "not_applied"
}, - "bambora": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "progression": "not_applied"
}, - "payex": {
- "creditcard": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "progression": "not_applied"
}, - "swish": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "progression": "not_applied"
}
}, - "klarna": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "progression": "not_applied"
}, - "dintero": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "progression": "not_applied"
}
}
}, - "payout": {
- "features": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "updated_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "status": "enabled",
- "progression": "not_applied",
- "metadata": { },
- "features": {
- "split_payment": {
- "created_by": "string",
- "created_at": "string",
- "updated_by": "string",
- "updated_at": "string",
- "requested": "enable",
- "status": "declined"
}, - "daily_payouts": {
- "created_by": "string",
- "created_at": "string",
- "updated_by": "string",
- "updated_at": "string",
- "requested": "enable",
- "status": "declined"
}
}, - "split_payment": {
- "created_by": "string",
- "created_at": "string",
- "updated_by": "string",
- "updated_at": "string",
- "requested": "enable",
- "status": "declined"
}, - "daily_payouts": {
- "created_by": "string",
- "created_at": "string",
- "updated_by": "string",
- "updated_at": "string",
- "requested": "enable",
- "status": "declined"
}
}, - "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "updated_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "status": "enabled",
- "progression": "not_applied",
- "metadata": { }
}, - "customers": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "updated_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "status": "enabled",
- "progression": "not_applied",
- "metadata": { }
}, - "discounts": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "updated_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "status": "enabled",
- "progression": "not_applied",
- "metadata": { }
}, - "shopping": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "updated_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "status": "enabled",
- "progression": "not_applied",
- "metadata": { }
}, - "receipts": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "updated_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "status": "enabled",
- "progression": "not_applied",
- "metadata": { }
}, - "wallets": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "updated_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "status": "enabled",
- "progression": "not_applied",
- "metadata": { }
}
}, - "connections": {
- "instabank": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "metadata": { },
- "status": "pending",
- "events": [
- {
- "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "status": "pending",
- "event": "signature_required",
- "description": "Vipps awaiting signature",
}
], - "schema": 0,
- "configuration": {
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "instabank.invoice"
}
], - "payment_product_codes": {
- "instabank.finance": "630",
- "instabank.invoice": "632"
}, - "organization_number": "string"
}, - "signup": {
- "email": "customer@example.com",
- "phone_number": "+4799999999",
- "total_number_of_transactions": "string",
- "total_volume_of_transactions": "string",
- "finance_number_of_transactions": "string",
- "finance_volume_of_transactions": "string",
- "industry": "computer industry",
- "account_number": "12345678911",
- "payment_options": [
- {
- "type": "instabank.invoice"
}
], - "created_at": "2019-08-24T14:15:22Z",
- "callback_at": "2019-08-24T14:15:22Z"
}
}, - "vipps": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "metadata": { },
- "status": "pending",
- "events": [
- {
- "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "status": "pending",
- "event": "signature_required",
- "description": "Vipps awaiting signature",
}
], - "schema": 0,
- "configuration": {
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "vipps"
}
], - "merchant_name": "Vipps",
- "created_time": "00:00:00",
- "merchant_serial_number": "123456",
- "client_id": "51358942-08c8-4d50-99f4-a9aa970b5f5b",
- "subscription_keys": [
- {
- "product": "Access",
- "ocp_apim_subscription_key": "de897dbb-0cd3-4445-b003-ac8214ac4638"
}
]
}, - "signup": {
- "created_at": "2019-08-24T14:15:22Z",
- "id": "81b83246-5c19-7b94-875b-ea6d1114f099",
- "url": "string",
- "callback_at": "2019-08-24T14:15:22Z",
- "expires_at": "2019-08-24T14:15:22Z"
}
}, - "payex": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "metadata": { },
- "status": "pending",
- "events": [
- {
- "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "status": "pending",
- "event": "signature_required",
- "description": "Vipps awaiting signature",
}
], - "schema": 0,
- "configuration": {
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "payex.creditcard"
}
], - "payee_id": "string",
- "subsite": "string"
}, - "creditcard": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "metadata": { },
- "status": "pending",
- "events": [
- {
- "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "status": "pending",
- "event": "signature_required",
- "description": "Vipps awaiting signature",
}
], - "schema": 0,
- "configuration": {
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "payex.creditcard"
}
], - "payee_id": "string",
- "subsite": "string"
}, - "signup": {
- "business_name": "string",
- "legal_name": "string",
- "organization_number": "123456789MVA",
- "applicant_contact": {
- "name": "John Doe",
- "phone_number": "+4799999999",
- "email": "customer@example.com"
}, - "accounting_contact": {
- "name": "John Doe",
- "phone_number": "+4799999999",
- "email": "customer@example.com"
}, - "bank_name": "string",
- "account_number": "string",
- "website": "string",
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "payex.creditcard"
}
], - "created_at": "2019-08-24T14:15:22Z",
- "url": "string",
- "callback_at": "2019-08-24T14:15:22Z"
}
}, - "signup": {
- "business_name": "string",
- "legal_name": "string",
- "organization_number": "123456789MVA",
- "applicant_contact": {
- "name": "John Doe",
- "phone_number": "+4799999999",
- "email": "customer@example.com"
}, - "accounting_contact": {
- "name": "John Doe",
- "phone_number": "+4799999999",
- "email": "customer@example.com"
}, - "bank_name": "string",
- "account_number": "string",
- "website": "string",
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "payex.creditcard"
}
], - "created_at": "2019-08-24T14:15:22Z",
- "url": "string",
- "callback_at": "2019-08-24T14:15:22Z"
}
}, - "collector": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "metadata": { },
- "status": "pending",
- "events": [
- {
- "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "status": "pending",
- "event": "signature_required",
- "description": "Vipps awaiting signature",
}
], - "schema": 0,
- "configuration": {
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "collector.invoice"
}
], - "username": "string",
- "store_id": 0,
- "country": "string"
}, - "signup": {
- "business_name": "string",
- "legal_name": "string",
- "organization_number": "123456789MVA",
- "bank_name": "string",
- "account_number": "string",
- "website": "string",
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "collector.invoice"
}
], - "created_at": "2019-08-24T14:15:22Z",
- "url": "string",
- "callback_at": "2019-08-24T14:15:22Z"
}
}, - "swish": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "metadata": { },
- "status": "pending",
- "events": [
- {
- "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "status": "pending",
- "event": "signature_required",
- "description": "Vipps awaiting signature",
}
], - "schema": 0,
- "configuration": {
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "swish.swish"
}
], - "swish_number": "1231182293"
}, - "signup": {
- "business_name": "string",
- "legal_name": "string",
- "organization_number": "123456789MVA",
- "bank_name": "string",
- "account_number": "string",
- "website": "string",
- "payment_options": [
- {
- "currencies": [
- "SEK"
], - "type": "swish.swish"
}
], - "created_at": "2019-08-24T14:15:22Z",
- "callback_at": "2019-08-24T14:15:22Z"
}
}, - "bambora": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "metadata": { },
- "status": "pending",
- "events": [
- {
- "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "status": "pending",
- "event": "signature_required",
- "description": "Vipps awaiting signature",
}
], - "schema": 0,
- "configuration": {
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "string"
}
], - "merchant_number": "string",
- "md5_key": "string",
- "access_token": 0,
- "secret_token": "string",
- "token_scope": "string"
}, - "direct_signups": [
- {
- "case_id": "c74269e5-1f97-4e20-9164-ffbe3494d8d6",
- "merchant_number": "P12345678",
- "md5_key": "ae45ase",
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "bambora.creditcard"
}
], - "signup_id": "006b4be1-e280-4246-b411-564ae0214a53",
- "created_at": "2019-08-24T14:15:22Z",
- "callback_at": "2019-08-24T14:15:22Z"
}
], - "signup": {
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "bambora.creditcard"
}
], - "store_type": [
- "online"
], - "revenue": {
- "currency": "NOK",
- "yearly_revenue": "100.000-250.000 NOK",
- "highest_transaction_amount": "500-1000 NOK",
- "average_amount": "250-500 NOK",
- "accept_prepaid": true,
- "subscriptions_or_memberships": true,
- "gift_cards": true
}, - "bank_name": "string",
- "account_number": "string",
- "ownership": {
- "ownership_structure": "owners_with_more_than_25",
- "owners": [
- {
- "name": "string",
- "legal_name": "string",
- "date_of_birth": "1990-09-20",
- "percentage": 25
}
]
}, - "verifications": {
- "terms_and_conditions": true,
- "terms_and_conditions_url": "string",
- "contact_information": true,
- "payment_site": true,
- "clear_pricing": true,
- "payment_product_logos": true
}, - "signature": {
- "signatures": [
- {
- "name": "string",
- "email": "string"
}
], - "politically_exposed_person": true,
- "politically_exposed_associated": true
}, - "applicant": {
- "phone_number": "+4799999999"
}, - "created_at": "2019-08-24T14:15:22Z",
- "callback_at": "2019-08-24T14:15:22Z"
}, - "submerchant_signups": [
- {
- "case_id": "c74269e5-1f97-4e20-9164-ffbe3494d8d6",
- "merchant_number": "P12345678",
- "md5_key": "ae45ase",
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "bambora.creditcard"
}
], - "mcc": 5814,
- "created_at": "2019-08-24T14:15:22Z",
- "callback_at": "2019-08-24T14:15:22Z"
}
]
}, - "common": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "metadata": { },
- "status": "pending",
- "events": [
- {
- "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "status": "pending",
- "event": "signature_required",
- "description": "Vipps awaiting signature",
}
], - "schema": 0,
- "signup": {
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "dintero.zero"
}
], - "store_type": [
- "online"
], - "package": "Checkout 195 NOK/month + 1.5%",
- "revenue": {
- "currency": "NOK",
- "yearly_revenue": "100.000-250.000 NOK",
- "highest_transaction_amount": "500-1000 NOK",
- "average_amount": "250-500 NOK",
- "accept_prepaid": true,
- "subscriptions_or_memberships": true,
- "gift_cards": true,
- "estimated_percentage_per_payment_type": [
- {
- "percentage": 100,
- "type": "swish.swish"
}
]
}, - "bank_accounts": [
- {
- "account_number": "string",
- "account_number_type": "iban",
- "bank_name": "string",
}
], - "ownership": {
- "ownership_structure": "owners_with_more_than_25",
- "owners": [
- {
- "name": "string",
- "legal_name": "string",
- "date_of_birth": "1990-09-20",
- "social_security_number": "string",
- "percentage": 25,
- "address": {
- "address_line": "Sommerkroveien 34",
- "address_line_2": "PB 123",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO"
}
}
]
}, - "verifications": {
- "terms_and_conditions": true,
- "terms_and_conditions_url": "string",
- "contact_information": true,
- "payment_site": true,
- "payment_site_url": "string",
- "demo_site_url": "string",
- "clear_pricing": true,
- "payment_product_logos": true
}, - "signature": {
- "signatures": [
- {
- "name": "string",
- "email": "string"
}
], - "politically_exposed_person": true,
- "politically_exposed_associated": true
}, - "applicant": {
- "first_name": "John",
- "last_name": "Doe",
- "email": "customer@example.com",
- "phone_number": "+4799999999",
- "social_security_number": "string"
}, - "company_information": {
- "industry": "goods",
- "company_category": "4722",
- "mcc": {
- "mcc": "string",
- "range": {
- "start": "string",
- "end": "string",
- "description": "string",
- "reserved": true
}, - "iso_description": "string",
- "usda_description": "string",
- "stripe_description": "string",
- "stripe_code": "string",
- "visa_description": "string",
- "visa_req_clearing_name": "string"
}, - "company_description": "string"
}, - "payment_method_specific": {
- "payex": {
- "signup_url": "string"
}, - "instabank": {
- "total_number_of_transactions": "string",
- "total_volume_of_transactions": "string",
- "finance_number_of_transactions": "string",
- "finance_volume_of_transactions": "string"
}, - "vipps": {
- "signup_url": "string"
}
}, - "created_at": "2019-08-24T14:15:22Z"
}
}, - "klarna": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "metadata": { },
- "status": "pending",
- "events": [
- {
- "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "status": "pending",
- "event": "signature_required",
- "description": "Vipps awaiting signature",
}
], - "schema": 0,
- "configuration": {
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "klarna.klarna"
}
], - "credentials": [
- {
- "case_id": "c74269e5-1f97-4e20-9164-ffbe3494d8d6",
- "merchant_id": "string",
- "username": "string"
}
]
}, - "signups": [
- {
- "case_id": "c74269e5-1f97-4e20-9164-ffbe3494d8d6",
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "klarna.klarna"
}
], - "price_package": "EU_DINTERO_PP001",
- "mcc": 5814,
- "created_at": "2019-08-24T14:15:22Z",
- "callback_at": "2019-08-24T14:15:22Z"
}
]
}, - "vipps_psp": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "metadata": { },
- "status": "pending",
- "events": [
- {
- "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "status": "pending",
- "event": "signature_required",
- "description": "Vipps awaiting signature",
}
], - "schema": 0,
- "configuration": {
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "dintero.vipps"
}
], - "merchant_serial_number": "123456"
}, - "signups": [
- {
- "case_id": "c74269e5-1f97-4e20-9164-ffbe3494d8d6",
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "dintero.vipps"
}
], - "logo": "string",
- "created_at": "2019-08-24T14:15:22Z"
}
]
}, - "visa_tokens": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "metadata": { },
- "status": "pending",
- "events": [
- {
- "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "status": "pending",
- "event": "signature_required",
- "description": "Vipps awaiting signature",
}
], - "schema": 0
}
}, - "approvals_payments_statuses": {
- "ACTIVE": 0,
- "DECLINED": 0,
- "UNDER_MANUAL_REVIEW": 0,
- "AUTOMATIC_REVIEW": 0,
- "WAITING_FOR_SIGNATURE": 0,
- "WAITING_FOR_DECLARATION": 0,
- "WAITING_FOR_DETAILS": 0,
- "ERROR": 0,
- "ARCHIVED": 0
}, - "approvals_payout_destinations_statuses": {
- "ACTIVE": 0,
- "DECLINED": 0,
- "UNDER_MANUAL_REVIEW": 0,
- "AUTOMATIC_REVIEW": 0,
- "WAITING_FOR_SIGNATURE": 0,
- "WAITING_FOR_DECLARATION": 0,
- "WAITING_FOR_DETAILS": 0,
- "ERROR": 0,
- "ARCHIVED": 0
}
}
Update an account connection with new status and add an event
scopes:
oid required | string <^[PT]{1}(?=(?:.{3}|.{8})$)[0-9]*$> An id that uniquely identifies the account or owner (partner) |
aid required | string <^[PT]{1}\d{8}$> = 9 characters An id that uniquely identifies the account. |
connection required | string Enum: "instabank" "vipps" "payex.creditcard" "payex" "collector" "swish" "bambora" The connection to update.
|
status required | string Enum: "pending" "enabled" "failed" "declined" |
event required | string |
description | string short description about the event |
metadata | object <= 40 properties A set of key/values that you can attach to a connection event. |
{- "status": "pending",
- "event": "signature_required",
- "description": "Vipps awaiting signature",
}
{- "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "status": "pending",
- "event": "signature_required",
- "description": "Vipps awaiting signature",
}
Get list of account events
scopes:
oid required | string <^[PT]{1}(?=(?:.{3}|.{8})$)[0-9]*$> An id that uniquely identifies the account or owner (partner) |
aid required | string <^[PT]{1}\d{8}$> = 9 characters An id that uniquely identifies the account. |
type | Array of strings Items Value: "comment" filter events by type |
limit | integer [ 1 .. 100 ] Default: 10 A limit on the number of objects to be returned. Limit can range between 1 and 100 items, and the default is 10 items. |
starting_after | string cursor for use in pagination. starting_after is an object ID
that defines your place in the list. For instance, if you make
a list request and receive 100 objects, end the result contains
|
[- {
- "event_type": "string",
- "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string"
}
]
Create an account event
scopes:
oid required | string <^[PT]{1}(?=(?:.{3}|.{8})$)[0-9]*$> An id that uniquely identifies the account or owner (partner) |
aid required | string <^[PT]{1}\d{8}$> = 9 characters An id that uniquely identifies the account. |
event_type required | string The event_type corresponding to comment event |
body required | string |
visibility required | string Value: "private" |
{- "event_type": "comment",
- "body": "string",
- "visibility": "private"
}
{- "event_type": "comment",
- "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "body": "string",
- "visibility": "private"
}
Partner onboarding link
scopes:
oid required | string <^[PT]{1}(?=(?:.{3}|.{8})$)[0-9]*$> An id that uniquely identifies the account or owner (partner) |
aid required | string <^[PT]{1}\d{8}$> = 9 characters An id that uniquely identifies the account. |
{- "client_id": "string"
}
Update the price packages available for the partner account account
scopes:
oid required | string <^[PT]{1}(?=(?:.{3}|.{8})$)[0-9]*$> An id that uniquely identifies the account or owner (partner) |
aid required | string <^[PT]{1}\d{8}$> = 9 characters An id that uniquely identifies the account. |
required | Array of objects (PricePackageId) |
{- "price_packages": [
- {
- "price_package_id": "string"
}
]
}
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "deleted_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "deleted_at": "2019-08-24T14:15:22Z",
- "price_packages": [
- {
- "price_package_id": "string"
}
]
}
Get list of price packages available for the account.
scopes:
oid required | string <^[PT]{1}(?=(?:.{3}|.{8})$)[0-9]*$> An id that uniquely identifies the account or owner (partner) |
limit | integer [ 1 .. 100 ] Default: 10 A limit on the number of objects to be returned. Limit can range between 1 and 100 items, and the default is 10 items. |
starting_after | string cursor for use in pagination. starting_after is an object ID
that defines your place in the list. For instance, if you make
a list request and receive 100 objects, end the result contains
|
type | Array of strings Items Enum: "default" "account" |
price_package_id | string Filter by Price Package ID. |
{- "starting_after": "string",
- "price_packages": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "deleted_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "deleted_at": "2019-08-24T14:15:22Z",
- "name": "string",
- "description": "string",
- "pricing_conditions": "string",
- "metadata": {
- "property1": "string",
- "property2": "string"
}, - "products": [
- {
- "namespace": "checkout",
- "product_id": "checkout.capture.card",
- "prices": [
- {
- "type": "blend",
- "amounts": [
- {
- "name": "EU cards",
- "description": "string",
- "flat_amount": 250,
- "unit_amount": "0.025"
}
], - "dimensions": [
- {
- "name": "currency",
- "values": [
- "NOK",
- "SEK"
]
}, - {
- "name": "card.issuer_country",
- "values": [
- "NO",
- "SE"
]
}
]
}
]
}
], - "price_package_id": "string",
- "creation_state": "pristine",
- "type": "default"
}
]
}
Create a new price package
scopes:
oid required | string <^[PT]{1}(?=(?:.{3}|.{8})$)[0-9]*$> An id that uniquely identifies the account or owner (partner) |
name required | string |
description required | string |
required | Array of objects |
price_package_id required | string |
pricing_conditions | string |
object |
{- "name": "string",
- "description": "string",
- "pricing_conditions": "string",
- "metadata": {
- "property1": "string",
- "property2": "string"
}, - "products": [
- {
- "namespace": "checkout",
- "product_id": "checkout.capture.card",
- "prices": [
- {
- "type": "blend",
- "amounts": [
- {
- "name": "EU cards",
- "description": "string",
- "flat_amount": 250,
- "unit_amount": "0.025"
}
], - "dimensions": [
- {
- "name": "currency",
- "values": [
- "NOK",
- "SEK"
]
}, - {
- "name": "card.issuer_country",
- "values": [
- "NO",
- "SE"
]
}
]
}
]
}
], - "price_package_id": "string"
}
{- "price_package": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "deleted_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "deleted_at": "2019-08-24T14:15:22Z",
- "name": "string",
- "description": "string",
- "pricing_conditions": "string",
- "metadata": {
- "property1": "string",
- "property2": "string"
}, - "products": [
- {
- "namespace": "checkout",
- "product_id": "checkout.capture.card",
- "prices": [
- {
- "type": "blend",
- "amounts": [
- {
- "name": "EU cards",
- "description": "string",
- "flat_amount": 250,
- "unit_amount": "0.025"
}
], - "dimensions": [
- {
- "name": "currency",
- "values": [
- "NOK",
- "SEK"
]
}, - {
- "name": "card.issuer_country",
- "values": [
- "NO",
- "SE"
]
}
]
}
]
}
], - "price_package_id": "string",
- "creation_state": "pristine",
- "type": "default"
}
}
Update account settings
scopes:
aid required | string <^[PT]{1}\d{8}$> = 9 characters An id that uniquely identifies the account. |
object (AccountCompany) The details of an account company | |
object (AccountBilling) The details of the billing for the account | |
object |
{- "company": {
- "business_name": "TKP tech AS",
- "display_name": "TKP tech instore AS",
- "organization_number": "123456789MVA",
- "industry": "computer industry",
- "bank_name": "string",
- "account_number": "string",
- "address": {
- "address_line": "Sommerkroveien 34",
- "address_line_2": "PB 123",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO"
}, - "email": "contact@business.dintero.com",
- "technical_email": "tech_support@business.dintero.com",
- "phone_number": "string",
- "merchant_category_code": "string",
- "average_transaction_value": "string",
- "most_expensive_product_price": "string",
- "projected_sales": "string"
}, - "billing": {
- "business_name": "TKP tech AS",
- "organization_number": "123456789MVA",
- "address": {
- "address_line": "Sommerkroveien 34",
- "address_line_2": "PB 123",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO"
}, - "email": "billing@business.dintero.com",
- "reference": "string",
- "phone_number": "string"
}, - "services": {
- "checkout": {
- "features": {
- "applepay": {
- "requested": "enable"
}, - "billie": {
- "requested": "enable"
}, - "clicktopay": {
- "requested": "enable"
}, - "collector": {
- "requested": "enable"
}, - "creditcard": {
- "requested": "enable"
}, - "googlepay": {
- "requested": "enable"
}, - "instabank": {
- "requested": "enable"
}, - "klarna": {
- "requested": "enable"
}, - "mobilepay": {
- "requested": "enable"
}, - "santander": {
- "requested": "enable"
}, - "swish": {
- "requested": "enable"
}, - "vipps": {
- "requested": "enable"
}
}
}, - "payout": {
- "features": {
- "split_payment": {
- "requested": "enable"
}, - "daily_payouts": {
- "requested": "enable"
}
}
}
}
}
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "deleted_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "deleted_at": "2019-08-24T14:15:22Z",
- "jwks": {
- "name": "string",
}, - "payment_case_status": "ACTIVE",
- "projected_sales": "string",
- "average_transaction_value": "string",
- "merchant_category_code": "string",
- "delivery_timeline": "P0W",
- "most_expensive_product_price": "string",
- "gift_card_revenue_percentage": "string",
- "credit_rating": "string",
- "prev_credit_rating": "string",
- "currency": "NOK",
- "applicant": {
- "first_name": "John",
- "last_name": "Doe",
- "email": "customer@example.com",
- "phone_number": "+4799999999",
- "agreement": {
- "name": "string",
- "version": "string",
- "personal_guarantee_accepted": true,
- "attachments": [
- {
- "name": "Cookie Policy",
- "version": "string"
}
], - "accepted_at": "2019-08-24T14:15:22Z"
}, - "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",
- "display_name": "TKP tech instore AS",
- "organization_number": "123456789MVA",
- "industry": "computer industry",
- "bank_name": "string",
- "account_number": "string",
- "address": {
- "address_line": "Sommerkroveien 34",
- "address_line_2": "PB 123",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO"
}, - "email": "contact@business.dintero.com",
- "technical_email": "tech_support@business.dintero.com",
- "phone_number": "string",
- "merchant_category_code": "string",
- "average_transaction_value": "string",
- "most_expensive_product_price": "string",
- "projected_sales": "string"
}, - "billing": {
- "business_name": "TKP tech AS",
- "organization_number": "123456789MVA",
- "address": {
- "address_line": "Sommerkroveien 34",
- "address_line_2": "PB 123",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO"
}, - "email": "billing@business.dintero.com",
- "reference": "string",
- "phone_number": "string"
}, - "subscription": {
- "interval": "month",
- "plan": "transaction_fee",
- "support": "office_hours",
- "metadata": { }
}, - "account_id": "string",
- "partner_id": "string",
- "livemode": false,
- "active": false,
- "language_code": "string",
- "connections": {
- "instabank": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "metadata": { },
- "status": "pending",
- "events": [
- {
- "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "status": "pending",
- "event": "signature_required",
- "description": "Vipps awaiting signature",
}
], - "schema": 0,
- "configuration": {
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "instabank.invoice"
}
], - "payment_product_codes": {
- "instabank.finance": "630",
- "instabank.invoice": "632"
}, - "organization_number": "string"
}, - "signup": {
- "email": "customer@example.com",
- "phone_number": "+4799999999",
- "total_number_of_transactions": "string",
- "total_volume_of_transactions": "string",
- "finance_number_of_transactions": "string",
- "finance_volume_of_transactions": "string",
- "industry": "computer industry",
- "account_number": "12345678911",
- "payment_options": [
- {
- "type": "instabank.invoice"
}
], - "created_at": "2019-08-24T14:15:22Z",
- "callback_at": "2019-08-24T14:15:22Z"
}
}, - "vipps": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "metadata": { },
- "status": "pending",
- "events": [
- {
- "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "status": "pending",
- "event": "signature_required",
- "description": "Vipps awaiting signature",
}
], - "schema": 0,
- "configuration": {
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "vipps"
}
], - "merchant_name": "Vipps",
- "created_time": "00:00:00",
- "merchant_serial_number": "123456",
- "client_id": "51358942-08c8-4d50-99f4-a9aa970b5f5b",
- "subscription_keys": [
- {
- "product": "Access",
- "ocp_apim_subscription_key": "de897dbb-0cd3-4445-b003-ac8214ac4638"
}
]
}, - "signup": {
- "created_at": "2019-08-24T14:15:22Z",
- "id": "81b83246-5c19-7b94-875b-ea6d1114f099",
- "url": "string",
- "callback_at": "2019-08-24T14:15:22Z",
- "expires_at": "2019-08-24T14:15:22Z"
}
}, - "payex": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "metadata": { },
- "status": "pending",
- "events": [
- {
- "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "status": "pending",
- "event": "signature_required",
- "description": "Vipps awaiting signature",
}
], - "schema": 0,
- "configuration": {
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "payex.creditcard"
}
], - "payee_id": "string",
- "subsite": "string"
}, - "creditcard": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "metadata": { },
- "status": "pending",
- "events": [
- {
- "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "status": "pending",
- "event": "signature_required",
- "description": "Vipps awaiting signature",
}
], - "schema": 0,
- "configuration": {
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "payex.creditcard"
}
], - "payee_id": "string",
- "subsite": "string"
}, - "signup": {
- "business_name": "string",
- "legal_name": "string",
- "organization_number": "123456789MVA",
- "applicant_contact": {
- "name": "John Doe",
- "phone_number": "+4799999999",
- "email": "customer@example.com"
}, - "accounting_contact": {
- "name": "John Doe",
- "phone_number": "+4799999999",
- "email": "customer@example.com"
}, - "bank_name": "string",
- "account_number": "string",
- "website": "string",
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "payex.creditcard"
}
], - "created_at": "2019-08-24T14:15:22Z",
- "url": "string",
- "callback_at": "2019-08-24T14:15:22Z"
}
}, - "signup": {
- "business_name": "string",
- "legal_name": "string",
- "organization_number": "123456789MVA",
- "applicant_contact": {
- "name": "John Doe",
- "phone_number": "+4799999999",
- "email": "customer@example.com"
}, - "accounting_contact": {
- "name": "John Doe",
- "phone_number": "+4799999999",
- "email": "customer@example.com"
}, - "bank_name": "string",
- "account_number": "string",
- "website": "string",
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "payex.creditcard"
}
], - "created_at": "2019-08-24T14:15:22Z",
- "url": "string",
- "callback_at": "2019-08-24T14:15:22Z"
}
}, - "collector": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "metadata": { },
- "status": "pending",
- "events": [
- {
- "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "status": "pending",
- "event": "signature_required",
- "description": "Vipps awaiting signature",
}
], - "schema": 0,
- "configuration": {
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "collector.invoice"
}
], - "username": "string",
- "store_id": 0,
- "country": "string"
}, - "signup": {
- "business_name": "string",
- "legal_name": "string",
- "organization_number": "123456789MVA",
- "bank_name": "string",
- "account_number": "string",
- "website": "string",
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "collector.invoice"
}
], - "created_at": "2019-08-24T14:15:22Z",
- "url": "string",
- "callback_at": "2019-08-24T14:15:22Z"
}
}, - "swish": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "metadata": { },
- "status": "pending",
- "events": [
- {
- "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "status": "pending",
- "event": "signature_required",
- "description": "Vipps awaiting signature",
}
], - "schema": 0,
- "configuration": {
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "swish.swish"
}
], - "swish_number": "1231182293"
}, - "signup": {
- "business_name": "string",
- "legal_name": "string",
- "organization_number": "123456789MVA",
- "bank_name": "string",
- "account_number": "string",
- "website": "string",
- "payment_options": [
- {
- "currencies": [
- "SEK"
], - "type": "swish.swish"
}
], - "created_at": "2019-08-24T14:15:22Z",
- "callback_at": "2019-08-24T14:15:22Z"
}
}, - "bambora": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "metadata": { },
- "status": "pending",
- "events": [
- {
- "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "status": "pending",
- "event": "signature_required",
- "description": "Vipps awaiting signature",
}
], - "schema": 0,
- "configuration": {
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "string"
}
], - "merchant_number": "string",
- "md5_key": "string",
- "access_token": 0,
- "secret_token": "string",
- "token_scope": "string"
}, - "direct_signups": [
- {
- "case_id": "c74269e5-1f97-4e20-9164-ffbe3494d8d6",
- "merchant_number": "P12345678",
- "md5_key": "ae45ase",
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "bambora.creditcard"
}
], - "signup_id": "006b4be1-e280-4246-b411-564ae0214a53",
- "created_at": "2019-08-24T14:15:22Z",
- "callback_at": "2019-08-24T14:15:22Z"
}
], - "signup": {
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "bambora.creditcard"
}
], - "store_type": [
- "online"
], - "revenue": {
- "currency": "NOK",
- "yearly_revenue": "100.000-250.000 NOK",
- "highest_transaction_amount": "500-1000 NOK",
- "average_amount": "250-500 NOK",
- "accept_prepaid": true,
- "subscriptions_or_memberships": true,
- "gift_cards": true
}, - "bank_name": "string",
- "account_number": "string",
- "ownership": {
- "ownership_structure": "owners_with_more_than_25",
- "owners": [
- {
- "name": "string",
- "legal_name": "string",
- "date_of_birth": "1990-09-20",
- "percentage": 25
}
]
}, - "verifications": {
- "terms_and_conditions": true,
- "terms_and_conditions_url": "string",
- "contact_information": true,
- "payment_site": true,
- "clear_pricing": true,
- "payment_product_logos": true
}, - "signature": {
- "signatures": [
- {
- "name": "string",
- "email": "string"
}
], - "politically_exposed_person": true,
- "politically_exposed_associated": true
}, - "applicant": {
- "phone_number": "+4799999999"
}, - "created_at": "2019-08-24T14:15:22Z",
- "callback_at": "2019-08-24T14:15:22Z"
}, - "submerchant_signups": [
- {
- "case_id": "c74269e5-1f97-4e20-9164-ffbe3494d8d6",
- "merchant_number": "P12345678",
- "md5_key": "ae45ase",
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "bambora.creditcard"
}
], - "mcc": 5814,
- "created_at": "2019-08-24T14:15:22Z",
- "callback_at": "2019-08-24T14:15:22Z"
}
]
}, - "common": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "metadata": { },
- "status": "pending",
- "events": [
- {
- "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "status": "pending",
- "event": "signature_required",
- "description": "Vipps awaiting signature",
}
], - "schema": 0,
- "signup": {
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "dintero.zero"
}
], - "store_type": [
- "online"
], - "package": "Checkout 195 NOK/month + 1.5%",
- "revenue": {
- "currency": "NOK",
- "yearly_revenue": "100.000-250.000 NOK",
- "highest_transaction_amount": "500-1000 NOK",
- "average_amount": "250-500 NOK",
- "accept_prepaid": true,
- "subscriptions_or_memberships": true,
- "gift_cards": true,
- "estimated_percentage_per_payment_type": [
- {
- "percentage": 100,
- "type": "swish.swish"
}
]
}, - "bank_accounts": [
- {
- "account_number": "string",
- "account_number_type": "iban",
- "bank_name": "string",
}
], - "ownership": {
- "ownership_structure": "owners_with_more_than_25",
- "owners": [
- {
- "name": "string",
- "legal_name": "string",
- "date_of_birth": "1990-09-20",
- "social_security_number": "string",
- "percentage": 25,
- "address": {
- "address_line": "Sommerkroveien 34",
- "address_line_2": "PB 123",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO"
}
}
]
}, - "verifications": {
- "terms_and_conditions": true,
- "terms_and_conditions_url": "string",
- "contact_information": true,
- "payment_site": true,
- "payment_site_url": "string",
- "demo_site_url": "string",
- "clear_pricing": true,
- "payment_product_logos": true
}, - "signature": {
- "signatures": [
- {
- "name": "string",
- "email": "string"
}
], - "politically_exposed_person": true,
- "politically_exposed_associated": true
}, - "applicant": {
- "first_name": "John",
- "last_name": "Doe",
- "email": "customer@example.com",
- "phone_number": "+4799999999",
- "social_security_number": "string"
}, - "company_information": {
- "industry": "goods",
- "company_category": "4722",
- "mcc": {
- "mcc": "string",
- "range": {
- "start": "string",
- "end": "string",
- "description": "string",
- "reserved": true
}, - "iso_description": "string",
- "usda_description": "string",
- "stripe_description": "string",
- "stripe_code": "string",
- "visa_description": "string",
- "visa_req_clearing_name": "string"
}, - "company_description": "string"
}, - "payment_method_specific": {
- "payex": {
- "signup_url": "string"
}, - "instabank": {
- "total_number_of_transactions": "string",
- "total_volume_of_transactions": "string",
- "finance_number_of_transactions": "string",
- "finance_volume_of_transactions": "string"
}, - "vipps": {
- "signup_url": "string"
}
}, - "created_at": "2019-08-24T14:15:22Z"
}
}, - "klarna": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "metadata": { },
- "status": "pending",
- "events": [
- {
- "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "status": "pending",
- "event": "signature_required",
- "description": "Vipps awaiting signature",
}
], - "schema": 0,
- "configuration": {
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "klarna.klarna"
}
], - "credentials": [
- {
- "case_id": "c74269e5-1f97-4e20-9164-ffbe3494d8d6",
- "merchant_id": "string",
- "username": "string"
}
]
}, - "signups": [
- {
- "case_id": "c74269e5-1f97-4e20-9164-ffbe3494d8d6",
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "klarna.klarna"
}
], - "price_package": "EU_DINTERO_PP001",
- "mcc": 5814,
- "created_at": "2019-08-24T14:15:22Z",
- "callback_at": "2019-08-24T14:15:22Z"
}
]
}, - "vipps_psp": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "metadata": { },
- "status": "pending",
- "events": [
- {
- "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "status": "pending",
- "event": "signature_required",
- "description": "Vipps awaiting signature",
}
], - "schema": 0,
- "configuration": {
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "dintero.vipps"
}
], - "merchant_serial_number": "123456"
}, - "signups": [
- {
- "case_id": "c74269e5-1f97-4e20-9164-ffbe3494d8d6",
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "dintero.vipps"
}
], - "logo": "string",
- "created_at": "2019-08-24T14:15:22Z"
}
]
}, - "visa_tokens": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "metadata": { },
- "status": "pending",
- "events": [
- {
- "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "status": "pending",
- "event": "signature_required",
- "description": "Vipps awaiting signature",
}
], - "schema": 0
}
}, - "services": {
- "checkout": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "updated_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "status": "enabled",
- "progression": "not_applied",
- "metadata": { },
- "features": {
- "applepay": {
- "created_by": "string",
- "created_at": "string",
- "updated_by": "string",
- "updated_at": "string",
- "requested": "enable",
- "status": "declined"
}, - "billie": {
- "created_by": "string",
- "created_at": "string",
- "updated_by": "string",
- "updated_at": "string",
- "requested": "enable",
- "status": "declined"
}, - "clicktopay": {
- "created_by": "string",
- "created_at": "string",
- "updated_by": "string",
- "updated_at": "string",
- "requested": "enable",
- "status": "declined"
}, - "collector": {
- "created_by": "string",
- "created_at": "string",
- "updated_by": "string",
- "updated_at": "string",
- "requested": "enable",
- "status": "declined"
}, - "creditcard": {
- "created_by": "string",
- "created_at": "string",
- "updated_by": "string",
- "updated_at": "string",
- "requested": "enable",
- "status": "declined"
}, - "googlepay": {
- "created_by": "string",
- "created_at": "string",
- "updated_by": "string",
- "updated_at": "string",
- "requested": "enable",
- "status": "declined"
}, - "instabank": {
- "created_by": "string",
- "created_at": "string",
- "updated_by": "string",
- "updated_at": "string",
- "requested": "enable",
- "status": "declined"
}, - "klarna": {
- "created_by": "string",
- "created_at": "string",
- "updated_by": "string",
- "updated_at": "string",
- "requested": "enable",
- "status": "declined"
}, - "mobilepay": {
- "created_by": "string",
- "created_at": "string",
- "updated_by": "string",
- "updated_at": "string",
- "requested": "enable",
- "status": "declined"
}, - "santander": {
- "created_by": "string",
- "created_at": "string",
- "updated_by": "string",
- "updated_at": "string",
- "requested": "enable",
- "status": "declined"
}, - "swish": {
- "created_by": "string",
- "created_at": "string",
- "updated_by": "string",
- "updated_at": "string",
- "requested": "enable",
- "status": "declined"
}, - "vipps": {
- "created_by": "string",
- "created_at": "string",
- "updated_by": "string",
- "updated_at": "string",
- "requested": "enable",
- "status": "declined"
}
}, - "gateways": {
- "santander": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "progression": "not_applied"
}, - "collector": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "progression": "not_applied"
}, - "instabank": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "progression": "not_applied"
}, - "vipps": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "progression": "not_applied"
}, - "swish": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "progression": "not_applied"
}, - "bambora": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "progression": "not_applied"
}, - "payex": {
- "creditcard": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "progression": "not_applied"
}, - "swish": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "progression": "not_applied"
}
}, - "klarna": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "progression": "not_applied"
}, - "dintero": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "progression": "not_applied"
}
}
}, - "customers": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "updated_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "status": "enabled",
- "progression": "not_applied",
- "metadata": { }
}, - "discounts": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "updated_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "status": "enabled",
- "progression": "not_applied",
- "metadata": { }
}, - "shopping": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "updated_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "status": "enabled",
- "progression": "not_applied",
- "metadata": { }
}, - "receipts": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "updated_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "status": "enabled",
- "progression": "not_applied",
- "metadata": { }
}, - "wallets": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "updated_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "status": "enabled",
- "progression": "not_applied",
- "metadata": { }
}, - "payout": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "updated_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "status": "enabled",
- "progression": "not_applied",
- "metadata": { },
- "features": {
- "split_payment": {
- "created_by": "string",
- "created_at": "string",
- "updated_by": "string",
- "updated_at": "string",
- "requested": "enable",
- "status": "declined"
}, - "daily_payouts": {
- "created_by": "string",
- "created_at": "string",
- "updated_by": "string",
- "updated_at": "string",
- "requested": "enable",
- "status": "declined"
}
}
}
}
}
Get details about the account
scopes:
aid required | string <^[PT]{1}\d{8}$> = 9 characters An id that uniquely identifies the account. |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "deleted_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "deleted_at": "2019-08-24T14:15:22Z",
- "jwks": {
- "name": "string",
}, - "payment_case_status": "ACTIVE",
- "projected_sales": "string",
- "average_transaction_value": "string",
- "merchant_category_code": "string",
- "delivery_timeline": "P0W",
- "most_expensive_product_price": "string",
- "gift_card_revenue_percentage": "string",
- "credit_rating": "string",
- "prev_credit_rating": "string",
- "currency": "NOK",
- "applicant": {
- "first_name": "John",
- "last_name": "Doe",
- "email": "customer@example.com",
- "phone_number": "+4799999999",
- "agreement": {
- "name": "string",
- "version": "string",
- "personal_guarantee_accepted": true,
- "attachments": [
- {
- "name": "Cookie Policy",
- "version": "string"
}
], - "accepted_at": "2019-08-24T14:15:22Z"
}, - "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",
- "display_name": "TKP tech instore AS",
- "organization_number": "123456789MVA",
- "industry": "computer industry",
- "bank_name": "string",
- "account_number": "string",
- "address": {
- "address_line": "Sommerkroveien 34",
- "address_line_2": "PB 123",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO"
}, - "email": "contact@business.dintero.com",
- "technical_email": "tech_support@business.dintero.com",
- "phone_number": "string",
- "merchant_category_code": "string",
- "average_transaction_value": "string",
- "most_expensive_product_price": "string",
- "projected_sales": "string"
}, - "billing": {
- "business_name": "TKP tech AS",
- "organization_number": "123456789MVA",
- "address": {
- "address_line": "Sommerkroveien 34",
- "address_line_2": "PB 123",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO"
}, - "email": "billing@business.dintero.com",
- "reference": "string",
- "phone_number": "string"
}, - "subscription": {
- "interval": "month",
- "plan": "transaction_fee",
- "support": "office_hours",
- "metadata": { }
}, - "account_id": "string",
- "partner_id": "string",
- "livemode": false,
- "active": false,
- "language_code": "string",
- "connections": {
- "instabank": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "metadata": { },
- "status": "pending",
- "events": [
- {
- "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "status": "pending",
- "event": "signature_required",
- "description": "Vipps awaiting signature",
}
], - "schema": 0,
- "configuration": {
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "instabank.invoice"
}
], - "payment_product_codes": {
- "instabank.finance": "630",
- "instabank.invoice": "632"
}, - "organization_number": "string"
}, - "signup": {
- "email": "customer@example.com",
- "phone_number": "+4799999999",
- "total_number_of_transactions": "string",
- "total_volume_of_transactions": "string",
- "finance_number_of_transactions": "string",
- "finance_volume_of_transactions": "string",
- "industry": "computer industry",
- "account_number": "12345678911",
- "payment_options": [
- {
- "type": "instabank.invoice"
}
], - "created_at": "2019-08-24T14:15:22Z",
- "callback_at": "2019-08-24T14:15:22Z"
}
}, - "vipps": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "metadata": { },
- "status": "pending",
- "events": [
- {
- "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "status": "pending",
- "event": "signature_required",
- "description": "Vipps awaiting signature",
}
], - "schema": 0,
- "configuration": {
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "vipps"
}
], - "merchant_name": "Vipps",
- "created_time": "00:00:00",
- "merchant_serial_number": "123456",
- "client_id": "51358942-08c8-4d50-99f4-a9aa970b5f5b",
- "subscription_keys": [
- {
- "product": "Access",
- "ocp_apim_subscription_key": "de897dbb-0cd3-4445-b003-ac8214ac4638"
}
]
}, - "signup": {
- "created_at": "2019-08-24T14:15:22Z",
- "id": "81b83246-5c19-7b94-875b-ea6d1114f099",
- "url": "string",
- "callback_at": "2019-08-24T14:15:22Z",
- "expires_at": "2019-08-24T14:15:22Z"
}
}, - "payex": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "metadata": { },
- "status": "pending",
- "events": [
- {
- "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "status": "pending",
- "event": "signature_required",
- "description": "Vipps awaiting signature",
}
], - "schema": 0,
- "configuration": {
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "payex.creditcard"
}
], - "payee_id": "string",
- "subsite": "string"
}, - "creditcard": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "metadata": { },
- "status": "pending",
- "events": [
- {
- "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "status": "pending",
- "event": "signature_required",
- "description": "Vipps awaiting signature",
}
], - "schema": 0,
- "configuration": {
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "payex.creditcard"
}
], - "payee_id": "string",
- "subsite": "string"
}, - "signup": {
- "business_name": "string",
- "legal_name": "string",
- "organization_number": "123456789MVA",
- "applicant_contact": {
- "name": "John Doe",
- "phone_number": "+4799999999",
- "email": "customer@example.com"
}, - "accounting_contact": {
- "name": "John Doe",
- "phone_number": "+4799999999",
- "email": "customer@example.com"
}, - "bank_name": "string",
- "account_number": "string",
- "website": "string",
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "payex.creditcard"
}
], - "created_at": "2019-08-24T14:15:22Z",
- "url": "string",
- "callback_at": "2019-08-24T14:15:22Z"
}
}, - "signup": {
- "business_name": "string",
- "legal_name": "string",
- "organization_number": "123456789MVA",
- "applicant_contact": {
- "name": "John Doe",
- "phone_number": "+4799999999",
- "email": "customer@example.com"
}, - "accounting_contact": {
- "name": "John Doe",
- "phone_number": "+4799999999",
- "email": "customer@example.com"
}, - "bank_name": "string",
- "account_number": "string",
- "website": "string",
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "payex.creditcard"
}
], - "created_at": "2019-08-24T14:15:22Z",
- "url": "string",
- "callback_at": "2019-08-24T14:15:22Z"
}
}, - "collector": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "metadata": { },
- "status": "pending",
- "events": [
- {
- "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "status": "pending",
- "event": "signature_required",
- "description": "Vipps awaiting signature",
}
], - "schema": 0,
- "configuration": {
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "collector.invoice"
}
], - "username": "string",
- "store_id": 0,
- "country": "string"
}, - "signup": {
- "business_name": "string",
- "legal_name": "string",
- "organization_number": "123456789MVA",
- "bank_name": "string",
- "account_number": "string",
- "website": "string",
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "collector.invoice"
}
], - "created_at": "2019-08-24T14:15:22Z",
- "url": "string",
- "callback_at": "2019-08-24T14:15:22Z"
}
}, - "swish": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "metadata": { },
- "status": "pending",
- "events": [
- {
- "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "status": "pending",
- "event": "signature_required",
- "description": "Vipps awaiting signature",
}
], - "schema": 0,
- "configuration": {
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "swish.swish"
}
], - "swish_number": "1231182293"
}, - "signup": {
- "business_name": "string",
- "legal_name": "string",
- "organization_number": "123456789MVA",
- "bank_name": "string",
- "account_number": "string",
- "website": "string",
- "payment_options": [
- {
- "currencies": [
- "SEK"
], - "type": "swish.swish"
}
], - "created_at": "2019-08-24T14:15:22Z",
- "callback_at": "2019-08-24T14:15:22Z"
}
}, - "bambora": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "metadata": { },
- "status": "pending",
- "events": [
- {
- "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "status": "pending",
- "event": "signature_required",
- "description": "Vipps awaiting signature",
}
], - "schema": 0,
- "configuration": {
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "string"
}
], - "merchant_number": "string",
- "md5_key": "string",
- "access_token": 0,
- "secret_token": "string",
- "token_scope": "string"
}, - "direct_signups": [
- {
- "case_id": "c74269e5-1f97-4e20-9164-ffbe3494d8d6",
- "merchant_number": "P12345678",
- "md5_key": "ae45ase",
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "bambora.creditcard"
}
], - "signup_id": "006b4be1-e280-4246-b411-564ae0214a53",
- "created_at": "2019-08-24T14:15:22Z",
- "callback_at": "2019-08-24T14:15:22Z"
}
], - "signup": {
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "bambora.creditcard"
}
], - "store_type": [
- "online"
], - "revenue": {
- "currency": "NOK",
- "yearly_revenue": "100.000-250.000 NOK",
- "highest_transaction_amount": "500-1000 NOK",
- "average_amount": "250-500 NOK",
- "accept_prepaid": true,
- "subscriptions_or_memberships": true,
- "gift_cards": true
}, - "bank_name": "string",
- "account_number": "string",
- "ownership": {
- "ownership_structure": "owners_with_more_than_25",
- "owners": [
- {
- "name": "string",
- "legal_name": "string",
- "date_of_birth": "1990-09-20",
- "percentage": 25
}
]
}, - "verifications": {
- "terms_and_conditions": true,
- "terms_and_conditions_url": "string",
- "contact_information": true,
- "payment_site": true,
- "clear_pricing": true,
- "payment_product_logos": true
}, - "signature": {
- "signatures": [
- {
- "name": "string",
- "email": "string"
}
], - "politically_exposed_person": true,
- "politically_exposed_associated": true
}, - "applicant": {
- "phone_number": "+4799999999"
}, - "created_at": "2019-08-24T14:15:22Z",
- "callback_at": "2019-08-24T14:15:22Z"
}, - "submerchant_signups": [
- {
- "case_id": "c74269e5-1f97-4e20-9164-ffbe3494d8d6",
- "merchant_number": "P12345678",
- "md5_key": "ae45ase",
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "bambora.creditcard"
}
], - "mcc": 5814,
- "created_at": "2019-08-24T14:15:22Z",
- "callback_at": "2019-08-24T14:15:22Z"
}
]
}, - "common": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "metadata": { },
- "status": "pending",
- "events": [
- {
- "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "status": "pending",
- "event": "signature_required",
- "description": "Vipps awaiting signature",
}
], - "schema": 0,
- "signup": {
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "dintero.zero"
}
], - "store_type": [
- "online"
], - "package": "Checkout 195 NOK/month + 1.5%",
- "revenue": {
- "currency": "NOK",
- "yearly_revenue": "100.000-250.000 NOK",
- "highest_transaction_amount": "500-1000 NOK",
- "average_amount": "250-500 NOK",
- "accept_prepaid": true,
- "subscriptions_or_memberships": true,
- "gift_cards": true,
- "estimated_percentage_per_payment_type": [
- {
- "percentage": 100,
- "type": "swish.swish"
}
]
}, - "bank_accounts": [
- {
- "account_number": "string",
- "account_number_type": "iban",
- "bank_name": "string",
}
], - "ownership": {
- "ownership_structure": "owners_with_more_than_25",
- "owners": [
- {
- "name": "string",
- "legal_name": "string",
- "date_of_birth": "1990-09-20",
- "social_security_number": "string",
- "percentage": 25,
- "address": {
- "address_line": "Sommerkroveien 34",
- "address_line_2": "PB 123",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO"
}
}
]
}, - "verifications": {
- "terms_and_conditions": true,
- "terms_and_conditions_url": "string",
- "contact_information": true,
- "payment_site": true,
- "payment_site_url": "string",
- "demo_site_url": "string",
- "clear_pricing": true,
- "payment_product_logos": true
}, - "signature": {
- "signatures": [
- {
- "name": "string",
- "email": "string"
}
], - "politically_exposed_person": true,
- "politically_exposed_associated": true
}, - "applicant": {
- "first_name": "John",
- "last_name": "Doe",
- "email": "customer@example.com",
- "phone_number": "+4799999999",
- "social_security_number": "string"
}, - "company_information": {
- "industry": "goods",
- "company_category": "4722",
- "mcc": {
- "mcc": "string",
- "range": {
- "start": "string",
- "end": "string",
- "description": "string",
- "reserved": true
}, - "iso_description": "string",
- "usda_description": "string",
- "stripe_description": "string",
- "stripe_code": "string",
- "visa_description": "string",
- "visa_req_clearing_name": "string"
}, - "company_description": "string"
}, - "payment_method_specific": {
- "payex": {
- "signup_url": "string"
}, - "instabank": {
- "total_number_of_transactions": "string",
- "total_volume_of_transactions": "string",
- "finance_number_of_transactions": "string",
- "finance_volume_of_transactions": "string"
}, - "vipps": {
- "signup_url": "string"
}
}, - "created_at": "2019-08-24T14:15:22Z"
}
}, - "klarna": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "metadata": { },
- "status": "pending",
- "events": [
- {
- "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "status": "pending",
- "event": "signature_required",
- "description": "Vipps awaiting signature",
}
], - "schema": 0,
- "configuration": {
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "klarna.klarna"
}
], - "credentials": [
- {
- "case_id": "c74269e5-1f97-4e20-9164-ffbe3494d8d6",
- "merchant_id": "string",
- "username": "string"
}
]
}, - "signups": [
- {
- "case_id": "c74269e5-1f97-4e20-9164-ffbe3494d8d6",
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "klarna.klarna"
}
], - "price_package": "EU_DINTERO_PP001",
- "mcc": 5814,
- "created_at": "2019-08-24T14:15:22Z",
- "callback_at": "2019-08-24T14:15:22Z"
}
]
}, - "vipps_psp": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "metadata": { },
- "status": "pending",
- "events": [
- {
- "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "status": "pending",
- "event": "signature_required",
- "description": "Vipps awaiting signature",
}
], - "schema": 0,
- "configuration": {
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "dintero.vipps"
}
], - "merchant_serial_number": "123456"
}, - "signups": [
- {
- "case_id": "c74269e5-1f97-4e20-9164-ffbe3494d8d6",
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "dintero.vipps"
}
], - "logo": "string",
- "created_at": "2019-08-24T14:15:22Z"
}
]
}, - "visa_tokens": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "metadata": { },
- "status": "pending",
- "events": [
- {
- "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "status": "pending",
- "event": "signature_required",
- "description": "Vipps awaiting signature",
}
], - "schema": 0
}
}, - "services": {
- "checkout": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "updated_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "status": "enabled",
- "progression": "not_applied",
- "metadata": { },
- "features": {
- "applepay": {
- "created_by": "string",
- "created_at": "string",
- "updated_by": "string",
- "updated_at": "string",
- "requested": "enable",
- "status": "declined"
}, - "billie": {
- "created_by": "string",
- "created_at": "string",
- "updated_by": "string",
- "updated_at": "string",
- "requested": "enable",
- "status": "declined"
}, - "clicktopay": {
- "created_by": "string",
- "created_at": "string",
- "updated_by": "string",
- "updated_at": "string",
- "requested": "enable",
- "status": "declined"
}, - "collector": {
- "created_by": "string",
- "created_at": "string",
- "updated_by": "string",
- "updated_at": "string",
- "requested": "enable",
- "status": "declined"
}, - "creditcard": {
- "created_by": "string",
- "created_at": "string",
- "updated_by": "string",
- "updated_at": "string",
- "requested": "enable",
- "status": "declined"
}, - "googlepay": {
- "created_by": "string",
- "created_at": "string",
- "updated_by": "string",
- "updated_at": "string",
- "requested": "enable",
- "status": "declined"
}, - "instabank": {
- "created_by": "string",
- "created_at": "string",
- "updated_by": "string",
- "updated_at": "string",
- "requested": "enable",
- "status": "declined"
}, - "klarna": {
- "created_by": "string",
- "created_at": "string",
- "updated_by": "string",
- "updated_at": "string",
- "requested": "enable",
- "status": "declined"
}, - "mobilepay": {
- "created_by": "string",
- "created_at": "string",
- "updated_by": "string",
- "updated_at": "string",
- "requested": "enable",
- "status": "declined"
}, - "santander": {
- "created_by": "string",
- "created_at": "string",
- "updated_by": "string",
- "updated_at": "string",
- "requested": "enable",
- "status": "declined"
}, - "swish": {
- "created_by": "string",
- "created_at": "string",
- "updated_by": "string",
- "updated_at": "string",
- "requested": "enable",
- "status": "declined"
}, - "vipps": {
- "created_by": "string",
- "created_at": "string",
- "updated_by": "string",
- "updated_at": "string",
- "requested": "enable",
- "status": "declined"
}
}, - "gateways": {
- "santander": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "progression": "not_applied"
}, - "collector": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "progression": "not_applied"
}, - "instabank": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "progression": "not_applied"
}, - "vipps": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "progression": "not_applied"
}, - "swish": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "progression": "not_applied"
}, - "bambora": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "progression": "not_applied"
}, - "payex": {
- "creditcard": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "progression": "not_applied"
}, - "swish": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "progression": "not_applied"
}
}, - "klarna": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "progression": "not_applied"
}, - "dintero": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "progression": "not_applied"
}
}
}, - "customers": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "updated_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "status": "enabled",
- "progression": "not_applied",
- "metadata": { }
}, - "discounts": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "updated_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "status": "enabled",
- "progression": "not_applied",
- "metadata": { }
}, - "shopping": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "updated_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "status": "enabled",
- "progression": "not_applied",
- "metadata": { }
}, - "receipts": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "updated_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "status": "enabled",
- "progression": "not_applied",
- "metadata": { }
}, - "wallets": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "updated_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "status": "enabled",
- "progression": "not_applied",
- "metadata": { }
}, - "payout": {
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "updated_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "status": "enabled",
- "progression": "not_applied",
- "metadata": { },
- "features": {
- "split_payment": {
- "created_by": "string",
- "created_at": "string",
- "updated_by": "string",
- "updated_at": "string",
- "requested": "enable",
- "status": "declined"
}, - "daily_payouts": {
- "created_by": "string",
- "created_at": "string",
- "updated_by": "string",
- "updated_at": "string",
- "requested": "enable",
- "status": "declined"
}
}
}
}
}
Initialize Bambora PayFac signup
scopes:
aid required | string <^[PT]{1}\d{8}$> = 9 characters An id that uniquely identifies the account. |
force_new_signup | boolean Will allow signing up again even if there are previous pending signups. |
required | object (BamboraPayFacConnectionSignup) |
{- "signup": {
- "case_id": "c74269e5-1f97-4e20-9164-ffbe3494d8d6",
- "merchant_number": "P12345678",
- "md5_key": "ae45ase",
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "bambora.creditcard"
}
], - "mcc": 5814
}
}
{- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "metadata": { },
- "status": "pending",
- "events": [
- {
- "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "status": "pending",
- "event": "signature_required",
- "description": "Vipps awaiting signature",
}
], - "schema": 0,
- "configuration": {
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "string"
}
], - "merchant_number": "string",
- "md5_key": "string",
- "access_token": 0,
- "secret_token": "string",
- "token_scope": "string"
}, - "direct_signups": [
- {
- "case_id": "c74269e5-1f97-4e20-9164-ffbe3494d8d6",
- "merchant_number": "P12345678",
- "md5_key": "ae45ase",
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "bambora.creditcard"
}
], - "signup_id": "006b4be1-e280-4246-b411-564ae0214a53",
- "created_at": "2019-08-24T14:15:22Z",
- "callback_at": "2019-08-24T14:15:22Z"
}
], - "signup": {
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "bambora.creditcard"
}
], - "store_type": [
- "online"
], - "revenue": {
- "currency": "NOK",
- "yearly_revenue": "100.000-250.000 NOK",
- "highest_transaction_amount": "500-1000 NOK",
- "average_amount": "250-500 NOK",
- "accept_prepaid": true,
- "subscriptions_or_memberships": true,
- "gift_cards": true
}, - "bank_name": "string",
- "account_number": "string",
- "ownership": {
- "ownership_structure": "owners_with_more_than_25",
- "owners": [
- {
- "name": "string",
- "legal_name": "string",
- "date_of_birth": "1990-09-20",
- "percentage": 25
}
]
}, - "verifications": {
- "terms_and_conditions": true,
- "terms_and_conditions_url": "string",
- "contact_information": true,
- "payment_site": true,
- "clear_pricing": true,
- "payment_product_logos": true
}, - "signature": {
- "signatures": [
- {
- "name": "string",
- "email": "string"
}
], - "politically_exposed_person": true,
- "politically_exposed_associated": true
}, - "applicant": {
- "phone_number": "+4799999999"
}, - "created_at": "2019-08-24T14:15:22Z",
- "callback_at": "2019-08-24T14:15:22Z"
}, - "submerchant_signups": [
- {
- "case_id": "c74269e5-1f97-4e20-9164-ffbe3494d8d6",
- "merchant_number": "P12345678",
- "md5_key": "ae45ase",
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "bambora.creditcard"
}
], - "mcc": 5814,
- "created_at": "2019-08-24T14:15:22Z",
- "callback_at": "2019-08-24T14:15:22Z"
}
]
}
Initialize Bambora Direct signup
scopes:
aid required | string <^[PT]{1}\d{8}$> = 9 characters An id that uniquely identifies the account. |
required | object (BamboraDirectConnectionSignup) |
{- "signup": {
- "case_id": "c74269e5-1f97-4e20-9164-ffbe3494d8d6",
- "merchant_number": "P12345678",
- "md5_key": "ae45ase",
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "bambora.creditcard"
}
]
}
}
{- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "metadata": { },
- "status": "pending",
- "events": [
- {
- "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "status": "pending",
- "event": "signature_required",
- "description": "Vipps awaiting signature",
}
], - "schema": 0,
- "configuration": {
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "string"
}
], - "merchant_number": "string",
- "md5_key": "string",
- "access_token": 0,
- "secret_token": "string",
- "token_scope": "string"
}, - "direct_signups": [
- {
- "case_id": "c74269e5-1f97-4e20-9164-ffbe3494d8d6",
- "merchant_number": "P12345678",
- "md5_key": "ae45ase",
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "bambora.creditcard"
}
], - "signup_id": "006b4be1-e280-4246-b411-564ae0214a53",
- "created_at": "2019-08-24T14:15:22Z",
- "callback_at": "2019-08-24T14:15:22Z"
}
], - "signup": {
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "bambora.creditcard"
}
], - "store_type": [
- "online"
], - "revenue": {
- "currency": "NOK",
- "yearly_revenue": "100.000-250.000 NOK",
- "highest_transaction_amount": "500-1000 NOK",
- "average_amount": "250-500 NOK",
- "accept_prepaid": true,
- "subscriptions_or_memberships": true,
- "gift_cards": true
}, - "bank_name": "string",
- "account_number": "string",
- "ownership": {
- "ownership_structure": "owners_with_more_than_25",
- "owners": [
- {
- "name": "string",
- "legal_name": "string",
- "date_of_birth": "1990-09-20",
- "percentage": 25
}
]
}, - "verifications": {
- "terms_and_conditions": true,
- "terms_and_conditions_url": "string",
- "contact_information": true,
- "payment_site": true,
- "clear_pricing": true,
- "payment_product_logos": true
}, - "signature": {
- "signatures": [
- {
- "name": "string",
- "email": "string"
}
], - "politically_exposed_person": true,
- "politically_exposed_associated": true
}, - "applicant": {
- "phone_number": "+4799999999"
}, - "created_at": "2019-08-24T14:15:22Z",
- "callback_at": "2019-08-24T14:15:22Z"
}, - "submerchant_signups": [
- {
- "case_id": "c74269e5-1f97-4e20-9164-ffbe3494d8d6",
- "merchant_number": "P12345678",
- "md5_key": "ae45ase",
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "bambora.creditcard"
}
], - "mcc": 5814,
- "created_at": "2019-08-24T14:15:22Z",
- "callback_at": "2019-08-24T14:15:22Z"
}
]
}
Get details about the Bambora configuration
scopes:
aid required | string <^[PT]{1}\d{8}$> = 9 characters An id that uniquely identifies the account. |
{- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "metadata": { },
- "status": "pending",
- "events": [
- {
- "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "status": "pending",
- "event": "signature_required",
- "description": "Vipps awaiting signature",
}
], - "schema": 0,
- "configuration": {
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "string"
}
], - "merchant_number": "string",
- "md5_key": "string",
- "access_token": 0,
- "secret_token": "string",
- "token_scope": "string"
}, - "direct_signups": [
- {
- "case_id": "c74269e5-1f97-4e20-9164-ffbe3494d8d6",
- "merchant_number": "P12345678",
- "md5_key": "ae45ase",
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "bambora.creditcard"
}
], - "signup_id": "006b4be1-e280-4246-b411-564ae0214a53",
- "created_at": "2019-08-24T14:15:22Z",
- "callback_at": "2019-08-24T14:15:22Z"
}
], - "signup": {
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "bambora.creditcard"
}
], - "store_type": [
- "online"
], - "revenue": {
- "currency": "NOK",
- "yearly_revenue": "100.000-250.000 NOK",
- "highest_transaction_amount": "500-1000 NOK",
- "average_amount": "250-500 NOK",
- "accept_prepaid": true,
- "subscriptions_or_memberships": true,
- "gift_cards": true
}, - "bank_name": "string",
- "account_number": "string",
- "ownership": {
- "ownership_structure": "owners_with_more_than_25",
- "owners": [
- {
- "name": "string",
- "legal_name": "string",
- "date_of_birth": "1990-09-20",
- "percentage": 25
}
]
}, - "verifications": {
- "terms_and_conditions": true,
- "terms_and_conditions_url": "string",
- "contact_information": true,
- "payment_site": true,
- "clear_pricing": true,
- "payment_product_logos": true
}, - "signature": {
- "signatures": [
- {
- "name": "string",
- "email": "string"
}
], - "politically_exposed_person": true,
- "politically_exposed_associated": true
}, - "applicant": {
- "phone_number": "+4799999999"
}, - "created_at": "2019-08-24T14:15:22Z",
- "callback_at": "2019-08-24T14:15:22Z"
}, - "submerchant_signups": [
- {
- "case_id": "c74269e5-1f97-4e20-9164-ffbe3494d8d6",
- "merchant_number": "P12345678",
- "md5_key": "ae45ase",
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "bambora.creditcard"
}
], - "mcc": 5814,
- "created_at": "2019-08-24T14:15:22Z",
- "callback_at": "2019-08-24T14:15:22Z"
}
]
}
DEPRECATED
Old signup for bambora. Please use Bambora Direct or Bambora Payfac for new signups.
Requires the account company to be configured with organization_number
PUT /management/settings
scopes:
aid required | string <^[PT]{1}\d{8}$> = 9 characters An id that uniquely identifies the account. |
required | object (BamboraConnectionSignup) |
{- "signup": {
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "bambora.creditcard"
}
], - "store_type": [
- "online"
], - "revenue": {
- "currency": "NOK",
- "yearly_revenue": "100.000-250.000 NOK",
- "highest_transaction_amount": "500-1000 NOK",
- "average_amount": "250-500 NOK",
- "accept_prepaid": true,
- "subscriptions_or_memberships": true,
- "gift_cards": true
}, - "bank_name": "string",
- "account_number": "string",
- "ownership": {
- "ownership_structure": "owners_with_more_than_25",
- "owners": [
- {
- "name": "string",
- "legal_name": "string",
- "date_of_birth": "1990-09-20",
- "percentage": 25
}
]
}, - "verifications": {
- "terms_and_conditions": true,
- "terms_and_conditions_url": "string",
- "contact_information": true,
- "payment_site": true,
- "clear_pricing": true,
- "payment_product_logos": true
}, - "signature": {
- "signatures": [
- {
- "name": "string",
- "email": "string"
}
], - "politically_exposed_person": true,
- "politically_exposed_associated": true
}, - "applicant": {
- "phone_number": "+4799999999"
}
}
}
{- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "metadata": { },
- "status": "pending",
- "events": [
- {
- "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "status": "pending",
- "event": "signature_required",
- "description": "Vipps awaiting signature",
}
], - "schema": 0,
- "configuration": {
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "string"
}
], - "merchant_number": "string",
- "md5_key": "string",
- "access_token": 0,
- "secret_token": "string",
- "token_scope": "string"
}, - "direct_signups": [
- {
- "case_id": "c74269e5-1f97-4e20-9164-ffbe3494d8d6",
- "merchant_number": "P12345678",
- "md5_key": "ae45ase",
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "bambora.creditcard"
}
], - "signup_id": "006b4be1-e280-4246-b411-564ae0214a53",
- "created_at": "2019-08-24T14:15:22Z",
- "callback_at": "2019-08-24T14:15:22Z"
}
], - "signup": {
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "bambora.creditcard"
}
], - "store_type": [
- "online"
], - "revenue": {
- "currency": "NOK",
- "yearly_revenue": "100.000-250.000 NOK",
- "highest_transaction_amount": "500-1000 NOK",
- "average_amount": "250-500 NOK",
- "accept_prepaid": true,
- "subscriptions_or_memberships": true,
- "gift_cards": true
}, - "bank_name": "string",
- "account_number": "string",
- "ownership": {
- "ownership_structure": "owners_with_more_than_25",
- "owners": [
- {
- "name": "string",
- "legal_name": "string",
- "date_of_birth": "1990-09-20",
- "percentage": 25
}
]
}, - "verifications": {
- "terms_and_conditions": true,
- "terms_and_conditions_url": "string",
- "contact_information": true,
- "payment_site": true,
- "clear_pricing": true,
- "payment_product_logos": true
}, - "signature": {
- "signatures": [
- {
- "name": "string",
- "email": "string"
}
], - "politically_exposed_person": true,
- "politically_exposed_associated": true
}, - "applicant": {
- "phone_number": "+4799999999"
}, - "created_at": "2019-08-24T14:15:22Z",
- "callback_at": "2019-08-24T14:15:22Z"
}, - "submerchant_signups": [
- {
- "case_id": "c74269e5-1f97-4e20-9164-ffbe3494d8d6",
- "merchant_number": "P12345678",
- "md5_key": "ae45ase",
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "bambora.creditcard"
}
], - "mcc": 5814,
- "created_at": "2019-08-24T14:15:22Z",
- "callback_at": "2019-08-24T14:15:22Z"
}
]
}
Get details about the Bambora configuration
scopes:
aid required | string <^[PT]{1}\d{8}$> = 9 characters An id that uniquely identifies the account. |
{- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "metadata": { },
- "status": "pending",
- "events": [
- {
- "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "status": "pending",
- "event": "signature_required",
- "description": "Vipps awaiting signature",
}
], - "schema": 0,
- "configuration": {
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "string"
}
], - "merchant_number": "string",
- "md5_key": "string",
- "access_token": 0,
- "secret_token": "string",
- "token_scope": "string"
}, - "direct_signups": [
- {
- "case_id": "c74269e5-1f97-4e20-9164-ffbe3494d8d6",
- "merchant_number": "P12345678",
- "md5_key": "ae45ase",
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "bambora.creditcard"
}
], - "signup_id": "006b4be1-e280-4246-b411-564ae0214a53",
- "created_at": "2019-08-24T14:15:22Z",
- "callback_at": "2019-08-24T14:15:22Z"
}
], - "signup": {
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "bambora.creditcard"
}
], - "store_type": [
- "online"
], - "revenue": {
- "currency": "NOK",
- "yearly_revenue": "100.000-250.000 NOK",
- "highest_transaction_amount": "500-1000 NOK",
- "average_amount": "250-500 NOK",
- "accept_prepaid": true,
- "subscriptions_or_memberships": true,
- "gift_cards": true
}, - "bank_name": "string",
- "account_number": "string",
- "ownership": {
- "ownership_structure": "owners_with_more_than_25",
- "owners": [
- {
- "name": "string",
- "legal_name": "string",
- "date_of_birth": "1990-09-20",
- "percentage": 25
}
]
}, - "verifications": {
- "terms_and_conditions": true,
- "terms_and_conditions_url": "string",
- "contact_information": true,
- "payment_site": true,
- "clear_pricing": true,
- "payment_product_logos": true
}, - "signature": {
- "signatures": [
- {
- "name": "string",
- "email": "string"
}
], - "politically_exposed_person": true,
- "politically_exposed_associated": true
}, - "applicant": {
- "phone_number": "+4799999999"
}, - "created_at": "2019-08-24T14:15:22Z",
- "callback_at": "2019-08-24T14:15:22Z"
}, - "submerchant_signups": [
- {
- "case_id": "c74269e5-1f97-4e20-9164-ffbe3494d8d6",
- "merchant_number": "P12345678",
- "md5_key": "ae45ase",
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "bambora.creditcard"
}
], - "mcc": 5814,
- "created_at": "2019-08-24T14:15:22Z",
- "callback_at": "2019-08-24T14:15:22Z"
}
]
}
Handle callback from Bambora signup
Completes the Bambora signup, enables Bambora for Checkout
scopes:
aid required | string <^[PT]{1}\d{8}$> = 9 characters An id that uniquely identifies the account. |
callback_reference required | string Authorization header Bearer JWT payload |
merchant_number required | string |
md5_key required | string |
required | Array of objects Payment options to enable for this connection |
access_token | string |
secret_token | string |
token_scope | string |
{- "merchant_number": "P12345678",
- "md5_key": "ae45ase",
- "access_token": "string",
- "secret_token": "string",
- "token_scope": "string",
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "bambora.creditcard"
}
]
}
{ }
Initialize Collector Bank signup
Requires the account company to be configured with organization_number
PUT /management/settings
scopes:
aid required | string <^[PT]{1}\d{8}$> = 9 characters An id that uniquely identifies the account. |
required | object (CollectorConnectionSignup) |
{- "signup": {
- "business_name": "string",
- "legal_name": "string",
- "organization_number": "123456789MVA",
- "bank_name": "string",
- "account_number": "string",
- "website": "string",
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "collector.invoice"
}
]
}
}
{- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "metadata": { },
- "status": "pending",
- "events": [
- {
- "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "status": "pending",
- "event": "signature_required",
- "description": "Vipps awaiting signature",
}
], - "schema": 0,
- "configuration": {
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "collector.invoice"
}
], - "username": "string",
- "store_id": 0,
- "country": "string"
}, - "signup": {
- "business_name": "string",
- "legal_name": "string",
- "organization_number": "123456789MVA",
- "bank_name": "string",
- "account_number": "string",
- "website": "string",
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "collector.invoice"
}
], - "created_at": "2019-08-24T14:15:22Z",
- "url": "string",
- "callback_at": "2019-08-24T14:15:22Z"
}
}
Get details about the Collector Bank configuration
scopes:
aid required | string <^[PT]{1}\d{8}$> = 9 characters An id that uniquely identifies the account. |
{- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "metadata": { },
- "status": "pending",
- "events": [
- {
- "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "status": "pending",
- "event": "signature_required",
- "description": "Vipps awaiting signature",
}
], - "schema": 0,
- "configuration": {
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "collector.invoice"
}
], - "username": "string",
- "store_id": 0,
- "country": "string"
}, - "signup": {
- "business_name": "string",
- "legal_name": "string",
- "organization_number": "123456789MVA",
- "bank_name": "string",
- "account_number": "string",
- "website": "string",
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "collector.invoice"
}
], - "created_at": "2019-08-24T14:15:22Z",
- "url": "string",
- "callback_at": "2019-08-24T14:15:22Z"
}
}
Handle callback from Collector Bank signup
Completes the Collector Bank signup, enables Collector Bank for Checkout
scopes:
aid required | string <^[PT]{1}\d{8}$> = 9 characters An id that uniquely identifies the account. |
callback_reference required | string |
username required | string |
required | Array of objects Payment options to enable for this connection |
password | string The password for the given username. Password is optional if using dintero:admin and one of the standard usernames |
store_id | number Deprecated in favour of Store id for B2C |
country | string <iso-3166-1> Deprecated in favour of |
Array of objects Configured stores in the Collector Partner Portal |
{- "username": "c_user",
- "password": "my_collector_bank_password",
- "store_id": 0,
- "country": "string",
- "stores": [
- {
- "store_id": 0,
- "country": "string",
- "currency": "NOK",
- "segment": "B2C"
}
], - "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "collector.invoice"
}
]
}
{ }
Initialize Common signup
Requires the account company to be configured with organization_number
PUT /management/settings
scopes:
aid required | string <^[PT]{1}\d{8}$> = 9 characters An id that uniquely identifies the account. |
required | object |
{- "signup": {
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "dintero.zero"
}
], - "store_type": [
- "online"
], - "package": "Checkout 195 NOK/month + 1.5%",
- "revenue": {
- "currency": "NOK",
- "yearly_revenue": "100.000-250.000 NOK",
- "highest_transaction_amount": "500-1000 NOK",
- "average_amount": "250-500 NOK",
- "accept_prepaid": true,
- "subscriptions_or_memberships": true,
- "gift_cards": true,
- "estimated_percentage_per_payment_type": [
- {
- "percentage": 100,
- "type": "swish.swish"
}
]
}, - "bank_accounts": [
- {
- "account_number": "string",
- "account_number_type": "iban",
- "bank_name": "string",
}
], - "ownership": {
- "ownership_structure": "owners_with_more_than_25",
- "owners": [
- {
- "name": "string",
- "legal_name": "string",
- "date_of_birth": "1990-09-20",
- "social_security_number": "string",
- "percentage": 25,
- "address": {
- "address_line": "Sommerkroveien 34",
- "address_line_2": "PB 123",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO"
}
}
]
}, - "verifications": {
- "terms_and_conditions": true,
- "terms_and_conditions_url": "string",
- "contact_information": true,
- "payment_site": true,
- "payment_site_url": "string",
- "demo_site_url": "string",
- "clear_pricing": true,
- "payment_product_logos": true
}, - "signature": {
- "signatures": [
- {
- "name": "string",
- "email": "string"
}
], - "politically_exposed_person": true,
- "politically_exposed_associated": true
}, - "applicant": {
- "first_name": "John",
- "last_name": "Doe",
- "email": "customer@example.com",
- "phone_number": "+4799999999",
- "social_security_number": "stringstrin"
}, - "company_information": {
- "industry": "goods",
- "company_category": "4722",
- "mcc": {
- "mcc": "string",
- "range": {
- "start": "string",
- "end": "string",
- "description": "string",
- "reserved": true
}, - "iso_description": "string",
- "usda_description": "string",
- "stripe_description": "string",
- "stripe_code": "string",
- "visa_description": "string",
- "visa_req_clearing_name": "string"
}, - "company_description": "string"
}, - "payment_method_specific": {
- "payex": {
- "signup_url": "string"
}, - "instabank": {
- "total_number_of_transactions": "string",
- "total_volume_of_transactions": "string",
- "finance_number_of_transactions": "string",
- "finance_volume_of_transactions": "string"
}
}
}
}
{- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "metadata": { },
- "status": "pending",
- "events": [
- {
- "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "status": "pending",
- "event": "signature_required",
- "description": "Vipps awaiting signature",
}
], - "schema": 0,
- "signup": {
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "dintero.zero"
}
], - "store_type": [
- "online"
], - "package": "Checkout 195 NOK/month + 1.5%",
- "revenue": {
- "currency": "NOK",
- "yearly_revenue": "100.000-250.000 NOK",
- "highest_transaction_amount": "500-1000 NOK",
- "average_amount": "250-500 NOK",
- "accept_prepaid": true,
- "subscriptions_or_memberships": true,
- "gift_cards": true,
- "estimated_percentage_per_payment_type": [
- {
- "percentage": 100,
- "type": "swish.swish"
}
]
}, - "bank_accounts": [
- {
- "account_number": "string",
- "account_number_type": "iban",
- "bank_name": "string",
}
], - "ownership": {
- "ownership_structure": "owners_with_more_than_25",
- "owners": [
- {
- "name": "string",
- "legal_name": "string",
- "date_of_birth": "1990-09-20",
- "social_security_number": "string",
- "percentage": 25,
- "address": {
- "address_line": "Sommerkroveien 34",
- "address_line_2": "PB 123",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO"
}
}
]
}, - "verifications": {
- "terms_and_conditions": true,
- "terms_and_conditions_url": "string",
- "contact_information": true,
- "payment_site": true,
- "payment_site_url": "string",
- "demo_site_url": "string",
- "clear_pricing": true,
- "payment_product_logos": true
}, - "signature": {
- "signatures": [
- {
- "name": "string",
- "email": "string"
}
], - "politically_exposed_person": true,
- "politically_exposed_associated": true
}, - "applicant": {
- "first_name": "John",
- "last_name": "Doe",
- "email": "customer@example.com",
- "phone_number": "+4799999999",
- "social_security_number": "string"
}, - "company_information": {
- "industry": "goods",
- "company_category": "4722",
- "mcc": {
- "mcc": "string",
- "range": {
- "start": "string",
- "end": "string",
- "description": "string",
- "reserved": true
}, - "iso_description": "string",
- "usda_description": "string",
- "stripe_description": "string",
- "stripe_code": "string",
- "visa_description": "string",
- "visa_req_clearing_name": "string"
}, - "company_description": "string"
}, - "payment_method_specific": {
- "payex": {
- "signup_url": "string"
}, - "instabank": {
- "total_number_of_transactions": "string",
- "total_volume_of_transactions": "string",
- "finance_number_of_transactions": "string",
- "finance_volume_of_transactions": "string"
}, - "vipps": {
- "signup_url": "string"
}
}, - "created_at": "2019-08-24T14:15:22Z"
}
}
Get details about the Common configuration
scopes:
aid required | string <^[PT]{1}\d{8}$> = 9 characters An id that uniquely identifies the account. |
{- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "metadata": { },
- "status": "pending",
- "events": [
- {
- "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "status": "pending",
- "event": "signature_required",
- "description": "Vipps awaiting signature",
}
], - "schema": 0,
- "signup": {
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "dintero.zero"
}
], - "store_type": [
- "online"
], - "package": "Checkout 195 NOK/month + 1.5%",
- "revenue": {
- "currency": "NOK",
- "yearly_revenue": "100.000-250.000 NOK",
- "highest_transaction_amount": "500-1000 NOK",
- "average_amount": "250-500 NOK",
- "accept_prepaid": true,
- "subscriptions_or_memberships": true,
- "gift_cards": true,
- "estimated_percentage_per_payment_type": [
- {
- "percentage": 100,
- "type": "swish.swish"
}
]
}, - "bank_accounts": [
- {
- "account_number": "string",
- "account_number_type": "iban",
- "bank_name": "string",
}
], - "ownership": {
- "ownership_structure": "owners_with_more_than_25",
- "owners": [
- {
- "name": "string",
- "legal_name": "string",
- "date_of_birth": "1990-09-20",
- "social_security_number": "string",
- "percentage": 25,
- "address": {
- "address_line": "Sommerkroveien 34",
- "address_line_2": "PB 123",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO"
}
}
]
}, - "verifications": {
- "terms_and_conditions": true,
- "terms_and_conditions_url": "string",
- "contact_information": true,
- "payment_site": true,
- "payment_site_url": "string",
- "demo_site_url": "string",
- "clear_pricing": true,
- "payment_product_logos": true
}, - "signature": {
- "signatures": [
- {
- "name": "string",
- "email": "string"
}
], - "politically_exposed_person": true,
- "politically_exposed_associated": true
}, - "applicant": {
- "first_name": "John",
- "last_name": "Doe",
- "email": "customer@example.com",
- "phone_number": "+4799999999",
- "social_security_number": "string"
}, - "company_information": {
- "industry": "goods",
- "company_category": "4722",
- "mcc": {
- "mcc": "string",
- "range": {
- "start": "string",
- "end": "string",
- "description": "string",
- "reserved": true
}, - "iso_description": "string",
- "usda_description": "string",
- "stripe_description": "string",
- "stripe_code": "string",
- "visa_description": "string",
- "visa_req_clearing_name": "string"
}, - "company_description": "string"
}, - "payment_method_specific": {
- "payex": {
- "signup_url": "string"
}, - "instabank": {
- "total_number_of_transactions": "string",
- "total_volume_of_transactions": "string",
- "finance_number_of_transactions": "string",
- "finance_volume_of_transactions": "string"
}, - "vipps": {
- "signup_url": "string"
}
}, - "created_at": "2019-08-24T14:15:22Z"
}
}
Endpoint used by the Dintero Onboarding Team, get link to the common configuration signup object.
scopes:
aid required | string <^[PT]{1}\d{8}$> = 9 characters An id that uniquely identifies the account. |
{- "ref": "string"
}
Initialize Instabank signup
Requires the account company to be configured with organization_number
PUT /management/settings
scopes:
aid required | string <^[PT]{1}\d{8}$> = 9 characters An id that uniquely identifies the account. |
required | object (InstabankConnectionSignup) |
{- "signup": {
- "email": "customer@example.com",
- "phone_number": "+4799999999",
- "total_number_of_transactions": "string",
- "total_volume_of_transactions": "string",
- "finance_number_of_transactions": "string",
- "finance_volume_of_transactions": "string",
- "industry": "computer industry",
- "account_number": "12345678911",
- "payment_options": [
- {
- "type": "instabank.invoice"
}
]
}
}
{- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "metadata": { },
- "status": "pending",
- "events": [
- {
- "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "status": "pending",
- "event": "signature_required",
- "description": "Vipps awaiting signature",
}
], - "schema": 0,
- "configuration": {
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "instabank.invoice"
}
], - "payment_product_codes": {
- "instabank.finance": "630",
- "instabank.invoice": "632"
}, - "organization_number": "string"
}, - "signup": {
- "email": "customer@example.com",
- "phone_number": "+4799999999",
- "total_number_of_transactions": "string",
- "total_volume_of_transactions": "string",
- "finance_number_of_transactions": "string",
- "finance_volume_of_transactions": "string",
- "industry": "computer industry",
- "account_number": "12345678911",
- "payment_options": [
- {
- "type": "instabank.invoice"
}
], - "created_at": "2019-08-24T14:15:22Z",
- "callback_at": "2019-08-24T14:15:22Z"
}
}
Get details about the Instabank
scopes:
aid required | string <^[PT]{1}\d{8}$> = 9 characters An id that uniquely identifies the account. |
{- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "metadata": { },
- "status": "pending",
- "events": [
- {
- "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "status": "pending",
- "event": "signature_required",
- "description": "Vipps awaiting signature",
}
], - "schema": 0,
- "configuration": {
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "instabank.invoice"
}
], - "payment_product_codes": {
- "instabank.finance": "630",
- "instabank.invoice": "632"
}, - "organization_number": "string"
}, - "signup": {
- "email": "customer@example.com",
- "phone_number": "+4799999999",
- "total_number_of_transactions": "string",
- "total_volume_of_transactions": "string",
- "finance_number_of_transactions": "string",
- "finance_volume_of_transactions": "string",
- "industry": "computer industry",
- "account_number": "12345678911",
- "payment_options": [
- {
- "type": "instabank.invoice"
}
], - "created_at": "2019-08-24T14:15:22Z",
- "callback_at": "2019-08-24T14:15:22Z"
}
}
Handle callback from Instabank signup
Completes the Instabank signup, enables Instabank for Checkout
scopes:
aid required | string <^[PT]{1}\d{8}$> = 9 characters An id that uniquely identifies the account. |
callback_reference required | string |
organization_number required | string |
{- "organization_number": "string"
}
{- "error": {
- "code": "string",
- "errors": [
- { }
], - "message": "string"
}
}
Initialize Klarna signup
scopes:
aid required | string <^[PT]{1}\d{8}$> = 9 characters An id that uniquely identifies the account. |
force_new_signup | boolean Will allow signing up again even if there are previous pending signups. |
required | object (KlarnaConnectionSignup) |
{- "signup": {
- "case_id": "c74269e5-1f97-4e20-9164-ffbe3494d8d6",
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "klarna.klarna"
}
], - "price_package": "EU_DINTERO_PP001",
- "mcc": 5814
}
}
{- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "metadata": { },
- "status": "pending",
- "events": [
- {
- "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "status": "pending",
- "event": "signature_required",
- "description": "Vipps awaiting signature",
}
], - "schema": 0,
- "configuration": {
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "klarna.klarna"
}
], - "credentials": [
- {
- "case_id": "c74269e5-1f97-4e20-9164-ffbe3494d8d6",
- "merchant_id": "string",
- "username": "string"
}
]
}, - "signups": [
- {
- "case_id": "c74269e5-1f97-4e20-9164-ffbe3494d8d6",
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "klarna.klarna"
}
], - "price_package": "EU_DINTERO_PP001",
- "mcc": 5814,
- "created_at": "2019-08-24T14:15:22Z",
- "callback_at": "2019-08-24T14:15:22Z"
}
]
}
Get details about the Klarna configuration
scopes:
aid required | string <^[PT]{1}\d{8}$> = 9 characters An id that uniquely identifies the account. |
{- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "metadata": { },
- "status": "pending",
- "events": [
- {
- "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "status": "pending",
- "event": "signature_required",
- "description": "Vipps awaiting signature",
}
], - "schema": 0,
- "configuration": {
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "klarna.klarna"
}
], - "credentials": [
- {
- "case_id": "c74269e5-1f97-4e20-9164-ffbe3494d8d6",
- "merchant_id": "string",
- "username": "string"
}
]
}, - "signups": [
- {
- "case_id": "c74269e5-1f97-4e20-9164-ffbe3494d8d6",
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "klarna.klarna"
}
], - "price_package": "EU_DINTERO_PP001",
- "mcc": 5814,
- "created_at": "2019-08-24T14:15:22Z",
- "callback_at": "2019-08-24T14:15:22Z"
}
]
}
Initialize Vipps PSP signup
scopes:
aid required | string <^[PT]{1}\d{8}$> = 9 characters An id that uniquely identifies the account. |
required | object (VippsPspConnectionSignup) |
{- "signup": {
- "case_id": "c74269e5-1f97-4e20-9164-ffbe3494d8d6",
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "dintero.vipps"
}
], - "logo": "string"
}
}
{- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "metadata": { },
- "status": "pending",
- "events": [
- {
- "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "status": "pending",
- "event": "signature_required",
- "description": "Vipps awaiting signature",
}
], - "schema": 0,
- "configuration": {
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "dintero.vipps"
}
], - "merchant_serial_number": "123456"
}, - "signups": [
- {
- "case_id": "c74269e5-1f97-4e20-9164-ffbe3494d8d6",
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "dintero.vipps"
}
], - "logo": "string",
- "created_at": "2019-08-24T14:15:22Z"
}
]
}
Get details about the Vipps PSP configuration
scopes:
aid required | string <^[PT]{1}\d{8}$> = 9 characters An id that uniquely identifies the account. |
{- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "metadata": { },
- "status": "pending",
- "events": [
- {
- "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "status": "pending",
- "event": "signature_required",
- "description": "Vipps awaiting signature",
}
], - "schema": 0,
- "configuration": {
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "dintero.vipps"
}
], - "merchant_serial_number": "123456"
}, - "signups": [
- {
- "case_id": "c74269e5-1f97-4e20-9164-ffbe3494d8d6",
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "dintero.vipps"
}
], - "logo": "string",
- "created_at": "2019-08-24T14:15:22Z"
}
]
}
Initialize Apple Pay signup
scopes:
aid required | string <^[PT]{1}\d{8}$> = 9 characters An id that uniquely identifies the account. |
required | object (ApplePayConnectionSignup) |
{- "signup": {
- "case_id": "c74269e5-1f97-4e20-9164-ffbe3494d8d6",
- "partnerInternalMerchantIdentifier": "string",
- "partnerMerchantName": "string",
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "dintero.applepay"
}
]
}
}
{- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "metadata": { },
- "status": "pending",
- "events": [
- {
- "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "status": "pending",
- "event": "signature_required",
- "description": "Vipps awaiting signature",
}
], - "schema": 0,
- "configuration": {
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "dintero.applepay"
}
], - "partnerInternalMerchantIdentifier": "string"
}, - "signups": [
- {
- "case_id": "c74269e5-1f97-4e20-9164-ffbe3494d8d6",
- "partnerInternalMerchantIdentifier": "string",
- "partnerMerchantName": "string",
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "dintero.applepay"
}
], - "created_at": "2019-08-24T14:15:22Z"
}
]
}
Get details about the Apple Pay configuration
scopes:
aid required | string <^[PT]{1}\d{8}$> = 9 characters An id that uniquely identifies the account. |
{- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "metadata": { },
- "status": "pending",
- "events": [
- {
- "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "status": "pending",
- "event": "signature_required",
- "description": "Vipps awaiting signature",
}
], - "schema": 0,
- "configuration": {
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "dintero.applepay"
}
], - "partnerInternalMerchantIdentifier": "string"
}, - "signups": [
- {
- "case_id": "c74269e5-1f97-4e20-9164-ffbe3494d8d6",
- "partnerInternalMerchantIdentifier": "string",
- "partnerMerchantName": "string",
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "dintero.applepay"
}
], - "created_at": "2019-08-24T14:15:22Z"
}
]
}
Initialize PayEx signup
Requires the account company to be configured with organization_number
PUT /management/settings
scopes:
aid required | string <^[PT]{1}\d{8}$> = 9 characters An id that uniquely identifies the account. |
payment_product_type required | string Value: "payex.creditcard" |
required | object (PayExConnectionSignup) |
{- "signup": {
- "business_name": "string",
- "legal_name": "string",
- "organization_number": "123456789MVA",
- "applicant_contact": {
- "name": "John Doe",
- "phone_number": "+4799999999",
- "email": "customer@example.com"
}, - "accounting_contact": {
- "name": "John Doe",
- "phone_number": "+4799999999",
- "email": "customer@example.com"
}, - "bank_name": "string",
- "account_number": "string",
- "website": "string",
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "payex.creditcard"
}
]
}
}
{- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "metadata": { },
- "status": "pending",
- "events": [
- {
- "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "status": "pending",
- "event": "signature_required",
- "description": "Vipps awaiting signature",
}
], - "schema": 0,
- "configuration": {
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "payex.creditcard"
}
], - "payee_id": "string",
- "subsite": "string"
}, - "signup": {
- "business_name": "string",
- "legal_name": "string",
- "organization_number": "123456789MVA",
- "applicant_contact": {
- "name": "John Doe",
- "phone_number": "+4799999999",
- "email": "customer@example.com"
}, - "accounting_contact": {
- "name": "John Doe",
- "phone_number": "+4799999999",
- "email": "customer@example.com"
}, - "bank_name": "string",
- "account_number": "string",
- "website": "string",
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "payex.creditcard"
}
], - "created_at": "2019-08-24T14:15:22Z",
- "url": "string",
- "callback_at": "2019-08-24T14:15:22Z"
}
}
Get details about the Vipps
scopes:
aid required | string <^[PT]{1}\d{8}$> = 9 characters An id that uniquely identifies the account. |
payment_product_type required | string Value: "payex.creditcard" |
{- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "metadata": { },
- "status": "pending",
- "events": [
- {
- "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "status": "pending",
- "event": "signature_required",
- "description": "Vipps awaiting signature",
}
], - "schema": 0,
- "configuration": {
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "payex.creditcard"
}
], - "payee_id": "string",
- "subsite": "string"
}, - "signup": {
- "business_name": "string",
- "legal_name": "string",
- "organization_number": "123456789MVA",
- "applicant_contact": {
- "name": "John Doe",
- "phone_number": "+4799999999",
- "email": "customer@example.com"
}, - "accounting_contact": {
- "name": "John Doe",
- "phone_number": "+4799999999",
- "email": "customer@example.com"
}, - "bank_name": "string",
- "account_number": "string",
- "website": "string",
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "payex.creditcard"
}
], - "created_at": "2019-08-24T14:15:22Z",
- "url": "string",
- "callback_at": "2019-08-24T14:15:22Z"
}
}
Handle callback from PayEx signup
Completes the PayEx signup, enables PayEx for Checkout
scopes:
aid required | string <^[PT]{1}\d{8}$> = 9 characters An id that uniquely identifies the account. |
payment_product_type required | string Value: "payex.creditcard" |
callback_reference required | string |
payee_id required | string |
required | Array of objects Payment options to enable for this connection |
token | string |
subsite | string <= 40 characters Perform split settlements on payments. The subsite must be resolved with PayEx reconciliation before being used. |
{- "token": "eb4835ac0b0835ad8f886c0b077a49bc28f200ac03ba543ebea8bba8a62e143d",
- "payee_id": "803-518c-4fa0-9b0f-177e871f21dd",
- "subsite": "1234678",
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "payex.creditcard"
}
]
}
{ }
Add PayEx overrides for pre-existing connection
scopes:
aid required | string <^[PT]{1}\d{8}$> = 9 characters An id that uniquely identifies the account. |
Array of objects [ 0 .. 1 ] items |
{- "overrides": [
- {
- "store_id": "999",
- "credentials": {
- "payee_id": "803-518c-4fa0-9b0f-177e871f21dd",
- "token": "eb4835ac0b0835ad8f886c0b077a49bc28f200ac03ba543ebea8bba8a62e143d",
- "subsite": "1234678"
}
}
]
}
{ }
Add Santander overrides for pre-existing connection
scopes:
aid required | string <^[PT]{1}\d{8}$> = 9 characters An id that uniquely identifies the account. |
Array of objects [ 0 .. 1 ] items |
{- "overrides": [
- {
- "store_id": "999",
- "credentials": {
- "store_email": "string",
- "store_token": "string"
}
}
]
}
{ }
Initialize Swish signup
Requires the account company to be configured with organization_number
PUT /management/settings
scopes:
aid required | string <^[PT]{1}\d{8}$> = 9 characters An id that uniquely identifies the account. |
required | object (SwishConnectionSignup) |
{- "signup": {
- "business_name": "string",
- "legal_name": "string",
- "organization_number": "123456789MVA",
- "bank_name": "string",
- "account_number": "string",
- "website": "string",
- "payment_options": [
- {
- "currencies": [
- "SEK"
], - "type": "swish.swish"
}
]
}
}
{- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "metadata": { },
- "status": "pending",
- "events": [
- {
- "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "status": "pending",
- "event": "signature_required",
- "description": "Vipps awaiting signature",
}
], - "schema": 0,
- "configuration": {
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "swish.swish"
}
], - "swish_number": "1231182293"
}, - "signup": {
- "business_name": "string",
- "legal_name": "string",
- "organization_number": "123456789MVA",
- "bank_name": "string",
- "account_number": "string",
- "website": "string",
- "payment_options": [
- {
- "currencies": [
- "SEK"
], - "type": "swish.swish"
}
], - "created_at": "2019-08-24T14:15:22Z",
- "callback_at": "2019-08-24T14:15:22Z"
}
}
Get details about the Swish configuration
scopes:
aid required | string <^[PT]{1}\d{8}$> = 9 characters An id that uniquely identifies the account. |
{- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "metadata": { },
- "status": "pending",
- "events": [
- {
- "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "status": "pending",
- "event": "signature_required",
- "description": "Vipps awaiting signature",
}
], - "schema": 0,
- "configuration": {
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "swish.swish"
}
], - "swish_number": "1231182293"
}, - "signup": {
- "business_name": "string",
- "legal_name": "string",
- "organization_number": "123456789MVA",
- "bank_name": "string",
- "account_number": "string",
- "website": "string",
- "payment_options": [
- {
- "currencies": [
- "SEK"
], - "type": "swish.swish"
}
], - "created_at": "2019-08-24T14:15:22Z",
- "callback_at": "2019-08-24T14:15:22Z"
}
}
Handle callback from Swish signup
Completes the Swish signup, enables Swish for Checkout
scopes:
aid required | string <^[PT]{1}\d{8}$> = 9 characters An id that uniquely identifies the account. |
callback_reference required | string |
swish_number required | string The merchant's Swish number |
cert | string Base 64 encoded string of the certificate. Can be in PEM or P12 format. If PEM, key and ca are required. |
key | string Base 64 encoded string of the public key |
passphrase | string The passphrase for the certificate |
ca | string Base 64 encoded string of the CA of the certificate |
Array of objects Payment options to enable for this connection |
{- "swish_number": "1231182293",
- "cert": "string",
- "key": "string",
- "passphrase": "string",
- "ca": "string",
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "swish.swish"
}
]
}
{ }
Add Swish overrides for pre-existing connection
scopes:
aid required | string <^[PT]{1}\d{8}$> = 9 characters An id that uniquely identifies the account. |
Array of objects [ 0 .. 1 ] items |
{- "overrides": [
- {
- "store_id": "999",
- "credentials": {
- "swish_number": "string"
}
}
]
}
{ }
Initialize Vipps signup
Requires the account company to be configured with organization_number
PUT /management/settings
scopes:
aid required | string <^[PT]{1}\d{8}$> = 9 characters An id that uniquely identifies the account. |
{- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "metadata": { },
- "status": "pending",
- "events": [
- {
- "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "status": "pending",
- "event": "signature_required",
- "description": "Vipps awaiting signature",
}
], - "schema": 0,
- "configuration": {
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "vipps"
}
], - "merchant_name": "Vipps",
- "created_time": "00:00:00",
- "merchant_serial_number": "123456",
- "client_id": "51358942-08c8-4d50-99f4-a9aa970b5f5b",
- "subscription_keys": [
- {
- "product": "Access",
- "ocp_apim_subscription_key": "de897dbb-0cd3-4445-b003-ac8214ac4638"
}
]
}, - "signup": {
- "created_at": "2019-08-24T14:15:22Z",
- "id": "81b83246-5c19-7b94-875b-ea6d1114f099",
- "url": "string",
- "callback_at": "2019-08-24T14:15:22Z",
- "expires_at": "2019-08-24T14:15:22Z"
}
}
Reinitialize Vipps signup if connection is not enabled.
Requires the account company to be configured with organization_number
PUT /management/settings
scopes:
aid required | string <^[PT]{1}\d{8}$> = 9 characters An id that uniquely identifies the account. |
{- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "metadata": { },
- "status": "pending",
- "events": [
- {
- "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "status": "pending",
- "event": "signature_required",
- "description": "Vipps awaiting signature",
}
], - "schema": 0,
- "configuration": {
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "vipps"
}
], - "merchant_name": "Vipps",
- "created_time": "00:00:00",
- "merchant_serial_number": "123456",
- "client_id": "51358942-08c8-4d50-99f4-a9aa970b5f5b",
- "subscription_keys": [
- {
- "product": "Access",
- "ocp_apim_subscription_key": "de897dbb-0cd3-4445-b003-ac8214ac4638"
}
]
}, - "signup": {
- "created_at": "2019-08-24T14:15:22Z",
- "id": "81b83246-5c19-7b94-875b-ea6d1114f099",
- "url": "string",
- "callback_at": "2019-08-24T14:15:22Z",
- "expires_at": "2019-08-24T14:15:22Z"
}
}
Get details about the Vipps
scopes:
aid required | string <^[PT]{1}\d{8}$> = 9 characters An id that uniquely identifies the account. |
{- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "metadata": { },
- "status": "pending",
- "events": [
- {
- "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "status": "pending",
- "event": "signature_required",
- "description": "Vipps awaiting signature",
}
], - "schema": 0,
- "configuration": {
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "vipps"
}
], - "merchant_name": "Vipps",
- "created_time": "00:00:00",
- "merchant_serial_number": "123456",
- "client_id": "51358942-08c8-4d50-99f4-a9aa970b5f5b",
- "subscription_keys": [
- {
- "product": "Access",
- "ocp_apim_subscription_key": "de897dbb-0cd3-4445-b003-ac8214ac4638"
}
]
}, - "signup": {
- "created_at": "2019-08-24T14:15:22Z",
- "id": "81b83246-5c19-7b94-875b-ea6d1114f099",
- "url": "string",
- "callback_at": "2019-08-24T14:15:22Z",
- "expires_at": "2019-08-24T14:15:22Z"
}
}
Handle callback from Vipps signup
Completes the Vipps signup, enables Vipps for Checkout
scopes:
aid required | string <^[PT]{1}\d{8}$> = 9 characters An id that uniquely identifies the account. |
callback_reference required | string |
signup-id | string |
orgnumber | string |
merchant-name | string |
createdTime | string |
merchantSerialNumber | string |
client_Id | string |
client_Secret | string |
Array of objects |
{- "signup-id": "81b83246-5c19-7b94-875b-ea6d1114f099",
- "orgnumber": "692493206",
- "merchant-name": "Vipps",
- "createdTime": "00:00:00",
- "merchantSerialNumber": "123456",
- "client_Id": "51358942-08c8-4d50-99f4-a9aa970b5f5b",
- "client_Secret": "verysecret123",
- "subscriptionKeys": [
- {
- "product": "Access",
- "ocp-apim-subscription-key": "de897dbb-0cd3-4445-b003-ac8214ac4638"
}
]
}
{ }
Add Vipps overrides for pre-existing connection
scopes:
aid required | string <^[PT]{1}\d{8}$> = 9 characters An id that uniquely identifies the account. |
Array of objects [ 0 .. 1 ] items |
{- "overrides": [
- {
- "store_id": "999",
- "credentials": {
- "merchantSerialNumber": "123456"
}
}
]
}
{ }
Initialize Visa Tokenization signup
scopes:
aid required | string <^[PT]{1}\d{8}$> = 9 characters An id that uniquely identifies the account. |
required | object (VisaTokensConnectionSignup) |
{- "signup": {
- "case_id": "c74269e5-1f97-4e20-9164-ffbe3494d8d6"
}
}
{- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "metadata": { },
- "status": "pending",
- "events": [
- {
- "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "status": "pending",
- "event": "signature_required",
- "description": "Vipps awaiting signature",
}
], - "schema": 0
}
Get details about the Visa Tokenization configuration
scopes:
aid required | string <^[PT]{1}\d{8}$> = 9 characters An id that uniquely identifies the account. |
{- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "metadata": { },
- "status": "pending",
- "events": [
- {
- "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "status": "pending",
- "event": "signature_required",
- "description": "Vipps awaiting signature",
}
], - "schema": 0
}
Admin user for an account. The user is allowed to manage the account and administrate access via client/grants
Get public and private profile information when authenticated through Bearer auth
Use ID token as Bearer token if the user was authenticated externally. The ID token must include a
scopes:
{- "id": "string",
- "configuration": {
- "mfa": {
- "sms": {
- "updated_at": "2019-08-24T14:15:22Z",
- "enabled": true
}, - "totp": {
- "updated_at": "2019-08-24T14:15:22Z",
- "enabled": true
}
}
}, - "accounts": [
- {
- "account_id": "P12345678",
- "business_name": "TKP technology AS",
- "organization_number": "123456789MVA",
- "display_name": "TKP tech instore AS",
- "user": {
- "id": "string",
- "last_seen_at": "2019-08-24T14:15:22Z",
- "scope": [
- "receipts:write"
], - "name": "string",
- "email": "customer@example.com",
- "agreement": {
- "name": "string",
- "version": "string",
- "personal_guarantee_accepted": true,
- "attachments": [
- {
- "name": "Cookie Policy",
- "version": "string"
}
]
}
}
}
]
}
Update the user SMS MFA configuration
enabled required | boolean |
phone_number | string^\+?\d{5,15}$ mobile number of a person / company, ITU/E.123 format with international prefix (+PPNNNNNNNNN...) required when enabling SMS MFA |
{- "phone_number": "string",
- "enabled": true
}
{- "error": {
- "code": "string",
- "errors": [
- { }
], - "message": "string"
}
}
Update the user TOTP MFA configuration
enabled required | boolean |
user_code | string The one time password computed using the secret code returned by Associate TOTP MFA |
{- "user_code": "string",
- "enabled": true
}
{- "error": {
- "code": "string",
- "errors": [
- { }
], - "message": "string"
}
}
Change the password for the account user
scopes:
previous_password required | string |
proposed_password required | string |
{- "previous_password": "string",
- "proposed_password": "string"
}
{- "error": {
- "code": "string",
- "errors": [
- { }
], - "message": "string"
}
}
Get list of all users with access to the account
scopes:
oid required | string <^[PT]{1}(?=(?:.{3}|.{8})$)[0-9]*$> An id that uniquely identifies the account or owner (partner) |
expand | Array of strings Items Value: "roles" Expand properties in the response |
[- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "deleted_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "deleted_at": "2019-08-24T14:15:22Z",
- "email": "customer@example.com",
- "name": "John Doe",
- "scope": [
- "receipts:write"
], - "authentication_type": "string",
- "agreement": {
- "name": "string",
- "version": "string",
- "personal_guarantee_accepted": true,
- "attachments": [
- {
- "name": "Cookie Policy",
- "version": "string"
}
]
}, - "roles": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "deleted_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "deleted_at": "2019-08-24T14:15:22Z",
- "name": "order support",
- "description": "Administrate orders",
- "scope": [
- "read:accounts",
- "read:billing",
- "admin:shopping"
]
}
], - "last_seen_at": "2019-08-24T14:15:22Z",
- "configuration": {
- "mfa": {
- "sms": {
- "updated_at": "2019-08-24T14:15:22Z",
- "enabled": true
}, - "totp": {
- "updated_at": "2019-08-24T14:15:22Z",
- "enabled": true
}
}
}
}
]
Create and grant user access to the account
scopes:
oid required | string <^[PT]{1}(?=(?:.{3}|.{8})$)[0-9]*$> An id that uniquely identifies the account or owner (partner) |
expand | Array of strings Items Value: "roles" Expand properties in the response |
email required | string |
name | string |
scope | Array of strings[ items non-empty ] |
authentication_type | string Value: "external"
|
Array of objects Create user with one or more roles. The authorization used to create the user must have access to use the role, i.e. have the same scopes as granted by the role. | |
object (AccountAgreement) Defines an terms and conditions agreement between a company or user and Dintero |
{- "email": "customer@example.com",
- "name": "John Doe",
- "scope": [
- "receipts:write"
], - "authentication_type": "external",
- "roles": [
- {
- "id": "7b288256-f4f8-4370-bb63-7157652ead21"
}, - {
- "id": "42e75d9b-af5a-41bc-bf21-ed30444a268e"
}
], - "agreement": {
- "name": "string",
- "version": "string",
- "personal_guarantee_accepted": true,
- "attachments": [
- {
- "name": "Cookie Policy",
- "version": "string"
}
]
}
}
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "deleted_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "deleted_at": "2019-08-24T14:15:22Z",
- "email": "customer@example.com",
- "name": "John Doe",
- "scope": [
- "receipts:write"
], - "authentication_type": "string",
- "agreement": {
- "name": "string",
- "version": "string",
- "personal_guarantee_accepted": true,
- "attachments": [
- {
- "name": "Cookie Policy",
- "version": "string"
}
]
}, - "roles": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "deleted_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "deleted_at": "2019-08-24T14:15:22Z",
- "name": "order support",
- "description": "Administrate orders",
- "scope": [
- "read:accounts",
- "read:billing",
- "admin:shopping"
]
}
], - "last_seen_at": "2019-08-24T14:15:22Z",
- "configuration": {
- "mfa": {
- "sms": {
- "updated_at": "2019-08-24T14:15:22Z",
- "enabled": true
}, - "totp": {
- "updated_at": "2019-08-24T14:15:22Z",
- "enabled": true
}
}
}
}
Delete a user from an account
scopes:
oid required | string <^[PT]{1}(?=(?:.{3}|.{8})$)[0-9]*$> An id that uniquely identifies the account or owner (partner) |
uid required | string <= 255 characters Id identifying the user |
expand | Array of strings Items Value: "roles" Expand properties in the response |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "deleted_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "deleted_at": "2019-08-24T14:15:22Z",
- "email": "customer@example.com",
- "name": "John Doe",
- "scope": [
- "receipts:write"
], - "authentication_type": "string",
- "agreement": {
- "name": "string",
- "version": "string",
- "personal_guarantee_accepted": true,
- "attachments": [
- {
- "name": "Cookie Policy",
- "version": "string"
}
]
}, - "roles": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "deleted_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "deleted_at": "2019-08-24T14:15:22Z",
- "name": "order support",
- "description": "Administrate orders",
- "scope": [
- "read:accounts",
- "read:billing",
- "admin:shopping"
]
}
], - "last_seen_at": "2019-08-24T14:15:22Z",
- "configuration": {
- "mfa": {
- "sms": {
- "updated_at": "2019-08-24T14:15:22Z",
- "enabled": true
}, - "totp": {
- "updated_at": "2019-08-24T14:15:22Z",
- "enabled": true
}
}
}
}
Update user
scopes:
oid required | string <^[PT]{1}(?=(?:.{3}|.{8})$)[0-9]*$> An id that uniquely identifies the account or owner (partner) |
uid required | string <= 255 characters Id identifying the user |
expand | Array of strings Items Value: "roles" Expand properties in the response |
name | string |
scope | Array of strings[ items non-empty ] |
Array of objects Create user with one or more roles. The authorization used to create the user must have access to use the role, i.e. have the same scopes as granted by the role. | |
object (AccountAgreement) Defines an terms and conditions agreement between a company or user and Dintero |
null
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "deleted_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "deleted_at": "2019-08-24T14:15:22Z",
- "email": "customer@example.com",
- "name": "John Doe",
- "scope": [
- "receipts:write"
], - "authentication_type": "string",
- "agreement": {
- "name": "string",
- "version": "string",
- "personal_guarantee_accepted": true,
- "attachments": [
- {
- "name": "Cookie Policy",
- "version": "string"
}
]
}, - "roles": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "deleted_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "deleted_at": "2019-08-24T14:15:22Z",
- "name": "order support",
- "description": "Administrate orders",
- "scope": [
- "read:accounts",
- "read:billing",
- "admin:shopping"
]
}
], - "last_seen_at": "2019-08-24T14:15:22Z",
- "configuration": {
- "mfa": {
- "sms": {
- "updated_at": "2019-08-24T14:15:22Z",
- "enabled": true
}, - "totp": {
- "updated_at": "2019-08-24T14:15:22Z",
- "enabled": true
}
}
}
}
Get activities for User
scopes:
oid required | string <^[PT]{1}(?=(?:.{3}|.{8})$)[0-9]*$> An id that uniquely identifies the account or owner (partner) |
uid required | string <= 255 characters Id identifying the user |
[- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "created_at": "2019-08-24T14:15:22Z",
- "action": "auth.token",
- "actor": "string",
- "entity": "string",
- "context": {
- "ip": "93.184.216.34",
- "user_agent": "Mozilla/5.0 .."
}
}
]
Create an upload URL that can be used to transfere the asset
scopes:
aid required | string <^[PT]{1}\d{8}$> = 9 characters An id that uniquely identifies the account. |
size_bytes required | integer [ 1 .. 2000000 ] Size in bytes of the asset file to be uploaded. |
mime_type required | string Enum: "image/png" "image/jpeg" "image/svg+xml" "application/pdf" MIME type of the asset to be uploaded |
access | string Default: "public" Enum: "private" "public" Who can access the file? |
{- "size_bytes": 1,
- "mime_type": "image/png",
- "access": "private"
}
{- "public_url": "string",
- "upload_url": "string",
- "upload_expires_in": 0
}
scopes:
aid required | string <^[PT]{1}\d{8}$> = 9 characters An id that uniquely identifies the account. |
products | Array of strings Items Enum: "payout" "checkout" filter CDDs by product |
payout_destination_id | string filter CDDs by payout_destination_id, use * as a wildcard |
case_status | Array of strings Items Enum: "ACTIVE" "DECLINED" "UNDER_MANUAL_REVIEW" "AUTOMATIC_REVIEW" "WAITING_FOR_SIGNATURE" "WAITING_FOR_DECLARATION" "ERROR" "ARCHIVED" "WAITING_FOR_DETAILS" filter CDDs by status |
actions_on_approval | Array of strings Items Enum: "enable_payout_account" "enable_checkout_account" "create_payout_destination" filter CDDs by actions to take on approval |
includes | Array of strings Items Value: "events.case.contracts" Include aditional data in the returned data that are by default excluded |
[- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "deleted_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "deleted_at": "2019-08-24T14:15:22Z",
- "package": "string",
- "case_for": {
- "account_id": "string",
- "payout_destination_id": "string",
- "payout_destination_name": "string",
- "payout_destination_description": "string",
- "payout_reference": "string"
}, - "actions_on_approval": [
- "enable_payout_account"
], - "products": [
- "payout"
], - "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "dintero.zero"
}
], - "case_request": {
- "checks": [
- "KYC"
], - "countryCode": "st",
- "organizationNumber": "string",
- "requireContractSigning": true,
- "details": { },
- "callbackUrl": "string",
- "referenceId": "string"
}, - "account_id": "string",
- "events": [
- {
- "id": 0,
- "request_id": "string",
- "case_status": "ACTIVE",
- "event": "case_created",
- "created_at": "2019-08-24T14:15:22Z",
- "error": "string",
- "case": { },
- "created": {
- "case_id": "string",
- "contract_url": "string"
}
}
]
}
]
scopes:
aid required | string <^[PT]{1}\d{8}$> = 9 characters An id that uniquely identifies the account. |
required | object |
products required | Array of strings[ items non-empty ] Items Enum: "payout" "checkout" |
required | object Case object that will be submitted to the CDD service. See docs at https://docs.quickr.no/ |
package | string What pricing strategy to use for this company. |
actions_on_approval | Array of strings[ items non-empty ] Items Enum: "enable_payout_account" "enable_checkout_account" "create_payout_destination" |
Array of objects (PaymentOptions) |
{- "package": "string",
- "case_for": {
- "account_id": "string",
- "payout_destination_id": "string",
- "payout_destination_name": "string",
- "payout_destination_description": "string",
- "payout_reference": "string"
}, - "actions_on_approval": [
- "enable_payout_account"
], - "products": [
- "payout"
], - "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "dintero.zero"
}
], - "case_request": {
- "checks": [
- "KYC"
], - "countryCode": "st",
- "organizationNumber": "string",
- "requireContractSigning": true,
- "details": { },
- "callbackUrl": "string",
- "referenceId": "string"
}
}
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "deleted_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "deleted_at": "2019-08-24T14:15:22Z",
- "package": "string",
- "case_for": {
- "account_id": "string",
- "payout_destination_id": "string",
- "payout_destination_name": "string",
- "payout_destination_description": "string",
- "payout_reference": "string"
}, - "actions_on_approval": [
- "enable_payout_account"
], - "products": [
- "payout"
], - "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "dintero.zero"
}
], - "case_request": {
- "checks": [
- "KYC"
], - "countryCode": "st",
- "organizationNumber": "string",
- "requireContractSigning": true,
- "details": { },
- "callbackUrl": "string",
- "referenceId": "string"
}, - "account_id": "string",
- "events": [
- {
- "id": 0,
- "request_id": "string",
- "case_status": "ACTIVE",
- "event": "case_created",
- "created_at": "2019-08-24T14:15:22Z",
- "error": "string",
- "case": { },
- "created": {
- "case_id": "string",
- "contract_url": "string"
}
}
]
}
Performs a GET on CDD Service to get the updated case (ignores body).
aid required | string <^[PT]{1}\d{8}$> = 9 characters An id that uniquely identifies the account. |
id required | string Case ID |
signature required | string |
{- "error": {
- "code": "string",
- "errors": [
- { }
], - "message": "string"
}
}
scopes:
aid required | string <^[PT]{1}\d{8}$> = 9 characters An id that uniquely identifies the account. |
case_status | Array of strings Items Enum: "ACTIVE" "DECLINED" "UNDER_MANUAL_REVIEW" "AUTOMATIC_REVIEW" "WAITING_FOR_SIGNATURE" "WAITING_FOR_DECLARATION" "ERROR" "ARCHIVED" "WAITING_FOR_DETAILS" filter CDDs by status |
{- "payments": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "deleted_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "deleted_at": "2019-08-24T14:15:22Z",
- "products": [
- {
- "product": "checkout"
}
], - "payment_methods": [
- {
- "payment_method": "creditcard"
}
], - "country_code": "st",
- "organization_number": "string",
- "bank_accounts": [
- {
- "bank_name": "string",
- "bank_account_number": "string",
- "bank_account_number_type": "IBAN",
- "bank_account_country_code": "st",
- "bank_account_currency": "NOK",
- "payout_currency": "NOK",
- "bank_identification_code": "DNBANOKKXXX"
}
], - "form_submitter": {
- "email": "user@example.com",
- "name": "string",
- "title": "string"
}, - "case_status": "ACTIVE",
- "mcc": 5814
}
]
}
Initiate an application for using Dintero payments . The application
will contain a link to an URL where the signatory of the account will need
to finish submission of the case contract and sign it. Dintero will perform
a KYC, AML and bank ownership check before the application
case_status
will be updated to ACTIVE
. Once the application is approved
we will set up your account for using Dintero payments. Note that not all
payment methods are available in all countries, and that for some payments
methods some processing time must be expected before you can start accepting
payments.
scopes:
aid required | string <^[PT]{1}\d{8}$> = 9 characters An id that uniquely identifies the account. |
country_code required | string <iso-3166-1> = 2 characters Country code, must be a two letter ISO 3166-1-alpha-2 country code |
organization_number required | string National organization number valid in the country specified. |
required | Array of objects (ApprovalsBankAccount) = 1 items Bank account information about the seller. Currently the contract service only supports one bank_account per payout destination. |
required | Array of objects Payment methods that the merchant want to accept. |
required | Array of objects |
object The user that will submit the form. If the email is set the user will be notified about the form via email. |
{- "products": [
- {
- "product": "checkout"
}
], - "payment_methods": [
- {
- "payment_method": "creditcard"
}
], - "country_code": "st",
- "organization_number": "string",
- "bank_accounts": [
- {
- "bank_name": "string",
- "bank_account_number": "string",
- "bank_account_number_type": "IBAN",
- "bank_account_country_code": "st",
- "bank_account_currency": "NOK",
- "payout_currency": "NOK",
- "bank_identification_code": "DNBANOKKXXX"
}
], - "form_submitter": {
- "email": "user@example.com",
- "name": "string",
- "title": "string"
}
}
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "deleted_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "deleted_at": "2019-08-24T14:15:22Z",
- "products": [
- {
- "product": "checkout"
}
], - "payment_methods": [
- {
- "payment_method": "creditcard"
}
], - "country_code": "st",
- "organization_number": "string",
- "bank_accounts": [
- {
- "bank_name": "string",
- "bank_account_number": "string",
- "bank_account_number_type": "IBAN",
- "bank_account_country_code": "st",
- "bank_account_currency": "NOK",
- "payout_currency": "NOK",
- "bank_identification_code": "DNBANOKKXXX"
}
], - "form_submitter": {
- "email": "user@example.com",
- "name": "string",
- "title": "string"
}, - "case_status": "ACTIVE",
- "mcc": 5814
}
scopes:
aid required | string <^[PT]{1}\d{8}$> = 9 characters An id that uniquely identifies the account. |
payout_destination_id | string filter CDDs by payout_destination_id |
case_status | Array of strings Items Enum: "ACTIVE" "DECLINED" "UNDER_MANUAL_REVIEW" "AUTOMATIC_REVIEW" "WAITING_FOR_SIGNATURE" "WAITING_FOR_DECLARATION" "ERROR" "ARCHIVED" "WAITING_FOR_DETAILS" filter CDDs by status |
{- "payout_destinations": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "deleted_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "deleted_at": "2019-08-24T14:15:22Z",
- "payout_destination_id": "string",
- "payout_destination_name": "string",
- "payout_destination_description": "string",
- "payout_reference": "string",
- "country_code": "st",
- "organization_number": "string",
- "bank_accounts": [
- {
- "bank_name": "string",
- "bank_account_number": "string",
- "bank_account_number_type": "IBAN",
- "bank_account_country_code": "st",
- "bank_account_currency": "NOK",
- "payout_currency": "NOK",
- "bank_identification_code": "DNBANOKKXXX"
}
], - "payout_interval_type": "daily",
- "form_submitter": {
- "email": "user@example.com",
- "name": "string",
- "title": "string"
}, - "case_status": "ACTIVE",
}
]
}
Initiate an application for a new seller for Dintero Payout with
split-payment. The application will contain a link to an URL where the
signatory of the seller will need to finish submission of the
case contract and sign it. Dintero will perform a KYC, AML and bank ownership
check on the seller before the application case_status
will be
updated to ACTIVE
. Once the application is approved, the payout
destination will be added automatically to the Dintero Payout service.
For testing purposes it is possible to auto-approve or decline a new seller
by adding one of the following values to payout_destination_description
:
ACTIVE
DECLINED
WAITING_FOR_SIGNATURE
NOTE: This behavior is only available in test mode, i.e. with an aid
prefixed with "T".
aid required | string <^[PT]{1}\d{8}$> = 9 characters An id that uniquely identifies the account. |
payout_destination_id required | string <= 40 characters ID of seller to create when the contract has been completed, signed, and approved. |
payout_reference required | string <= 60 characters A static reference that will be included on bank payments, the name of the service the payout-destination will be enrolled into. Eg. if yor platform is an "Uber for lawnmowers" called "Mowber" the payout_reference should be "Mowber". |
country_code required | string <iso-3166-1> = 2 characters Country code, must be a two letter ISO 3166-1-alpha-2 country code |
organization_number required | string National organization number valid in the country specified. |
required | Array of objects (ApprovalsBankAccount) = 1 items Bank account information about the seller. Currently the contract service only supports one bank_account per payout destination. |
payout_destination_name | string <= 60 characters The name of the seller |
payout_destination_description | string <= 1000 characters Description of the seller |
payout_interval_type | string Enum: "daily" "weekly" "monthly" The interval of the payout. The interval can be |
object The user that will submit the form. If the email is set the user will be notified about the form via email. |
{- "payout_destination_id": "string",
- "payout_destination_name": "string",
- "payout_destination_description": "string",
- "payout_reference": "string",
- "country_code": "st",
- "organization_number": "string",
- "bank_accounts": [
- {
- "bank_name": "string",
- "bank_account_number": "string",
- "bank_account_number_type": "IBAN",
- "bank_account_country_code": "st",
- "bank_account_currency": "NOK",
- "payout_currency": "NOK",
- "bank_identification_code": "DNBANOKKXXX"
}
], - "payout_interval_type": "daily",
- "form_submitter": {
- "email": "user@example.com",
- "name": "string",
- "title": "string"
}
}
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "deleted_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "deleted_at": "2019-08-24T14:15:22Z",
- "payout_destination_id": "string",
- "payout_destination_name": "string",
- "payout_destination_description": "string",
- "payout_reference": "string",
- "country_code": "st",
- "organization_number": "string",
- "bank_accounts": [
- {
- "bank_name": "string",
- "bank_account_number": "string",
- "bank_account_number_type": "IBAN",
- "bank_account_country_code": "st",
- "bank_account_currency": "NOK",
- "payout_currency": "NOK",
- "bank_identification_code": "DNBANOKKXXX"
}
], - "payout_interval_type": "daily",
- "form_submitter": {
- "email": "user@example.com",
- "name": "string",
- "title": "string"
}, - "case_status": "ACTIVE",
}
Archive approval where status is one of
This will remove the approval from the list of approvals, updates to the approval will be ignored.
scopes:
aid required | string <^[PT]{1}\d{8}$> = 9 characters An id that uniquely identifies the account. |
id required | string <uuid> Approval ID. |
delete_active | boolean Delete active seller. |
{- "error": {
- "code": "string",
- "errors": [
- { }
], - "message": "string"
}
}
Get a single seller approval by ID.
scopes:
aid required | string <^[PT]{1}\d{8}$> = 9 characters An id that uniquely identifies the account. |
id required | string <uuid> Approval ID |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "deleted_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "deleted_at": "2019-08-24T14:15:22Z",
- "payout_destination_id": "string",
- "payout_destination_name": "string",
- "payout_destination_description": "string",
- "payout_reference": "string",
- "country_code": "st",
- "organization_number": "string",
- "bank_accounts": [
- {
- "bank_name": "string",
- "bank_account_number": "string",
- "bank_account_number_type": "IBAN",
- "bank_account_country_code": "st",
- "bank_account_currency": "NOK",
- "payout_currency": "NOK",
- "bank_identification_code": "DNBANOKKXXX"
}
], - "payout_interval_type": "daily",
- "form_submitter": {
- "email": "user@example.com",
- "name": "string",
- "title": "string"
}, - "case_status": "ACTIVE",
}
Get details of price package set for the account.
scopes:
aid required | string <^[PT]{1}\d{8}$> = 9 characters An id that uniquely identifies the account. |
{- "price_package": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "deleted_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "deleted_at": "2019-08-24T14:15:22Z",
- "name": "string",
- "description": "string",
- "pricing_conditions": "string",
- "metadata": {
- "property1": "string",
- "property2": "string"
}, - "products": [
- {
- "namespace": "checkout",
- "product_id": "checkout.capture.card",
- "prices": [
- {
- "type": "blend",
- "amounts": [
- {
- "name": "EU cards",
- "description": "string",
- "flat_amount": 250,
- "unit_amount": "0.025"
}
], - "dimensions": [
- {
- "name": "currency",
- "values": [
- "NOK",
- "SEK"
]
}, - {
- "name": "card.issuer_country",
- "values": [
- "NO",
- "SE"
]
}
]
}
]
}
], - "price_package_id": "string",
- "creation_state": "pristine",
- "type": "default"
}
}
Initiate a signup for Dintero Account
An email verification request will be sent to the applicant, that contains a code that must be sent to POST /account/{oid}/signup/verify
A welcome email will be sent after verification of the applicant email is completed. The email contains links to Backoffice
scopes:
oid required | string <^[PT]{1}(?=(?:.{3}|.{8})$)[0-9]*$> An id that uniquely identifies the account or owner (partner) |
required | object (AccountApplicant) |
object (AccountCompany) The details of an account company | |
object (AccountBilling) The details of the billing for the account | |
object Account manager responsible for the account.
| |
object |
{- "applicant": {
- "first_name": "John",
- "last_name": "Doe",
- "email": "customer@example.com",
- "phone_number": "+4799999999",
- "agreement": {
- "name": "string",
- "version": "string",
- "personal_guarantee_accepted": true,
- "attachments": [
- {
- "name": "Cookie Policy",
- "version": "string"
}
]
}, - "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",
- "display_name": "TKP tech instore AS",
- "organization_number": "123456789MVA",
- "industry": "computer industry",
- "bank_name": "string",
- "account_number": "string",
- "address": {
- "address_line": "Sommerkroveien 34",
- "address_line_2": "PB 123",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO"
}, - "email": "contact@business.dintero.com",
- "technical_email": "tech_support@business.dintero.com",
- "phone_number": "string",
- "merchant_category_code": "string",
- "average_transaction_value": "string",
- "most_expensive_product_price": "string",
- "projected_sales": "string"
}, - "billing": {
- "business_name": "TKP tech AS",
- "organization_number": "123456789MVA",
- "address": {
- "address_line": "Sommerkroveien 34",
- "address_line_2": "PB 123",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO"
}, - "email": "billing@business.dintero.com",
- "reference": "string",
- "phone_number": "string"
}, - "account_manager": {
- "email": "employee@dintero.com"
}, - "external_integrations": {
- "wallmob_signup": {
- "merchant_type": "company",
- "password": "string"
}
}
}
{- "error": {
- "code": "string",
- "errors": [
- { }
], - "message": "string"
}
}
Complete the signup for a Dintero Account by sending the verification code sent to the applicant
scopes:
oid required | string <^[PT]{1}(?=(?:.{3}|.{8})$)[0-9]*$> An id that uniquely identifies the account or owner (partner) |
verification_code required | string Verification code sent to the applicant email when requesting a signup POST /accounts/{oid}/signup |
authorize | string Value: "Bearer" Request access tokens to be included in the response. |
{- "account_id": "string",
- "access_token": "string",
- "expires_in": 0,
- "token_type": "Bearer",
- "refresh_token": "string",
- "email": "string",
- "previous_password_token": "string"
}
Pre-fill a sign up form for a new Dintero Account
An email verification request will be sent to the applicant, that contains a link where the merchant can accept the terms and create a new account.
An email will be sent after accepting the terms. The email contains a link to the Backoffice as well as a password
scopes:
oid required | string <^[PT]{1}(?=(?:.{3}|.{8})$)[0-9]*$> An id that uniquely identifies the account or owner (partner) |
required | object (AccountApplicant) |
required | object (AccountCompany) The details of an account company |
required | object (AccountBilling) The details of the billing for the account |
prefill_id | string Auto-generated id |
object Account manager responsible for the account.
|
{- "prefill_id": "string",
- "applicant": {
- "first_name": "John",
- "last_name": "Doe",
- "email": "customer@example.com",
- "phone_number": "+4799999999",
- "agreement": {
- "name": "string",
- "version": "string",
- "personal_guarantee_accepted": true,
- "attachments": [
- {
- "name": "Cookie Policy",
- "version": "string"
}
]
}, - "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",
- "display_name": "TKP tech instore AS",
- "organization_number": "123456789MVA",
- "industry": "computer industry",
- "bank_name": "string",
- "account_number": "string",
- "address": {
- "address_line": "Sommerkroveien 34",
- "address_line_2": "PB 123",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO"
}, - "email": "contact@business.dintero.com",
- "technical_email": "tech_support@business.dintero.com",
- "phone_number": "string",
- "merchant_category_code": "string",
- "average_transaction_value": "string",
- "most_expensive_product_price": "string",
- "projected_sales": "string"
}, - "billing": {
- "business_name": "TKP tech AS",
- "organization_number": "123456789MVA",
- "address": {
- "address_line": "Sommerkroveien 34",
- "address_line_2": "PB 123",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO"
}, - "email": "billing@business.dintero.com",
- "reference": "string",
- "phone_number": "string"
}, - "account_manager": {
- "email": "employee@dintero.com"
}
}
{- "prefill_id": "string",
- "applicant": {
- "first_name": "John",
- "last_name": "Doe",
- "email": "customer@example.com",
- "phone_number": "+4799999999",
- "agreement": {
- "name": "string",
- "version": "string",
- "personal_guarantee_accepted": true,
- "attachments": [
- {
- "name": "Cookie Policy",
- "version": "string"
}
]
}, - "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",
- "display_name": "TKP tech instore AS",
- "organization_number": "123456789MVA",
- "industry": "computer industry",
- "bank_name": "string",
- "account_number": "string",
- "address": {
- "address_line": "Sommerkroveien 34",
- "address_line_2": "PB 123",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO"
}, - "email": "contact@business.dintero.com",
- "technical_email": "tech_support@business.dintero.com",
- "phone_number": "string",
- "merchant_category_code": "string",
- "average_transaction_value": "string",
- "most_expensive_product_price": "string",
- "projected_sales": "string"
}, - "billing": {
- "business_name": "TKP tech AS",
- "organization_number": "123456789MVA",
- "address": {
- "address_line": "Sommerkroveien 34",
- "address_line_2": "PB 123",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO"
}, - "email": "billing@business.dintero.com",
- "reference": "string",
- "phone_number": "string"
}, - "account_manager": {
- "email": "employee@dintero.com"
}
}
Accept a prefilled sign up form for a new Dintero Account
scopes:
oid required | string <^[PT]{1}(?=(?:.{3}|.{8})$)[0-9]*$> An id that uniquely identifies the account or owner (partner) |
prefill_id required | string |
authorize | string Value: "Bearer" Request access tokens to be included in the response. |
required | object (AccountApplicant) |
required | object (AccountCompany) The details of an account company |
required | object (AccountBilling) The details of the billing for the account |
prefill_id | string Auto-generated id |
object Account manager responsible for the account.
|
{- "prefill_id": "string",
- "applicant": {
- "first_name": "John",
- "last_name": "Doe",
- "email": "customer@example.com",
- "phone_number": "+4799999999",
- "agreement": {
- "name": "string",
- "version": "string",
- "personal_guarantee_accepted": true,
- "attachments": [
- {
- "name": "Cookie Policy",
- "version": "string"
}
]
}, - "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",
- "display_name": "TKP tech instore AS",
- "organization_number": "123456789MVA",
- "industry": "computer industry",
- "bank_name": "string",
- "account_number": "string",
- "address": {
- "address_line": "Sommerkroveien 34",
- "address_line_2": "PB 123",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO"
}, - "email": "contact@business.dintero.com",
- "technical_email": "tech_support@business.dintero.com",
- "phone_number": "string",
- "merchant_category_code": "string",
- "average_transaction_value": "string",
- "most_expensive_product_price": "string",
- "projected_sales": "string"
}, - "billing": {
- "business_name": "TKP tech AS",
- "organization_number": "123456789MVA",
- "address": {
- "address_line": "Sommerkroveien 34",
- "address_line_2": "PB 123",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO"
}, - "email": "billing@business.dintero.com",
- "reference": "string",
- "phone_number": "string"
}, - "account_manager": {
- "email": "employee@dintero.com"
}
}
{- "prefill_id": "string",
- "applicant": {
- "first_name": "John",
- "last_name": "Doe",
- "email": "customer@example.com",
- "phone_number": "+4799999999",
- "agreement": {
- "name": "string",
- "version": "string",
- "personal_guarantee_accepted": true,
- "attachments": [
- {
- "name": "Cookie Policy",
- "version": "string"
}
]
}, - "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",
- "display_name": "TKP tech instore AS",
- "organization_number": "123456789MVA",
- "industry": "computer industry",
- "bank_name": "string",
- "account_number": "string",
- "address": {
- "address_line": "Sommerkroveien 34",
- "address_line_2": "PB 123",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO"
}, - "email": "contact@business.dintero.com",
- "technical_email": "tech_support@business.dintero.com",
- "phone_number": "string",
- "merchant_category_code": "string",
- "average_transaction_value": "string",
- "most_expensive_product_price": "string",
- "projected_sales": "string"
}, - "billing": {
- "business_name": "TKP tech AS",
- "organization_number": "123456789MVA",
- "address": {
- "address_line": "Sommerkroveien 34",
- "address_line_2": "PB 123",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO"
}, - "email": "billing@business.dintero.com",
- "reference": "string",
- "phone_number": "string"
}, - "account_manager": {
- "email": "employee@dintero.com"
}, - "account_id": "string",
- "access_token": "string",
- "expires_in": 0,
- "token_type": "Bearer",
- "refresh_token": "string",
- "email": "string",
- "previous_password_token": "string"
}
Get a prefilled a sign up form for a new Dintero Account by id, not yet accepted by the applicant.
scopes:
oid required | string <^[PT]{1}(?=(?:.{3}|.{8})$)[0-9]*$> An id that uniquely identifies the account or owner (partner) |
prefill_id required | string |
{- "prefill_id": "string",
- "applicant": {
- "first_name": "John",
- "last_name": "Doe",
- "email": "customer@example.com",
- "phone_number": "+4799999999",
- "agreement": {
- "name": "string",
- "version": "string",
- "personal_guarantee_accepted": true,
- "attachments": [
- {
- "name": "Cookie Policy",
- "version": "string"
}
]
}, - "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",
- "display_name": "TKP tech instore AS",
- "organization_number": "123456789MVA",
- "industry": "computer industry",
- "bank_name": "string",
- "account_number": "string",
- "address": {
- "address_line": "Sommerkroveien 34",
- "address_line_2": "PB 123",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO"
}, - "email": "contact@business.dintero.com",
- "technical_email": "tech_support@business.dintero.com",
- "phone_number": "string",
- "merchant_category_code": "string",
- "average_transaction_value": "string",
- "most_expensive_product_price": "string",
- "projected_sales": "string"
}, - "billing": {
- "business_name": "TKP tech AS",
- "organization_number": "123456789MVA",
- "address": {
- "address_line": "Sommerkroveien 34",
- "address_line_2": "PB 123",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO"
}, - "email": "billing@business.dintero.com",
- "reference": "string",
- "phone_number": "string"
}, - "account_manager": {
- "email": "employee@dintero.com"
}
}
Initialize Bambora PayFac signup
scopes:
aid required | string <^[PT]{1}\d{8}$> = 9 characters An id that uniquely identifies the account. |
force_new_signup | boolean Will allow signing up again even if there are previous pending signups. |
required | object (BamboraPayFacConnectionSignup) |
{- "signup": {
- "case_id": "c74269e5-1f97-4e20-9164-ffbe3494d8d6",
- "merchant_number": "P12345678",
- "md5_key": "ae45ase",
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "bambora.creditcard"
}
], - "mcc": 5814
}
}
{- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "metadata": { },
- "status": "pending",
- "events": [
- {
- "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "status": "pending",
- "event": "signature_required",
- "description": "Vipps awaiting signature",
}
], - "schema": 0,
- "configuration": {
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "string"
}
], - "merchant_number": "string",
- "md5_key": "string",
- "access_token": 0,
- "secret_token": "string",
- "token_scope": "string"
}, - "direct_signups": [
- {
- "case_id": "c74269e5-1f97-4e20-9164-ffbe3494d8d6",
- "merchant_number": "P12345678",
- "md5_key": "ae45ase",
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "bambora.creditcard"
}
], - "signup_id": "006b4be1-e280-4246-b411-564ae0214a53",
- "created_at": "2019-08-24T14:15:22Z",
- "callback_at": "2019-08-24T14:15:22Z"
}
], - "signup": {
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "bambora.creditcard"
}
], - "store_type": [
- "online"
], - "revenue": {
- "currency": "NOK",
- "yearly_revenue": "100.000-250.000 NOK",
- "highest_transaction_amount": "500-1000 NOK",
- "average_amount": "250-500 NOK",
- "accept_prepaid": true,
- "subscriptions_or_memberships": true,
- "gift_cards": true
}, - "bank_name": "string",
- "account_number": "string",
- "ownership": {
- "ownership_structure": "owners_with_more_than_25",
- "owners": [
- {
- "name": "string",
- "legal_name": "string",
- "date_of_birth": "1990-09-20",
- "percentage": 25
}
]
}, - "verifications": {
- "terms_and_conditions": true,
- "terms_and_conditions_url": "string",
- "contact_information": true,
- "payment_site": true,
- "clear_pricing": true,
- "payment_product_logos": true
}, - "signature": {
- "signatures": [
- {
- "name": "string",
- "email": "string"
}
], - "politically_exposed_person": true,
- "politically_exposed_associated": true
}, - "applicant": {
- "phone_number": "+4799999999"
}, - "created_at": "2019-08-24T14:15:22Z",
- "callback_at": "2019-08-24T14:15:22Z"
}, - "submerchant_signups": [
- {
- "case_id": "c74269e5-1f97-4e20-9164-ffbe3494d8d6",
- "merchant_number": "P12345678",
- "md5_key": "ae45ase",
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "bambora.creditcard"
}
], - "mcc": 5814,
- "created_at": "2019-08-24T14:15:22Z",
- "callback_at": "2019-08-24T14:15:22Z"
}
]
}
Initialize Bambora Direct signup
scopes:
aid required | string <^[PT]{1}\d{8}$> = 9 characters An id that uniquely identifies the account. |
required | object (BamboraDirectConnectionSignup) |
{- "signup": {
- "case_id": "c74269e5-1f97-4e20-9164-ffbe3494d8d6",
- "merchant_number": "P12345678",
- "md5_key": "ae45ase",
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "bambora.creditcard"
}
]
}
}
{- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "metadata": { },
- "status": "pending",
- "events": [
- {
- "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "status": "pending",
- "event": "signature_required",
- "description": "Vipps awaiting signature",
}
], - "schema": 0,
- "configuration": {
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "string"
}
], - "merchant_number": "string",
- "md5_key": "string",
- "access_token": 0,
- "secret_token": "string",
- "token_scope": "string"
}, - "direct_signups": [
- {
- "case_id": "c74269e5-1f97-4e20-9164-ffbe3494d8d6",
- "merchant_number": "P12345678",
- "md5_key": "ae45ase",
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "bambora.creditcard"
}
], - "signup_id": "006b4be1-e280-4246-b411-564ae0214a53",
- "created_at": "2019-08-24T14:15:22Z",
- "callback_at": "2019-08-24T14:15:22Z"
}
], - "signup": {
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "bambora.creditcard"
}
], - "store_type": [
- "online"
], - "revenue": {
- "currency": "NOK",
- "yearly_revenue": "100.000-250.000 NOK",
- "highest_transaction_amount": "500-1000 NOK",
- "average_amount": "250-500 NOK",
- "accept_prepaid": true,
- "subscriptions_or_memberships": true,
- "gift_cards": true
}, - "bank_name": "string",
- "account_number": "string",
- "ownership": {
- "ownership_structure": "owners_with_more_than_25",
- "owners": [
- {
- "name": "string",
- "legal_name": "string",
- "date_of_birth": "1990-09-20",
- "percentage": 25
}
]
}, - "verifications": {
- "terms_and_conditions": true,
- "terms_and_conditions_url": "string",
- "contact_information": true,
- "payment_site": true,
- "clear_pricing": true,
- "payment_product_logos": true
}, - "signature": {
- "signatures": [
- {
- "name": "string",
- "email": "string"
}
], - "politically_exposed_person": true,
- "politically_exposed_associated": true
}, - "applicant": {
- "phone_number": "+4799999999"
}, - "created_at": "2019-08-24T14:15:22Z",
- "callback_at": "2019-08-24T14:15:22Z"
}, - "submerchant_signups": [
- {
- "case_id": "c74269e5-1f97-4e20-9164-ffbe3494d8d6",
- "merchant_number": "P12345678",
- "md5_key": "ae45ase",
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "bambora.creditcard"
}
], - "mcc": 5814,
- "created_at": "2019-08-24T14:15:22Z",
- "callback_at": "2019-08-24T14:15:22Z"
}
]
}
DEPRECATED
Old signup for bambora. Please use Bambora Direct or Bambora Payfac for new signups.
Requires the account company to be configured with organization_number
PUT /management/settings
scopes:
aid required | string <^[PT]{1}\d{8}$> = 9 characters An id that uniquely identifies the account. |
required | object (BamboraConnectionSignup) |
{- "signup": {
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "bambora.creditcard"
}
], - "store_type": [
- "online"
], - "revenue": {
- "currency": "NOK",
- "yearly_revenue": "100.000-250.000 NOK",
- "highest_transaction_amount": "500-1000 NOK",
- "average_amount": "250-500 NOK",
- "accept_prepaid": true,
- "subscriptions_or_memberships": true,
- "gift_cards": true
}, - "bank_name": "string",
- "account_number": "string",
- "ownership": {
- "ownership_structure": "owners_with_more_than_25",
- "owners": [
- {
- "name": "string",
- "legal_name": "string",
- "date_of_birth": "1990-09-20",
- "percentage": 25
}
]
}, - "verifications": {
- "terms_and_conditions": true,
- "terms_and_conditions_url": "string",
- "contact_information": true,
- "payment_site": true,
- "clear_pricing": true,
- "payment_product_logos": true
}, - "signature": {
- "signatures": [
- {
- "name": "string",
- "email": "string"
}
], - "politically_exposed_person": true,
- "politically_exposed_associated": true
}, - "applicant": {
- "phone_number": "+4799999999"
}
}
}
{- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "metadata": { },
- "status": "pending",
- "events": [
- {
- "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "status": "pending",
- "event": "signature_required",
- "description": "Vipps awaiting signature",
}
], - "schema": 0,
- "configuration": {
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "string"
}
], - "merchant_number": "string",
- "md5_key": "string",
- "access_token": 0,
- "secret_token": "string",
- "token_scope": "string"
}, - "direct_signups": [
- {
- "case_id": "c74269e5-1f97-4e20-9164-ffbe3494d8d6",
- "merchant_number": "P12345678",
- "md5_key": "ae45ase",
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "bambora.creditcard"
}
], - "signup_id": "006b4be1-e280-4246-b411-564ae0214a53",
- "created_at": "2019-08-24T14:15:22Z",
- "callback_at": "2019-08-24T14:15:22Z"
}
], - "signup": {
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "bambora.creditcard"
}
], - "store_type": [
- "online"
], - "revenue": {
- "currency": "NOK",
- "yearly_revenue": "100.000-250.000 NOK",
- "highest_transaction_amount": "500-1000 NOK",
- "average_amount": "250-500 NOK",
- "accept_prepaid": true,
- "subscriptions_or_memberships": true,
- "gift_cards": true
}, - "bank_name": "string",
- "account_number": "string",
- "ownership": {
- "ownership_structure": "owners_with_more_than_25",
- "owners": [
- {
- "name": "string",
- "legal_name": "string",
- "date_of_birth": "1990-09-20",
- "percentage": 25
}
]
}, - "verifications": {
- "terms_and_conditions": true,
- "terms_and_conditions_url": "string",
- "contact_information": true,
- "payment_site": true,
- "clear_pricing": true,
- "payment_product_logos": true
}, - "signature": {
- "signatures": [
- {
- "name": "string",
- "email": "string"
}
], - "politically_exposed_person": true,
- "politically_exposed_associated": true
}, - "applicant": {
- "phone_number": "+4799999999"
}, - "created_at": "2019-08-24T14:15:22Z",
- "callback_at": "2019-08-24T14:15:22Z"
}, - "submerchant_signups": [
- {
- "case_id": "c74269e5-1f97-4e20-9164-ffbe3494d8d6",
- "merchant_number": "P12345678",
- "md5_key": "ae45ase",
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "bambora.creditcard"
}
], - "mcc": 5814,
- "created_at": "2019-08-24T14:15:22Z",
- "callback_at": "2019-08-24T14:15:22Z"
}
]
}
Initialize Collector Bank signup
Requires the account company to be configured with organization_number
PUT /management/settings
scopes:
aid required | string <^[PT]{1}\d{8}$> = 9 characters An id that uniquely identifies the account. |
required | object (CollectorConnectionSignup) |
{- "signup": {
- "business_name": "string",
- "legal_name": "string",
- "organization_number": "123456789MVA",
- "bank_name": "string",
- "account_number": "string",
- "website": "string",
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "collector.invoice"
}
]
}
}
{- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "metadata": { },
- "status": "pending",
- "events": [
- {
- "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "status": "pending",
- "event": "signature_required",
- "description": "Vipps awaiting signature",
}
], - "schema": 0,
- "configuration": {
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "collector.invoice"
}
], - "username": "string",
- "store_id": 0,
- "country": "string"
}, - "signup": {
- "business_name": "string",
- "legal_name": "string",
- "organization_number": "123456789MVA",
- "bank_name": "string",
- "account_number": "string",
- "website": "string",
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "collector.invoice"
}
], - "created_at": "2019-08-24T14:15:22Z",
- "url": "string",
- "callback_at": "2019-08-24T14:15:22Z"
}
}
Initialize Common signup
Requires the account company to be configured with organization_number
PUT /management/settings
scopes:
aid required | string <^[PT]{1}\d{8}$> = 9 characters An id that uniquely identifies the account. |
required | object |
{- "signup": {
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "dintero.zero"
}
], - "store_type": [
- "online"
], - "package": "Checkout 195 NOK/month + 1.5%",
- "revenue": {
- "currency": "NOK",
- "yearly_revenue": "100.000-250.000 NOK",
- "highest_transaction_amount": "500-1000 NOK",
- "average_amount": "250-500 NOK",
- "accept_prepaid": true,
- "subscriptions_or_memberships": true,
- "gift_cards": true,
- "estimated_percentage_per_payment_type": [
- {
- "percentage": 100,
- "type": "swish.swish"
}
]
}, - "bank_accounts": [
- {
- "account_number": "string",
- "account_number_type": "iban",
- "bank_name": "string",
}
], - "ownership": {
- "ownership_structure": "owners_with_more_than_25",
- "owners": [
- {
- "name": "string",
- "legal_name": "string",
- "date_of_birth": "1990-09-20",
- "social_security_number": "string",
- "percentage": 25,
- "address": {
- "address_line": "Sommerkroveien 34",
- "address_line_2": "PB 123",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO"
}
}
]
}, - "verifications": {
- "terms_and_conditions": true,
- "terms_and_conditions_url": "string",
- "contact_information": true,
- "payment_site": true,
- "payment_site_url": "string",
- "demo_site_url": "string",
- "clear_pricing": true,
- "payment_product_logos": true
}, - "signature": {
- "signatures": [
- {
- "name": "string",
- "email": "string"
}
], - "politically_exposed_person": true,
- "politically_exposed_associated": true
}, - "applicant": {
- "first_name": "John",
- "last_name": "Doe",
- "email": "customer@example.com",
- "phone_number": "+4799999999",
- "social_security_number": "stringstrin"
}, - "company_information": {
- "industry": "goods",
- "company_category": "4722",
- "mcc": {
- "mcc": "string",
- "range": {
- "start": "string",
- "end": "string",
- "description": "string",
- "reserved": true
}, - "iso_description": "string",
- "usda_description": "string",
- "stripe_description": "string",
- "stripe_code": "string",
- "visa_description": "string",
- "visa_req_clearing_name": "string"
}, - "company_description": "string"
}, - "payment_method_specific": {
- "payex": {
- "signup_url": "string"
}, - "instabank": {
- "total_number_of_transactions": "string",
- "total_volume_of_transactions": "string",
- "finance_number_of_transactions": "string",
- "finance_volume_of_transactions": "string"
}
}
}
}
{- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "metadata": { },
- "status": "pending",
- "events": [
- {
- "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "status": "pending",
- "event": "signature_required",
- "description": "Vipps awaiting signature",
}
], - "schema": 0,
- "signup": {
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "dintero.zero"
}
], - "store_type": [
- "online"
], - "package": "Checkout 195 NOK/month + 1.5%",
- "revenue": {
- "currency": "NOK",
- "yearly_revenue": "100.000-250.000 NOK",
- "highest_transaction_amount": "500-1000 NOK",
- "average_amount": "250-500 NOK",
- "accept_prepaid": true,
- "subscriptions_or_memberships": true,
- "gift_cards": true,
- "estimated_percentage_per_payment_type": [
- {
- "percentage": 100,
- "type": "swish.swish"
}
]
}, - "bank_accounts": [
- {
- "account_number": "string",
- "account_number_type": "iban",
- "bank_name": "string",
}
], - "ownership": {
- "ownership_structure": "owners_with_more_than_25",
- "owners": [
- {
- "name": "string",
- "legal_name": "string",
- "date_of_birth": "1990-09-20",
- "social_security_number": "string",
- "percentage": 25,
- "address": {
- "address_line": "Sommerkroveien 34",
- "address_line_2": "PB 123",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO"
}
}
]
}, - "verifications": {
- "terms_and_conditions": true,
- "terms_and_conditions_url": "string",
- "contact_information": true,
- "payment_site": true,
- "payment_site_url": "string",
- "demo_site_url": "string",
- "clear_pricing": true,
- "payment_product_logos": true
}, - "signature": {
- "signatures": [
- {
- "name": "string",
- "email": "string"
}
], - "politically_exposed_person": true,
- "politically_exposed_associated": true
}, - "applicant": {
- "first_name": "John",
- "last_name": "Doe",
- "email": "customer@example.com",
- "phone_number": "+4799999999",
- "social_security_number": "string"
}, - "company_information": {
- "industry": "goods",
- "company_category": "4722",
- "mcc": {
- "mcc": "string",
- "range": {
- "start": "string",
- "end": "string",
- "description": "string",
- "reserved": true
}, - "iso_description": "string",
- "usda_description": "string",
- "stripe_description": "string",
- "stripe_code": "string",
- "visa_description": "string",
- "visa_req_clearing_name": "string"
}, - "company_description": "string"
}, - "payment_method_specific": {
- "payex": {
- "signup_url": "string"
}, - "instabank": {
- "total_number_of_transactions": "string",
- "total_volume_of_transactions": "string",
- "finance_number_of_transactions": "string",
- "finance_volume_of_transactions": "string"
}, - "vipps": {
- "signup_url": "string"
}
}, - "created_at": "2019-08-24T14:15:22Z"
}
}
Initialize Instabank signup
Requires the account company to be configured with organization_number
PUT /management/settings
scopes:
aid required | string <^[PT]{1}\d{8}$> = 9 characters An id that uniquely identifies the account. |
required | object (InstabankConnectionSignup) |
{- "signup": {
- "email": "customer@example.com",
- "phone_number": "+4799999999",
- "total_number_of_transactions": "string",
- "total_volume_of_transactions": "string",
- "finance_number_of_transactions": "string",
- "finance_volume_of_transactions": "string",
- "industry": "computer industry",
- "account_number": "12345678911",
- "payment_options": [
- {
- "type": "instabank.invoice"
}
]
}
}
{- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "metadata": { },
- "status": "pending",
- "events": [
- {
- "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "status": "pending",
- "event": "signature_required",
- "description": "Vipps awaiting signature",
}
], - "schema": 0,
- "configuration": {
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "instabank.invoice"
}
], - "payment_product_codes": {
- "instabank.finance": "630",
- "instabank.invoice": "632"
}, - "organization_number": "string"
}, - "signup": {
- "email": "customer@example.com",
- "phone_number": "+4799999999",
- "total_number_of_transactions": "string",
- "total_volume_of_transactions": "string",
- "finance_number_of_transactions": "string",
- "finance_volume_of_transactions": "string",
- "industry": "computer industry",
- "account_number": "12345678911",
- "payment_options": [
- {
- "type": "instabank.invoice"
}
], - "created_at": "2019-08-24T14:15:22Z",
- "callback_at": "2019-08-24T14:15:22Z"
}
}
Initialize Klarna signup
scopes:
aid required | string <^[PT]{1}\d{8}$> = 9 characters An id that uniquely identifies the account. |
force_new_signup | boolean Will allow signing up again even if there are previous pending signups. |
required | object (KlarnaConnectionSignup) |
{- "signup": {
- "case_id": "c74269e5-1f97-4e20-9164-ffbe3494d8d6",
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "klarna.klarna"
}
], - "price_package": "EU_DINTERO_PP001",
- "mcc": 5814
}
}
{- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "metadata": { },
- "status": "pending",
- "events": [
- {
- "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "status": "pending",
- "event": "signature_required",
- "description": "Vipps awaiting signature",
}
], - "schema": 0,
- "configuration": {
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "klarna.klarna"
}
], - "credentials": [
- {
- "case_id": "c74269e5-1f97-4e20-9164-ffbe3494d8d6",
- "merchant_id": "string",
- "username": "string"
}
]
}, - "signups": [
- {
- "case_id": "c74269e5-1f97-4e20-9164-ffbe3494d8d6",
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "klarna.klarna"
}
], - "price_package": "EU_DINTERO_PP001",
- "mcc": 5814,
- "created_at": "2019-08-24T14:15:22Z",
- "callback_at": "2019-08-24T14:15:22Z"
}
]
}
Initialize Vipps PSP signup
scopes:
aid required | string <^[PT]{1}\d{8}$> = 9 characters An id that uniquely identifies the account. |
required | object (VippsPspConnectionSignup) |
{- "signup": {
- "case_id": "c74269e5-1f97-4e20-9164-ffbe3494d8d6",
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "dintero.vipps"
}
], - "logo": "string"
}
}
{- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "metadata": { },
- "status": "pending",
- "events": [
- {
- "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "status": "pending",
- "event": "signature_required",
- "description": "Vipps awaiting signature",
}
], - "schema": 0,
- "configuration": {
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "dintero.vipps"
}
], - "merchant_serial_number": "123456"
}, - "signups": [
- {
- "case_id": "c74269e5-1f97-4e20-9164-ffbe3494d8d6",
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "dintero.vipps"
}
], - "logo": "string",
- "created_at": "2019-08-24T14:15:22Z"
}
]
}
Initialize Apple Pay signup
scopes:
aid required | string <^[PT]{1}\d{8}$> = 9 characters An id that uniquely identifies the account. |
required | object (ApplePayConnectionSignup) |
{- "signup": {
- "case_id": "c74269e5-1f97-4e20-9164-ffbe3494d8d6",
- "partnerInternalMerchantIdentifier": "string",
- "partnerMerchantName": "string",
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "dintero.applepay"
}
]
}
}
{- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "metadata": { },
- "status": "pending",
- "events": [
- {
- "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "status": "pending",
- "event": "signature_required",
- "description": "Vipps awaiting signature",
}
], - "schema": 0,
- "configuration": {
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "dintero.applepay"
}
], - "partnerInternalMerchantIdentifier": "string"
}, - "signups": [
- {
- "case_id": "c74269e5-1f97-4e20-9164-ffbe3494d8d6",
- "partnerInternalMerchantIdentifier": "string",
- "partnerMerchantName": "string",
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "dintero.applepay"
}
], - "created_at": "2019-08-24T14:15:22Z"
}
]
}
Initialize PayEx signup
Requires the account company to be configured with organization_number
PUT /management/settings
scopes:
aid required | string <^[PT]{1}\d{8}$> = 9 characters An id that uniquely identifies the account. |
payment_product_type required | string Value: "payex.creditcard" |
required | object (PayExConnectionSignup) |
{- "signup": {
- "business_name": "string",
- "legal_name": "string",
- "organization_number": "123456789MVA",
- "applicant_contact": {
- "name": "John Doe",
- "phone_number": "+4799999999",
- "email": "customer@example.com"
}, - "accounting_contact": {
- "name": "John Doe",
- "phone_number": "+4799999999",
- "email": "customer@example.com"
}, - "bank_name": "string",
- "account_number": "string",
- "website": "string",
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "payex.creditcard"
}
]
}
}
{- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "metadata": { },
- "status": "pending",
- "events": [
- {
- "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "status": "pending",
- "event": "signature_required",
- "description": "Vipps awaiting signature",
}
], - "schema": 0,
- "configuration": {
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "payex.creditcard"
}
], - "payee_id": "string",
- "subsite": "string"
}, - "signup": {
- "business_name": "string",
- "legal_name": "string",
- "organization_number": "123456789MVA",
- "applicant_contact": {
- "name": "John Doe",
- "phone_number": "+4799999999",
- "email": "customer@example.com"
}, - "accounting_contact": {
- "name": "John Doe",
- "phone_number": "+4799999999",
- "email": "customer@example.com"
}, - "bank_name": "string",
- "account_number": "string",
- "website": "string",
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "payex.creditcard"
}
], - "created_at": "2019-08-24T14:15:22Z",
- "url": "string",
- "callback_at": "2019-08-24T14:15:22Z"
}
}
Initialize Swish signup
Requires the account company to be configured with organization_number
PUT /management/settings
scopes:
aid required | string <^[PT]{1}\d{8}$> = 9 characters An id that uniquely identifies the account. |
required | object (SwishConnectionSignup) |
{- "signup": {
- "business_name": "string",
- "legal_name": "string",
- "organization_number": "123456789MVA",
- "bank_name": "string",
- "account_number": "string",
- "website": "string",
- "payment_options": [
- {
- "currencies": [
- "SEK"
], - "type": "swish.swish"
}
]
}
}
{- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "metadata": { },
- "status": "pending",
- "events": [
- {
- "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "status": "pending",
- "event": "signature_required",
- "description": "Vipps awaiting signature",
}
], - "schema": 0,
- "configuration": {
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "swish.swish"
}
], - "swish_number": "1231182293"
}, - "signup": {
- "business_name": "string",
- "legal_name": "string",
- "organization_number": "123456789MVA",
- "bank_name": "string",
- "account_number": "string",
- "website": "string",
- "payment_options": [
- {
- "currencies": [
- "SEK"
], - "type": "swish.swish"
}
], - "created_at": "2019-08-24T14:15:22Z",
- "callback_at": "2019-08-24T14:15:22Z"
}
}
Initialize Vipps signup
Requires the account company to be configured with organization_number
PUT /management/settings
scopes:
aid required | string <^[PT]{1}\d{8}$> = 9 characters An id that uniquely identifies the account. |
{- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "metadata": { },
- "status": "pending",
- "events": [
- {
- "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "status": "pending",
- "event": "signature_required",
- "description": "Vipps awaiting signature",
}
], - "schema": 0,
- "configuration": {
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "vipps"
}
], - "merchant_name": "Vipps",
- "created_time": "00:00:00",
- "merchant_serial_number": "123456",
- "client_id": "51358942-08c8-4d50-99f4-a9aa970b5f5b",
- "subscription_keys": [
- {
- "product": "Access",
- "ocp_apim_subscription_key": "de897dbb-0cd3-4445-b003-ac8214ac4638"
}
]
}, - "signup": {
- "created_at": "2019-08-24T14:15:22Z",
- "id": "81b83246-5c19-7b94-875b-ea6d1114f099",
- "url": "string",
- "callback_at": "2019-08-24T14:15:22Z",
- "expires_at": "2019-08-24T14:15:22Z"
}
}
Reinitialize Vipps signup if connection is not enabled.
Requires the account company to be configured with organization_number
PUT /management/settings
scopes:
aid required | string <^[PT]{1}\d{8}$> = 9 characters An id that uniquely identifies the account. |
{- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "metadata": { },
- "status": "pending",
- "events": [
- {
- "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "status": "pending",
- "event": "signature_required",
- "description": "Vipps awaiting signature",
}
], - "schema": 0,
- "configuration": {
- "payment_options": [
- {
- "currencies": [
- "NOK"
], - "type": "vipps"
}
], - "merchant_name": "Vipps",
- "created_time": "00:00:00",
- "merchant_serial_number": "123456",
- "client_id": "51358942-08c8-4d50-99f4-a9aa970b5f5b",
- "subscription_keys": [
- {
- "product": "Access",
- "ocp_apim_subscription_key": "de897dbb-0cd3-4445-b003-ac8214ac4638"
}
]
}, - "signup": {
- "created_at": "2019-08-24T14:15:22Z",
- "id": "81b83246-5c19-7b94-875b-ea6d1114f099",
- "url": "string",
- "callback_at": "2019-08-24T14:15:22Z",
- "expires_at": "2019-08-24T14:15:22Z"
}
}
Initialize Visa Tokenization signup
scopes:
aid required | string <^[PT]{1}\d{8}$> = 9 characters An id that uniquely identifies the account. |
required | object (VisaTokensConnectionSignup) |
{- "signup": {
- "case_id": "c74269e5-1f97-4e20-9164-ffbe3494d8d6"
}
}
{- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "updated_at": "2019-08-24T14:15:22Z",
- "metadata": { },
- "status": "pending",
- "events": [
- {
- "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "status": "pending",
- "event": "signature_required",
- "description": "Vipps awaiting signature",
}
], - "schema": 0
}
Search the MATCH register for any potential matches related to fraud for the account
scopes:
aid required | string <^[PT]{1}\d{8}$> = 9 characters An id that uniquely identifies the account. |
limit | integer [ 1 .. 100 ] Default: 20 A limit on the number of objects to be returned. Limit can range between 1 and 100 items, and the default is 20 items. |
starting_after | integer >= 0 Zero-based offset to start from. A value of 10 will start with the 11th item |
required | object (MatchRequestMerchant) |
required | object (MatchRequestSearchCriteria) |
{- "merchant": {
- "business_name": "string",
- "trade_name": "string",
- "website_url": "string",
- "address": {
- "address_line": "string",
- "address_line_2": "string",
- "city": "string",
- "postal_code": "string",
- "country": "str"
}, - "principals": [
- {
- "first_name": "string",
- "last_name": "string",
- "address": {
- "address_line": "string",
- "address_line_2": "string",
- "city": "string",
- "postal_code": "string",
- "country": "str"
}
}
], - "phone_number": "string"
}, - "search_criteria": {
- "search_all": "string",
- "region": [
- "1",
- "A",
- "D"
], - "country": [
- "NOR",
- "USA",
- "CAN"
]
}
}
{- "starting_after": 0,
- "inquiry_reference_number": "string",
- "possible_matches": [
- {
- "TotalLength": 0,
- "TerminatedMerchant": [
- {
- "Merchant": {
- "Name": "string",
- "DoingBusinessAsName": "string",
- "Address": {
- "Line1": "string",
- "Line2": "string",
- "City": "string",
- "CountrySubdivision": "st",
- "Province": "str",
- "PostalCode": "string",
- "Country": "str"
}, - "PhoneNumber": "string",
- "AltPhoneNumber": "string",
- "NationalTaxId": "string",
- "CountrySubdivisionTaxId": "string",
- "ServiceProvLegal": "string",
- "ServiceProvDBA": "string",
- "Url": [
- "string"
], - "Principal": [
- {
- "FirstName": "string",
- "MiddleInitial": "string",
- "LastName": "string",
- "Address": {
- "Line1": "string",
- "Line2": "string",
- "City": "string",
- "CountrySubdivision": "st",
- "Province": "str",
- "PostalCode": "string",
- "Country": "str"
}, - "PhoneNumber": "string",
- "AltPhoneNumber": "string",
- "NationalId": "string",
- "DriversLicense": {
- "Number": "string",
- "CountrySubdivision": "st",
- "Country": "str"
}
}
], - "SearchCriteria": {
- "SearchAll": "N",
- "Region": [
- "1",
- "A",
- "C"
], - "Country": [
- "NOR",
- "USA",
- "CAN"
], - "MinPossibleMatchCount": "3"
}, - "AddedOnDate": "10/13/2015",
- "TerminationReasonCode": "13",
- "AddedByAcquirerID": "string",
- "UrlGroup": [
- {
- "ExactMatchUrls": {
- "Url": [
- null
]
}, - "CloseMatchUrls": {
- "Url": [
- null
]
}, - "NoMatchUrls": {
- "Url": [
- null
]
}
}
], - "Comments": "Added for reasons of fraud"
}, - "MerchantMatch": {
- "Name": "string",
- "DoingBusinessAsName": "string",
- "PhoneNumber": "string",
- "Address": "string",
- "AltPhoneNumber": "string",
- "CountrySubdivisionTaxId": "string",
- "NationalTaxId": "string",
- "ServiceProvLegal": "string",
- "ServiceProvDBA": "string",
- "PrincipalMatch": [
- {
- "Name": "string",
- "Address": "string",
- "PhoneNumber": "string",
- "AltPhoneNumber": "string",
- "NationalId": "string",
- "DriversLicense": "string"
}
], - "UrlMatch": [
- {
- "url": "string"
}
]
}
}
]
}
]
}
Add a terminated merchant to Mastercard MATCH
scopes:
aid required | string <^[PT]{1}\d{8}$> = 9 characters An id that uniquely identifies the account. |
required | object |
required | object |
{- "merchant": {
- "business_name": "string",
- "trade_name": "string",
- "website_url": "string",
- "address": {
- "address_line": "string",
- "address_line_2": "string",
- "city": "string",
- "postal_code": "string",
- "country": "str"
}, - "principals": [
- {
- "first_name": "string",
- "last_name": "string",
- "address": {
- "address_line": "string",
- "address_line_2": "string",
- "city": "string",
- "postal_code": "string",
- "country": "str"
}
}
], - "phone_number": "string",
- "merchant_id": "1234567890",
- "merchant_category": "1234",
- "cat_flag": "Y"
}, - "termination": {
- "termination_reason": "13",
- "agreement_start_date": "2013-12-31",
- "agreement_termination_date": "2013-12-31",
- "comment": "Added due to fraud"
}
}
{- "merchant_reference_number": 0
}
Get result of a MATCH inquiry by the inquiry reference number (IRN)
scopes:
aid required | string <^[PT]{1}\d{8}$> = 9 characters An id that uniquely identifies the account. |
irn required | integer The inquiry reference number (IRN) returned by the termination inquiry to MATCH |
limit | integer [ 1 .. 100 ] Default: 20 A limit on the number of objects to be returned. Limit can range between 1 and 100 items, and the default is 20 items. |
starting_after | integer >= 0 Default: 0 Zero-based offset to start from. A value of 10 will start with the 11th item |
{- "starting_after": 0,
- "inquiry_reference_number": "string",
- "possible_matches": [
- {
- "TotalLength": 0,
- "TerminatedMerchant": [
- {
- "Merchant": {
- "Name": "string",
- "DoingBusinessAsName": "string",
- "Address": {
- "Line1": "string",
- "Line2": "string",
- "City": "string",
- "CountrySubdivision": "st",
- "Province": "str",
- "PostalCode": "string",
- "Country": "str"
}, - "PhoneNumber": "string",
- "AltPhoneNumber": "string",
- "NationalTaxId": "string",
- "CountrySubdivisionTaxId": "string",
- "ServiceProvLegal": "string",
- "ServiceProvDBA": "string",
- "Url": [
- "string"
], - "Principal": [
- {
- "FirstName": "string",
- "MiddleInitial": "string",
- "LastName": "string",
- "Address": {
- "Line1": "string",
- "Line2": "string",
- "City": "string",
- "CountrySubdivision": "st",
- "Province": "str",
- "PostalCode": "string",
- "Country": "str"
}, - "PhoneNumber": "string",
- "AltPhoneNumber": "string",
- "NationalId": "string",
- "DriversLicense": {
- "Number": "string",
- "CountrySubdivision": "st",
- "Country": "str"
}
}
], - "SearchCriteria": {
- "SearchAll": "N",
- "Region": [
- "1",
- "A",
- "C"
], - "Country": [
- "NOR",
- "USA",
- "CAN"
], - "MinPossibleMatchCount": "3"
}, - "AddedOnDate": "10/13/2015",
- "TerminationReasonCode": "13",
- "AddedByAcquirerID": "string",
- "UrlGroup": [
- {
- "ExactMatchUrls": {
- "Url": [
- null
]
}, - "CloseMatchUrls": {
- "Url": [
- null
]
}, - "NoMatchUrls": {
- "Url": [
- null
]
}
}
], - "Comments": "Added for reasons of fraud"
}, - "MerchantMatch": {
- "Name": "string",
- "DoingBusinessAsName": "string",
- "PhoneNumber": "string",
- "Address": "string",
- "AltPhoneNumber": "string",
- "CountrySubdivisionTaxId": "string",
- "NationalTaxId": "string",
- "ServiceProvLegal": "string",
- "ServiceProvDBA": "string",
- "PrincipalMatch": [
- {
- "Name": "string",
- "Address": "string",
- "PhoneNumber": "string",
- "AltPhoneNumber": "string",
- "NationalId": "string",
- "DriversLicense": "string"
}
], - "UrlMatch": [
- {
- "url": "string"
}
]
}
}
]
}
]
}
Search the Visa Merchant Screening Service register for any potential matches related to fraud for the account
scopes:
aid required | string <^[PT]{1}\d{8}$> = 9 characters An id that uniquely identifies the account. |
required | object (VMSSRequestMerchant) |
{- "merchant": {
- "address": {
- "city": "St Albans",
- "countryOrRegion": "NO",
- "streetAddress": "80 Wood Street",
- "stateOrProvince": "CA",
- "zipOrPostalCode": "SA82GF"
}, - "taxID": "GB123456789",
- "DBAName": "Snap Photoshop Ltd",
- "category": "1",
- "legalName": "Snap Photoshop Ltd",
- "principals": [
- {
- "SSN": "stringstrin",
- "name": "Bill Smith",
- "principalID": "07043453",
- "passportNumber": "07043453",
- "businessPhoneNumber": "+861071111222",
- "driverLicenseNumber": "07043453",
- "businessEmailAddress": "billsmith@snapphoto.com",
- "residentIDOrNationalID": "07043453"
}
], - "financialAccts": [
- {
- "intBankAccountNumber": "NO8330001234567",
- "financialAccountNumber": "8090765400",
- "financialInstitutionID": "101010"
}
], - "tradeOverInternet": false,
- "businessEmailAddress": "billsmith@snapphoto.com",
- "businessPhoneNumbers": [
- "+861071111222"
], - "merchantCategoryCodes": [
- "5411"
], - "businessRegistrationNumber": "452349600005"
}
}
{- "searchTerminatedResponse": {
- "possibleMatches": {
- "matchedRecords": [
- {
- "acquirerBID": "10048640",
- "acquirerName": "Bank of ABC",
- "terminatedRefID": "61e8aa42-d252-4e74-9dcc-85134f37a181",
- "terminatedRecord": {
- "taxID": "GB123456789",
- "DBAName": "Snap Photoshop Ltd",
- "address": {
- "city": "St Albans",
- "countryOrRegion": "NO",
- "streetAddress": "80 Wood Street",
- "stateOrProvince": "CA",
- "zipOrPostalCode": "SA82GF"
}, - "category": "1",
- "legalName": "Snap Photoshop Ltd",
- "principals": [
- {
- "SSN": "stringstrin",
- "name": "Bill Smith",
- "principalID": "07043453",
- "passportNumber": "07043453",
- "businessPhoneNumber": "+861071111222",
- "driverLicenseNumber": "07043453",
- "businessEmailAddress": "billsmith@snapphoto.com",
- "residentIDOrNationalID": "07043453"
}
], - "financialAccts": [
- {
- "intBankAccountNumber": "NO8330001234567",
- "financialAccountNumber": "8090765400",
- "financialInstitutionID": "101010"
}
], - "cardAcceptorIDs": [
- "12345678910111"
], - "contractEndDate": "2019-11-14",
- "contractStartDate": "2019-11-01",
- "tradeOverInternet": false,
- "businessEmailAddress": "billsmith@snapphoto.com",
- "businessPhoneNumbers": [
- "+861071111222"
], - "incorportationStatus": "3",
- "primaryListingReason": "29-Bankruptcy/Liquidation/Insolvency",
- "tradeInternationally": true,
- "merchantCategoryCodes": [
- "5411"
], - "paymentFacilitatorBID": "10000108",
- "secondaryListingReason": "34-Merchant Identity Theft",
- "acquirerAssignedMerchantID": "36654773",
- "businessRegistrationNumber": "452349600005",
- "paymentFacilitatorCountryOrRegion": "NO"
}, - "terminatedRecordMatch": {
- "taxID": "N",
- "DBAName": "N",
- "legalName": "N",
- "addressMatch": {
- "city": "N",
- "streetAddress": "N",
- "countryOrRegion": "N",
- "stateOrProvince": "N",
- "zipOrPostalCode": "N"
}, - "webAddresses": "N",
- "principalsMatch": [
- {
- "SSN": "N",
- "name": "N",
- "principalID": "N",
- "passportNumber": "N",
- "businessPhoneNumber": "N",
- "driverLicenseNumber": "N",
- "businessEmailAddress": "N",
- "residentIDOrNationalID": "N"
}
], - "tradeOverInternet": "N",
- "financialAcctsMatch": [
- {
- "intBankAccountNumber": "N",
- "financialAccountNumber": "N",
- "financialInstitutionID": "N"
}
], - "businessEmailAddress": "N",
- "businessPhoneNumbers": "N",
- "merchantCategoryCodes": "N",
- "businessRegistrationNumber": "N"
}, - "acquirerCountryOrRegion": "NO"
}
], - "totalCount": 0
}, - "searchRequestRef": {
- "acquirerBID": "10048640",
- "globalSearch": false,
- "searchRequestRefID": "SRCH123412",
- "acquirerCountryOrRegion": "NO",
- "terminatedRecordSearchCriteria": {
- "address": {
- "city": "St Albans",
- "countryOrRegion": "NO",
- "streetAddress": "80 Wood Street",
- "stateOrProvince": "CA",
- "zipOrPostalCode": "SA82GF"
}, - "taxID": "GB123456789",
- "DBAName": "Snap Photoshop Ltd",
- "category": "1",
- "legalName": "Snap Photoshop Ltd",
- "principals": [
- {
- "SSN": "stringstrin",
- "name": "Bill Smith",
- "principalID": "07043453",
- "passportNumber": "07043453",
- "businessPhoneNumber": "+861071111222",
- "driverLicenseNumber": "07043453",
- "businessEmailAddress": "billsmith@snapphoto.com",
- "residentIDOrNationalID": "07043453"
}
], - "financialAccts": [
- {
- "intBankAccountNumber": "NO8330001234567",
- "financialAccountNumber": "8090765400",
- "financialInstitutionID": "101010"
}
], - "tradeOverInternet": false,
- "businessEmailAddress": "billsmith@snapphoto.com",
- "businessPhoneNumbers": [
- "+861071111222"
], - "merchantCategoryCodes": [
- "5411"
], - "businessRegistrationNumber": "452349600005"
}
}
}, - "status": {
- "statusDescription": "Success",
- "statusCode": "API000"
}
}