Support individual sellers in "New seller approval" endpoint.
Extend update price packages endpoint with new query parameter
remove_default_price_package
to support removing the default price package from the partner configuration of a given partner account.
Extend account users API with new query parameter
search
to look up users by email and/or name
Extend partner API with new optional property for account:
configuration
Theconfiguration
property can be used to set various configurations on a partner account.Currently, only "default price package" is supported—which lets you configure a given partner account with a default price package that should be assigned to new merchants created from said partner, if nothing else is specified.
Extend update price packages endpoint with new query parameter
remove_default_price_package
to support removing the default price package from the partner configuration of a given partner account.
Add endpoint for enrollment to 3D-Secure with Mastercard
Set merchant category codes as a required field.
Extend price package API with PUT price package endpoint for updating an existing price package.
Add endpoint for adding merchant to Visa Merchant Screening Service. Make category and tradeOverInternet optional in VMSS inquiry request.
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
}, - "configuration": {
- "default_price_package": "string"
}
}
]
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": { },
- "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"
},