Download OpenAPI specification:Download
Public endpoints
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 |
audience required | string The unique identifier of the target API you want to access. The audience must be a grant associated with the client |
{- "grant_type": "client_credentials",
}
{- "access_token": "eyJhbGci...t7P4",
- "token_type": "Bearer",
- "expires_in": 86400,
- "refresh_token": "string"
}
A Checkout Session relates to an order in your system. When an order has been placed you create a corresponding Checkout Session to receive payment for that order.
Create a corresponding Checkout Session for an order placed in your system using predefined session profile
Note that items
is a required property when creating a session with
Instabank configured.
scopes:
include_session | boolean Include all details about the session created |
Dintero-Feature-Toggles | Array of strings Default: Items Value: "strict-session-amounts" Feature toggles that will change how the API works. These feature toggles are usually the preferred way to use the API, but they break the current API.
|
Dintero-System-Name | string <= 120 characters The name of the ecommerce solution Example: |
Dintero-System-Version | string <= 120 characters The version number of the ecommerce solution Example: |
Dintero-System-Plugin-Name | string <= 120 characters The name of the ecommerce plugin Example: |
Dintero-System-Plugin-Version | string <= 120 characters The version number of the ecommerce plugin Example: |
required | object (SessionOrder) |
required | object (SessionUrls) |
profile_id required | string configuration profile |
object | |
expires_at | string <date-time> |
Array of objects (CheckboxConfiguration) <= 2 items Configuration for checkboxes that should be part of the checkout | |
object (PaymentConfiguration) Override configuration for the profile. | |
object (Merchant) Configure merchant information used in the checkout. | |
object Present only for Express Checkout sessions.An Express Checkout session is a session where the end user will submit a shipping address and then select a shipping option before the before a payment method is selected and the payment is initiated. Endpoints used in the Express Checkout flow. | |
object <= 10 properties Additional metadata about the resource |
{- "url": {
}, - "customer": {
- "customer_id": "string",
- "email": "john.doe@example.com",
- "phone_number": "+4799999999",
- "tokens": {
- "bambora.creditcard": {
- "payment_token": "string"
}, - "payex.creditcard": {
- "payment_token": "string",
- "recurrence_token": "string"
}
}, - "gift_cards": {
- "dintero.wallets": [
- {
- "card_id": "string"
}
]
}
}, - "order": {
- "amount": 72200,
- "currency": "NOK",
- "vat_amount": 13660,
- "merchant_reference_2": "string",
- "shipping_address": {
- "first_name": "John",
- "last_name": "Doe",
- "address_line": "string",
- "address_line_2": "string",
- "co_address": "Land Lord",
- "business_name": "string",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO",
- "phone_number": "string",
- "email": "string",
- "latitude": 0,
- "longitude": 0,
- "comment": "string",
- "organization_number": "string",
- "organization_type": "string",
- "customer_reference": "string",
- "cost_center": "string"
}, - "billing_address": {
- "first_name": "John",
- "last_name": "Doe",
- "address_line": "string",
- "address_line_2": "string",
- "co_address": "Land Lord",
- "business_name": "string",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO",
- "phone_number": "string",
- "email": "string",
- "latitude": 0,
- "longitude": 0,
- "comment": "string",
- "organization_number": "string",
- "organization_type": "string",
- "customer_reference": "string",
- "cost_center": "string"
}, - "partial_payment": false,
- "items": [
- {
- "amount": 2000,
- "quantity": 2,
- "line_id": "1",
- "description": "Forsvinnignspølse",
- "vat": 20,
- "id": "10"
}, - {
- "amount": 6600,
- "quantity": 2,
- "line_id": "2",
- "description": "Vissvossafår på neppebrød",
- "vat": 20,
- "id": "6",
- "eligible_for_discount": true,
- "is_changed": true,
- "gross_amount": 10000,
- "discount_lines": [
- {
- "amount": 4400,
- "discount_type": "customer",
- "discount_id": "ed960ace-eb16-4e2e-ae52-b27647ccae8d",
- "description": "Vossafestpris",
- "line_id": 1
}
]
}, - {
- "amount": 59700,
- "quantity": 3,
- "line_id": "3",
- "description": "Luftboller",
- "vat": 20,
- "id": "1"
}
], - "shipping_option": {
- "id": "bring-pick-up-00001",
- "line_id": "bring-pick-up-00001-location-0a1f6b",
- "countries": [
- "NO"
], - "amount": 3900,
- "vat_amount": 975,
- "vat": 25,
- "title": "Standard",
- "description": "Pick up at your nearest postal office",
- "delivery_method": "pick_up",
- "operator": "Bring",
- "operator_product_id": "pick-up-00001-location-0a1f6b",
- "eta": {
- "starts_at": "2020-10-14T19:00:00Z",
- "ends_at": "2020-10-14T20:00:00Z"
}, - "time_slot": {
- "starts_at": "2020-10-14T19:00:00Z",
- "ends_at": "2020-10-14T20:00:00Z"
}, - "pick_up_address": {
- "first_name": "John",
- "last_name": "Doe",
- "address_line": "string",
- "address_line_2": "string",
- "co_address": "Land Lord",
- "business_name": "string",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO",
- "phone_number": "string",
- "email": "string",
- "latitude": 0,
- "longitude": 0,
- "comment": "string",
- "organization_number": "string",
- "organization_type": "string",
- "customer_reference": "string",
- "cost_center": "string",
- "distance": 0
}, - "metadata": {
- "operator_dest": "XAB1239",
- "number_x": 1921
}, - "environmental_data": {
- "description": "Fossil free",
- "details": [
- {
- "label": "Carbon offset",
- "value": "1KG CO2"
}
]
}, - "pay_in_store": {
- "type": "full"
}, - "fee_split": {
- "type": "proportional",
- "destinations": [
- "string"
]
}, - "splits": [
- {
- "payout_destination_id": "P000000001",
- "amount": 29700
}
]
}, - "store": {
- "id": "sc029",
- "name": "SC Oslo",
- "business_name": "SC Oslo AS",
- "address": {
- "address_line": "Sommerkroveien 34",
- "address_line_2": "PB 123",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO"
}, - "chain": "SuperChain",
- "email": "contact@superchain.com",
- "gln": "5790001398644",
- "organization_number": "123456789MVA",
- "phone_number": "+4738260107",
- "mcc": "5814",
- "bax": "102603",
- "terminal_id": "T0292"
}, - "discount_lines": [
- {
- "amount": 4400,
- "percentage": 44,
- "discount_type": "customer",
- "discount_id": "766da0ef-9283-42bd-b012-0582344ec53c",
- "description": "string",
- "line_id": 1
}
], - "discount_codes": [
- "SUMMER20"
], - "gift_cards": [
- {
- "type": "dintero.wallets",
- "card_id": "string",
- "amount": 0,
- "masked_card_token": "string"
}
], - "payout_destination_id": "string",
- "merchant_reference": "string"
}, - "expires_at": "2019-08-24T14:15:22Z",
- "checkboxes": [
- {
- "id": "string",
- "label": "string",
- "checked": true,
- "required": true,
- "link": {
- "url": "string",
- "text": "Terms for checkbox action"
}
}
], - "configuration": {
- "auto_capture": true,
- "channel": "in_app",
- "publish": [
- {
- "channel": "sms",
- "type": "checkout-link"
}
], - "active_payment_types": {
- "enabled": true
}, - "default_payment_type": "bambora.applepay",
- "bambora": {
- "type": "payment_type",
- "applepay": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}, - "creditcard": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable",
- "generate_payment_token": false
}, - "googlepay": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}, - "mobilepay": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}, - "vipps": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}
}, - "dintero": {
- "type": "payment_type",
- "wallets": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}, - "zero": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}
}, - "dintero_psp": {
- "type": "payment_type",
- "creditcard": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}
}, - "instabank": {
- "finance": {
- "enabled": true,
- "payability": "payable"
}, - "invoice": {
- "enabled": true,
- "payability": "payable",
- "require_applicant": true
}, - "installment": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}, - "postponement": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}
}, - "netaxept": {
- "type": "payment_type",
- "creditcard": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable",
- "terminal": {
- "terminal": "/Terminal/default.aspx",
- "terminal_design": "string",
- "terminal_single_page": true,
- "terminal_layout": "string"
}
}
}, - "payex": {
- "dynamic_descriptor": "string",
- "swish": {
- "enabled": true,
- "payability": "payable"
}, - "creditcard": {
- "enabled": true,
- "payability": "payable",
- "generate_payment_token": false,
- "generate_recurrence_token": false,
- "no_cvc": true
}, - "mobilepay": {
- "enabled": true,
- "payability": "payable"
}, - "vipps": {
- "enabled": true,
- "payability": "payable"
}, - "applepay": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}, - "clicktopay": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}, - "googlepay": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}
}, - "vipps": {
- "enabled": true,
- "payability": "payable",
- "dynamic_descriptor": "string"
}, - "collector": {
- "type": "payment_type",
- "dynamic_descriptor": "string",
- "invoice": {
- "type": "payment_product_type",
- "enabled": true,
- "countries": [
- "string"
], - "options": {
- "enable_on_hold": true
}, - "payability": "payable"
}, - "invoice_b2b": {
- "type": "payment_product_type",
- "payability": "payable",
- "enabled": true,
- "countries": [
- "string"
], - "options": {
- "disable_collector_b2b_address_enforcement": false,
- "enable_on_hold": true
}
}, - "invoice_b2b_preapproved": {
- "type": "payment_product_type",
- "payability": "payable",
- "enabled": true,
- "countries": [
- "string"
], - "accounts": [
- {
- "billing_address": {
- "business_name": "string",
- "organization_number": "stringstr",
- "address_line": "string",
- "address_line_2": "string",
- "co_address": "string",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO",
- "phone_number": "string",
- "email": "string",
- "customer_reference": "string",
- "cost_center": "string",
- "first_name": "John",
- "last_name": "Doe",
- "address_id": "address_1"
}, - "company_id": "string"
}
]
}, - "finance": {
- "type": "payment_product_type",
- "enabled": true,
- "countries": [
- "string"
], - "payability": "payable"
}, - "installment": {
- "type": "payment_product_type",
- "enabled": true,
- "countries": [
- "string"
], - "options": {
- "enable_on_hold": true
}, - "payability": "payable"
}
}, - "klarna": {
- "type": "payment_type",
- "klarna": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}, - "billie": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}
}, - "santander": {
- "type": "payment_type",
- "debit_account": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable",
- "branding_name": "string",
- "accounts": [
- {
- "account_number_token": "string",
- "masked_account_number": "string"
}
]
}
}, - "swish": {
- "type": "payment_type",
- "swish": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}
}, - "payout": {
- "dynamic_payout_destination_ids": [
- {
- "type": "order_store_id",
- "order_store_id": "STORE_123",
- "order_payout_destination_id": "PD_123"
}
]
}, - "discounts": {
- "express_discount_codes": {
- "payability": "payable",
- "enabled": true
}, - "order": {
- "enabled": false
}
}, - "theme": {
- "backdrop": "string",
- "primary": "string",
- "text": "string",
- "warning": "string",
- "error": "string",
- "font-family": "string"
}, - "countries": {
- "preferred_country": "string",
- "allow_countries": [
- "string"
], - "deny_countries": [
- "string"
]
}, - "default_customer_type": "b2c",
- "allow_different_billing_shipping_address": [ ]
}, - "profile_id": "string",
- "merchant": {
- "name": "string",
- "website": "string",
- "email": "string",
- "phone_number": "string",
- "merchant_category_code": "string",
- "country": "string",
- "postal_code": "string",
- "postal_place": "string",
- "address_line": "string",
- "address_line_2": "string"
}, - "express": {
- "shipping_options": [
- {
- "id": "bring-pick-up-00001",
- "line_id": "bring-pick-up-00001-location-0a1f6b",
- "countries": [
- "NO"
], - "amount": 3900,
- "vat_amount": 975,
- "vat": 25,
- "title": "Standard",
- "description": "Pick up at your nearest postal office",
- "delivery_method": "pick_up",
- "operator": "Bring",
- "operator_product_id": "pick-up-00001-location-0a1f6b",
- "eta": {
- "starts_at": "2020-10-14T19:00:00Z",
- "ends_at": "2020-10-14T20:00:00Z"
}, - "time_slot": {
- "starts_at": "2020-10-14T19:00:00Z",
- "ends_at": "2020-10-14T20:00:00Z"
}, - "pick_up_address": {
- "first_name": "John",
- "last_name": "Doe",
- "address_line": "string",
- "address_line_2": "string",
- "co_address": "Land Lord",
- "business_name": "string",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO",
- "phone_number": "string",
- "email": "string",
- "latitude": 0,
- "longitude": 0,
- "comment": "string",
- "organization_number": "string",
- "organization_type": "string",
- "customer_reference": "string",
- "cost_center": "string",
- "distance": 0
}, - "metadata": {
- "operator_dest": "XAB1239",
- "number_x": 1921
}, - "environmental_data": {
- "description": "Fossil free",
- "details": [
- {
- "label": "Carbon offset",
- "value": "1KG CO2"
}
]
}, - "pay_in_store": {
- "type": "full"
}, - "fee_split": {
- "type": "proportional",
- "destinations": [
- "string"
]
}, - "splits": [
- {
- "payout_destination_id": "P000000001",
- "amount": 29700
}
]
}
], - "shipping_mode": "shipping_required",
- "discount_codes": {
- "max_count": 0,
}, - "customer_types": [
- "b2c",
- "b2b"
]
}, - "metadata": {
- "system_x_id": "XAB1239",
- "number_x": 1921
}
}
{- "id": "string",
- "publish": [
- {
- "channel": "sms",
- "type": "checkout-link",
- "id": "string",
- "status": "sent"
}
], - "session": {
- "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "url": {
}, - "customer": {
- "customer_id": "string",
- "email": "john.doe@example.com",
- "phone_number": "+4799999999",
- "my_dintero": {
- "actions": [
- "create_user"
],
}, - "gift_cards": {
- "dintero.wallets": [
- {
- "card_id": "string",
- "masked_card_token": "string"
}
]
}, - "tokens": {
- "payex.creditcard": {
- "payment_token_id": "2134a260d196b1d65e59b259dc43f619d7f0f3c6"
}, - "bambora.creditcard": {
- "payment_token_id": "2134a260d196b1d65e59b259dc43f619d7f0f3c6"
}
}
}, - "order": {
- "amount": 72200,
- "currency": "NOK",
- "vat_amount": 13660,
- "merchant_reference_2": "string",
- "shipping_address": {
- "first_name": "John",
- "last_name": "Doe",
- "address_line": "string",
- "address_line_2": "string",
- "co_address": "Land Lord",
- "business_name": "string",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO",
- "phone_number": "string",
- "email": "string",
- "latitude": 0,
- "longitude": 0,
- "comment": "string",
- "organization_number": "string",
- "organization_type": "string",
- "customer_reference": "string",
- "cost_center": "string"
}, - "billing_address": {
- "first_name": "John",
- "last_name": "Doe",
- "address_line": "string",
- "address_line_2": "string",
- "co_address": "Land Lord",
- "business_name": "string",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO",
- "phone_number": "string",
- "email": "string",
- "latitude": 0,
- "longitude": 0,
- "comment": "string",
- "organization_number": "string",
- "organization_type": "string",
- "customer_reference": "string",
- "cost_center": "string"
}, - "partial_payment": false,
- "items": [
- {
- "amount": 2000,
- "quantity": 2,
- "line_id": "1",
- "description": "Forsvinnignspølse",
- "vat": 20,
- "id": "10"
}, - {
- "amount": 6600,
- "quantity": 2,
- "line_id": "2",
- "description": "Vissvossafår på neppebrød",
- "vat": 20,
- "id": "6",
- "eligible_for_discount": true,
- "is_changed": true,
- "gross_amount": 10000,
- "discount_lines": [
- {
- "amount": 4400,
- "discount_type": "customer",
- "discount_id": "ed960ace-eb16-4e2e-ae52-b27647ccae8d",
- "description": "Vossafestpris",
- "line_id": 1
}
]
}, - {
- "amount": 59700,
- "quantity": 3,
- "line_id": "3",
- "description": "Luftboller",
- "vat": 20,
- "id": "1"
}
], - "gross_amount": 0,
- "is_changed": true,
- "shipping_option": {
- "id": "bring-pick-up-00001",
- "line_id": "bring-pick-up-00001-location-0a1f6b",
- "countries": [
- "NO"
], - "amount": 3900,
- "vat_amount": 975,
- "vat": 25,
- "title": "Standard",
- "description": "Pick up at your nearest postal office",
- "delivery_method": "pick_up",
- "operator": "Bring",
- "operator_product_id": "pick-up-00001-location-0a1f6b",
- "eta": {
- "starts_at": "2020-10-14T19:00:00Z",
- "ends_at": "2020-10-14T20:00:00Z"
}, - "time_slot": {
- "starts_at": "2020-10-14T19:00:00Z",
- "ends_at": "2020-10-14T20:00:00Z"
}, - "pick_up_address": {
- "first_name": "John",
- "last_name": "Doe",
- "address_line": "string",
- "address_line_2": "string",
- "co_address": "Land Lord",
- "business_name": "string",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO",
- "phone_number": "string",
- "email": "string",
- "latitude": 0,
- "longitude": 0,
- "comment": "string",
- "organization_number": "string",
- "organization_type": "string",
- "customer_reference": "string",
- "cost_center": "string",
- "distance": 0
}, - "metadata": {
- "operator_dest": "XAB1239",
- "number_x": 1921
}, - "environmental_data": {
- "description": "Fossil free",
- "details": [
- {
- "label": "Carbon offset",
- "value": "1KG CO2"
}
]
}, - "pay_in_store": {
- "type": "full"
}, - "fee_split": {
- "type": "proportional",
- "destinations": [
- "string"
]
}, - "splits": [
- {
- "payout_destination_id": "P000000001",
- "amount": 29700
}
]
}, - "store": {
- "id": "sc029",
- "name": "SC Oslo",
- "business_name": "SC Oslo AS",
- "address": {
- "address_line": "Sommerkroveien 34",
- "address_line_2": "PB 123",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO"
}, - "chain": "SuperChain",
- "email": "contact@superchain.com",
- "gln": "5790001398644",
- "organization_number": "123456789MVA",
- "phone_number": "+4738260107",
- "mcc": "5814",
- "bax": "102603",
- "terminal_id": "T0292"
}, - "discount_lines": [
- {
- "amount": 4400,
- "percentage": 44,
- "discount_type": "customer",
- "discount_id": "766da0ef-9283-42bd-b012-0582344ec53c",
- "description": "string",
- "line_id": 1
}
], - "discount_codes": [
- "SUMMER20"
], - "gift_cards": [
- {
- "type": "dintero.wallets",
- "card_id": "string",
- "amount": 0,
- "masked_card_token": "string"
}
], - "payout_destination_id": "string",
- "merchant_reference": "string"
}, - "expires_at": "2019-08-24T14:15:22Z",
- "checkboxes": [
- {
- "id": "string",
- "label": "string",
- "checked": true,
- "required": true,
- "link": {
- "url": "string",
- "text": "Terms for checkbox action"
}
}
], - "express": {
- "shipping_options": [
- {
- "id": "bring-pick-up-00001",
- "line_id": "bring-pick-up-00001-location-0a1f6b",
- "countries": [
- "NO"
], - "amount": 3900,
- "vat_amount": 975,
- "vat": 25,
- "title": "Standard",
- "description": "Pick up at your nearest postal office",
- "delivery_method": "pick_up",
- "operator": "Bring",
- "operator_product_id": "pick-up-00001-location-0a1f6b",
- "eta": {
- "starts_at": "2020-10-14T19:00:00Z",
- "ends_at": "2020-10-14T20:00:00Z"
}, - "time_slot": {
- "starts_at": "2020-10-14T19:00:00Z",
- "ends_at": "2020-10-14T20:00:00Z"
}, - "pick_up_address": {
- "first_name": "John",
- "last_name": "Doe",
- "address_line": "string",
- "address_line_2": "string",
- "co_address": "Land Lord",
- "business_name": "string",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO",
- "phone_number": "string",
- "email": "string",
- "latitude": 0,
- "longitude": 0,
- "comment": "string",
- "organization_number": "string",
- "organization_type": "string",
- "customer_reference": "string",
- "cost_center": "string",
- "distance": 0
}, - "metadata": {
- "operator_dest": "XAB1239",
- "number_x": 1921
}, - "environmental_data": {
- "description": "Fossil free",
- "details": [
- {
- "label": "Carbon offset",
- "value": "1KG CO2"
}
]
}, - "pay_in_store": {
- "type": "full"
}, - "fee_split": {
- "type": "proportional",
- "destinations": [
- "string"
]
}, - "splits": [
- {
- "payout_destination_id": "P000000001",
- "amount": 29700
}
]
}
], - "shipping_mode": "shipping_required",
- "discount_codes": {
- "max_count": 0,
}, - "customer_types": [
- "b2c",
- "b2b"
]
}, - "configuration": {
- "auto_capture": true,
- "channel": "in_app",
- "publish": [
- {
- "channel": "sms",
- "type": "checkout-link",
- "id": "string",
- "status": "sent"
}
], - "active_payment_types": {
- "enabled": true
}, - "default_payment_type": "bambora.applepay",
- "bambora": {
- "type": "payment_type",
- "applepay": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}, - "creditcard": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable",
- "generate_payment_token": false
}, - "googlepay": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}, - "mobilepay": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}, - "vipps": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}
}, - "dintero": {
- "type": "payment_type",
- "wallets": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}, - "zero": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}
}, - "dintero_psp": {
- "type": "payment_type",
- "creditcard": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}
}, - "instabank": {
- "finance": {
- "enabled": true,
- "payability": "payable",
- "product": {
- "product_code": "630",
- "minimum_monthly_balance_rate": "1.67",
- "annual_interest_rate": "0.0",
- "effective_annual_interest_rate": "0.0",
- "origination_fee": 9500,
- "notification_fee": 3900,
- "minimum_amount": 20000,
- "loan_example": {
- "amount": 2500000,
- "years": 1,
- "total_amount": 2772300,
- "cost": 272300,
- "effective_annual_interest_rate": "21.38"
}, - "branding_image_url": "string"
}
}, - "invoice": {
- "enabled": true,
- "payability": "payable",
- "require_applicant": true,
- "product": {
- "product_code": "632",
- "due_in_days": 10,
- "minimum_amount": 20000,
- "invoice_fee": 9500,
- "require_applicant_amount": 7500000,
- "branding_image_url": "string"
}
}, - "installment": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable",
- "products": [
- {
- "minimum_amount": 20000,
- "product_code": "633",
- "credit_time": 36,
- "origination_fee": 9500,
- "notification_fee": 3900,
- "annual_interest_rate": "0.0",
- "effective_annual_interest_rate": "54.69",
- "total_amount": 309400,
- "monthly_amount": 100000,
- "first_monthly_amount": 109500,
- "require_applicant_amount": 2500000,
- "loan_example": {
- "amount": 2500000,
- "years": 1,
- "total_amount": 2772300,
- "cost": 272300,
- "effective_annual_interest_rate": "21.38"
}, - "branding_image_url": "string"
}
]
}, - "postponement": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable",
- "products": [
- {
- "minimum_amount": 20000,
- "product_code": "633",
- "postponement_months": 36,
- "origination_fee": 9500,
- "notification_fee": 3900,
- "annual_interest_rate": "0.0",
- "effective_annual_interest_rate": "54.69",
- "total_amount": 309400,
- "require_applicant_amount": 2500000,
- "loan_example": {
- "amount": 2500000,
- "years": 1,
- "total_amount": 2772300,
- "cost": 272300,
- "effective_annual_interest_rate": "21.38"
}, - "branding_image_url": "string"
}
]
}
}, - "netaxept": {
- "type": "payment_type",
- "creditcard": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable",
- "terminal": {
- "terminal": "/Terminal/default.aspx",
- "terminal_design": "string",
- "terminal_single_page": true,
- "terminal_layout": "string"
}
}
}, - "payex": {
- "dynamic_descriptor": "string",
- "swish": {
- "enabled": true,
- "payability": "payable"
}, - "creditcard": {
- "enabled": true,
- "payability": "payable",
- "generate_payment_token": false,
- "generate_recurrence_token": false,
- "no_cvc": true
}, - "mobilepay": {
- "enabled": true,
- "payability": "payable"
}, - "vipps": {
- "enabled": true,
- "payability": "payable"
}, - "applepay": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}, - "clicktopay": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}, - "googlepay": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}
}, - "vipps": {
- "enabled": true,
- "payability": "payable",
- "dynamic_descriptor": "string"
}, - "collector": {
- "type": "payment_type",
- "dynamic_descriptor": "string",
- "invoice": {
- "type": "payment_product_type",
- "enabled": true,
- "countries": [
- "string"
], - "options": {
- "enable_on_hold": true
}, - "payability": "payable"
}, - "invoice_b2b": {
- "type": "payment_product_type",
- "payability": "payable",
- "enabled": true,
- "countries": [
- "string"
], - "options": {
- "disable_collector_b2b_address_enforcement": false,
- "enable_on_hold": true
}
}, - "invoice_b2b_preapproved": {
- "type": "payment_product_type",
- "payability": "payable",
- "enabled": true,
- "countries": [
- "string"
], - "accounts": [
- {
- "billing_address": {
- "business_name": "string",
- "organization_number": "stringstr",
- "address_line": "string",
- "address_line_2": "string",
- "co_address": "string",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO",
- "phone_number": "string",
- "email": "string",
- "customer_reference": "string",
- "cost_center": "string",
- "first_name": "John",
- "last_name": "Doe",
- "address_id": "address_1"
}, - "company_id": "string"
}
]
}, - "finance": {
- "type": "payment_product_type",
- "enabled": true,
- "countries": [
- "string"
], - "payability": "payable"
}, - "installment": {
- "type": "payment_product_type",
- "enabled": true,
- "countries": [
- "string"
], - "options": {
- "enable_on_hold": true
}, - "payability": "payable"
}
}, - "klarna": {
- "type": "payment_type",
- "klarna": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}, - "billie": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}
}, - "santander": {
- "type": "payment_type",
- "debit_account": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable",
- "branding_name": "string",
- "accounts": [
- {
- "account_number_token": "string",
- "masked_account_number": "string"
}
]
}
}, - "swish": {
- "type": "payment_type",
- "swish": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}
}, - "payout": {
- "dynamic_payout_destination_ids": [
- {
- "type": "order_store_id",
- "order_store_id": "STORE_123",
- "order_payout_destination_id": "PD_123"
}
], - "payment_products": [
- {
- "payment_product": "bambora"
}
]
}, - "discounts": {
- "type": "discounts",
- "express_discount_codes": {
- "payability": "payable",
- "enabled": true
}, - "order": {
- "enabled": false
}
}, - "theme": {
- "backdrop": "string",
- "primary": "string",
- "text": "string",
- "warning": "string",
- "error": "string",
- "font-family": "string"
}, - "countries": {
- "preferred_country": "string",
- "allow_countries": [
- "string"
], - "deny_countries": [
- "string"
]
}, - "default_customer_type": "b2c",
- "allow_different_billing_shipping_address": [ ],
}, - "updated_at": "2019-08-24T14:15:22Z",
- "customer_ip": "string",
- "user_agent": "string",
- "initiating_system_request_headers": {
- "dintero-system-name": "woocommerce",
- "dintero-system-version": "5.0.0",
- "dintero-system-plugin-name": "Dintero.Checkout.WooCommerce",
- "dintero-system-plugin-version": "2021.03.02",
- "user-agent": "Mozilla: Mozilla/5.0"
}, - "payment_operation": "unscheduled_purchase",
- "events": [
- {
- "id": "769952fe-86c9-4185-a1ce-aeb46da3509c",
- "name": "INITIATED",
- "created_at": "2019-05-09T09:13:40.306Z",
- "request_id": "b97b6312-f8b3-11ed-be56-0242ac120002"
}, - {
- "name": "VISITED",
- "created_at": "2019-05-09T09:13:50.548Z"
}, - {
- "name": "PAY_FAILED",
- "created_at": "2019-05-09T09:14:10.548Z",
- "details": {
- "error": "Rejected",
- "payment_product_type": "instabank.finance"
}
}, - {
- "name": "FAILED",
- "created_at": "2019-05-09T09:16:11.786Z"
}
], - "transaction_id": "string",
- "metadata": {
- "session:profile_id": "string"
}, - "cancelled_by": "string",
- "cancelled_at": "2019-08-24T14:15:22Z"
}
}
scopes:
session_id required | string <checkout-id> The session ID |
includes | Array of strings Items Enum: "events.request_headers" "initiating_system_request_headers" Include aditional data that are by default excluded from the session details.
|
{- "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "url": {
}, - "customer": {
- "customer_id": "string",
- "email": "john.doe@example.com",
- "phone_number": "+4799999999",
- "my_dintero": {
- "actions": [
- "create_user"
],
}, - "gift_cards": {
- "dintero.wallets": [
- {
- "card_id": "string",
- "masked_card_token": "string"
}
]
}, - "tokens": {
- "payex.creditcard": {
- "payment_token_id": "2134a260d196b1d65e59b259dc43f619d7f0f3c6"
}, - "bambora.creditcard": {
- "payment_token_id": "2134a260d196b1d65e59b259dc43f619d7f0f3c6"
}
}
}, - "order": {
- "amount": 72200,
- "currency": "NOK",
- "vat_amount": 13660,
- "merchant_reference_2": "string",
- "shipping_address": {
- "first_name": "John",
- "last_name": "Doe",
- "address_line": "string",
- "address_line_2": "string",
- "co_address": "Land Lord",
- "business_name": "string",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO",
- "phone_number": "string",
- "email": "string",
- "latitude": 0,
- "longitude": 0,
- "comment": "string",
- "organization_number": "string",
- "organization_type": "string",
- "customer_reference": "string",
- "cost_center": "string"
}, - "billing_address": {
- "first_name": "John",
- "last_name": "Doe",
- "address_line": "string",
- "address_line_2": "string",
- "co_address": "Land Lord",
- "business_name": "string",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO",
- "phone_number": "string",
- "email": "string",
- "latitude": 0,
- "longitude": 0,
- "comment": "string",
- "organization_number": "string",
- "organization_type": "string",
- "customer_reference": "string",
- "cost_center": "string"
}, - "partial_payment": false,
- "items": [
- {
- "amount": 2000,
- "quantity": 2,
- "line_id": "1",
- "description": "Forsvinnignspølse",
- "vat": 20,
- "id": "10"
}, - {
- "amount": 6600,
- "quantity": 2,
- "line_id": "2",
- "description": "Vissvossafår på neppebrød",
- "vat": 20,
- "id": "6",
- "eligible_for_discount": true,
- "is_changed": true,
- "gross_amount": 10000,
- "discount_lines": [
- {
- "amount": 4400,
- "discount_type": "customer",
- "discount_id": "ed960ace-eb16-4e2e-ae52-b27647ccae8d",
- "description": "Vossafestpris",
- "line_id": 1
}
]
}, - {
- "amount": 59700,
- "quantity": 3,
- "line_id": "3",
- "description": "Luftboller",
- "vat": 20,
- "id": "1"
}
], - "gross_amount": 0,
- "is_changed": true,
- "shipping_option": {
- "id": "bring-pick-up-00001",
- "line_id": "bring-pick-up-00001-location-0a1f6b",
- "countries": [
- "NO"
], - "amount": 3900,
- "vat_amount": 975,
- "vat": 25,
- "title": "Standard",
- "description": "Pick up at your nearest postal office",
- "delivery_method": "pick_up",
- "operator": "Bring",
- "operator_product_id": "pick-up-00001-location-0a1f6b",
- "eta": {
- "starts_at": "2020-10-14T19:00:00Z",
- "ends_at": "2020-10-14T20:00:00Z"
}, - "time_slot": {
- "starts_at": "2020-10-14T19:00:00Z",
- "ends_at": "2020-10-14T20:00:00Z"
}, - "pick_up_address": {
- "first_name": "John",
- "last_name": "Doe",
- "address_line": "string",
- "address_line_2": "string",
- "co_address": "Land Lord",
- "business_name": "string",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO",
- "phone_number": "string",
- "email": "string",
- "latitude": 0,
- "longitude": 0,
- "comment": "string",
- "organization_number": "string",
- "organization_type": "string",
- "customer_reference": "string",
- "cost_center": "string",
- "distance": 0
}, - "metadata": {
- "operator_dest": "XAB1239",
- "number_x": 1921
}, - "environmental_data": {
- "description": "Fossil free",
- "details": [
- {
- "label": "Carbon offset",
- "value": "1KG CO2"
}
]
}, - "pay_in_store": {
- "type": "full"
}, - "fee_split": {
- "type": "proportional",
- "destinations": [
- "string"
]
}, - "splits": [
- {
- "payout_destination_id": "P000000001",
- "amount": 29700
}
]
}, - "store": {
- "id": "sc029",
- "name": "SC Oslo",
- "business_name": "SC Oslo AS",
- "address": {
- "address_line": "Sommerkroveien 34",
- "address_line_2": "PB 123",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO"
}, - "chain": "SuperChain",
- "email": "contact@superchain.com",
- "gln": "5790001398644",
- "organization_number": "123456789MVA",
- "phone_number": "+4738260107",
- "mcc": "5814",
- "bax": "102603",
- "terminal_id": "T0292"
}, - "discount_lines": [
- {
- "amount": 4400,
- "percentage": 44,
- "discount_type": "customer",
- "discount_id": "766da0ef-9283-42bd-b012-0582344ec53c",
- "description": "string",
- "line_id": 1
}
], - "discount_codes": [
- "SUMMER20"
], - "gift_cards": [
- {
- "type": "dintero.wallets",
- "card_id": "string",
- "amount": 0,
- "masked_card_token": "string"
}
], - "payout_destination_id": "string",
- "merchant_reference": "string"
}, - "expires_at": "2019-08-24T14:15:22Z",
- "checkboxes": [
- {
- "id": "string",
- "label": "string",
- "checked": true,
- "required": true,
- "link": {
- "url": "string",
- "text": "Terms for checkbox action"
}
}
], - "express": {
- "shipping_options": [
- {
- "id": "bring-pick-up-00001",
- "line_id": "bring-pick-up-00001-location-0a1f6b",
- "countries": [
- "NO"
], - "amount": 3900,
- "vat_amount": 975,
- "vat": 25,
- "title": "Standard",
- "description": "Pick up at your nearest postal office",
- "delivery_method": "pick_up",
- "operator": "Bring",
- "operator_product_id": "pick-up-00001-location-0a1f6b",
- "eta": {
- "starts_at": "2020-10-14T19:00:00Z",
- "ends_at": "2020-10-14T20:00:00Z"
}, - "time_slot": {
- "starts_at": "2020-10-14T19:00:00Z",
- "ends_at": "2020-10-14T20:00:00Z"
}, - "pick_up_address": {
- "first_name": "John",
- "last_name": "Doe",
- "address_line": "string",
- "address_line_2": "string",
- "co_address": "Land Lord",
- "business_name": "string",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO",
- "phone_number": "string",
- "email": "string",
- "latitude": 0,
- "longitude": 0,
- "comment": "string",
- "organization_number": "string",
- "organization_type": "string",
- "customer_reference": "string",
- "cost_center": "string",
- "distance": 0
}, - "metadata": {
- "operator_dest": "XAB1239",
- "number_x": 1921
}, - "environmental_data": {
- "description": "Fossil free",
- "details": [
- {
- "label": "Carbon offset",
- "value": "1KG CO2"
}
]
}, - "pay_in_store": {
- "type": "full"
}, - "fee_split": {
- "type": "proportional",
- "destinations": [
- "string"
]
}, - "splits": [
- {
- "payout_destination_id": "P000000001",
- "amount": 29700
}
]
}
], - "shipping_mode": "shipping_required",
- "discount_codes": {
- "max_count": 0,
}, - "customer_types": [
- "b2c",
- "b2b"
]
}, - "configuration": {
- "auto_capture": true,
- "channel": "in_app",
- "publish": [
- {
- "channel": "sms",
- "type": "checkout-link",
- "id": "string",
- "status": "sent"
}
], - "active_payment_types": {
- "enabled": true
}, - "default_payment_type": "bambora.applepay",
- "bambora": {
- "type": "payment_type",
- "applepay": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}, - "creditcard": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable",
- "generate_payment_token": false
}, - "googlepay": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}, - "mobilepay": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}, - "vipps": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}
}, - "dintero": {
- "type": "payment_type",
- "wallets": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}, - "zero": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}
}, - "dintero_psp": {
- "type": "payment_type",
- "creditcard": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}
}, - "instabank": {
- "finance": {
- "enabled": true,
- "payability": "payable",
- "product": {
- "product_code": "630",
- "minimum_monthly_balance_rate": "1.67",
- "annual_interest_rate": "0.0",
- "effective_annual_interest_rate": "0.0",
- "origination_fee": 9500,
- "notification_fee": 3900,
- "minimum_amount": 20000,
- "loan_example": {
- "amount": 2500000,
- "years": 1,
- "total_amount": 2772300,
- "cost": 272300,
- "effective_annual_interest_rate": "21.38"
}, - "branding_image_url": "string"
}
}, - "invoice": {
- "enabled": true,
- "payability": "payable",
- "require_applicant": true,
- "product": {
- "product_code": "632",
- "due_in_days": 10,
- "minimum_amount": 20000,
- "invoice_fee": 9500,
- "require_applicant_amount": 7500000,
- "branding_image_url": "string"
}
}, - "installment": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable",
- "products": [
- {
- "minimum_amount": 20000,
- "product_code": "633",
- "credit_time": 36,
- "origination_fee": 9500,
- "notification_fee": 3900,
- "annual_interest_rate": "0.0",
- "effective_annual_interest_rate": "54.69",
- "total_amount": 309400,
- "monthly_amount": 100000,
- "first_monthly_amount": 109500,
- "require_applicant_amount": 2500000,
- "loan_example": {
- "amount": 2500000,
- "years": 1,
- "total_amount": 2772300,
- "cost": 272300,
- "effective_annual_interest_rate": "21.38"
}, - "branding_image_url": "string"
}
]
}, - "postponement": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable",
- "products": [
- {
- "minimum_amount": 20000,
- "product_code": "633",
- "postponement_months": 36,
- "origination_fee": 9500,
- "notification_fee": 3900,
- "annual_interest_rate": "0.0",
- "effective_annual_interest_rate": "54.69",
- "total_amount": 309400,
- "require_applicant_amount": 2500000,
- "loan_example": {
- "amount": 2500000,
- "years": 1,
- "total_amount": 2772300,
- "cost": 272300,
- "effective_annual_interest_rate": "21.38"
}, - "branding_image_url": "string"
}
]
}
}, - "netaxept": {
- "type": "payment_type",
- "creditcard": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable",
- "terminal": {
- "terminal": "/Terminal/default.aspx",
- "terminal_design": "string",
- "terminal_single_page": true,
- "terminal_layout": "string"
}
}
}, - "payex": {
- "dynamic_descriptor": "string",
- "swish": {
- "enabled": true,
- "payability": "payable"
}, - "creditcard": {
- "enabled": true,
- "payability": "payable",
- "generate_payment_token": false,
- "generate_recurrence_token": false,
- "no_cvc": true
}, - "mobilepay": {
- "enabled": true,
- "payability": "payable"
}, - "vipps": {
- "enabled": true,
- "payability": "payable"
}, - "applepay": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}, - "clicktopay": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}, - "googlepay": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}
}, - "vipps": {
- "enabled": true,
- "payability": "payable",
- "dynamic_descriptor": "string"
}, - "collector": {
- "type": "payment_type",
- "dynamic_descriptor": "string",
- "invoice": {
- "type": "payment_product_type",
- "enabled": true,
- "countries": [
- "string"
], - "options": {
- "enable_on_hold": true
}, - "payability": "payable"
}, - "invoice_b2b": {
- "type": "payment_product_type",
- "payability": "payable",
- "enabled": true,
- "countries": [
- "string"
], - "options": {
- "disable_collector_b2b_address_enforcement": false,
- "enable_on_hold": true
}
}, - "invoice_b2b_preapproved": {
- "type": "payment_product_type",
- "payability": "payable",
- "enabled": true,
- "countries": [
- "string"
], - "accounts": [
- {
- "billing_address": {
- "business_name": "string",
- "organization_number": "stringstr",
- "address_line": "string",
- "address_line_2": "string",
- "co_address": "string",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO",
- "phone_number": "string",
- "email": "string",
- "customer_reference": "string",
- "cost_center": "string",
- "first_name": "John",
- "last_name": "Doe",
- "address_id": "address_1"
}, - "company_id": "string"
}
]
}, - "finance": {
- "type": "payment_product_type",
- "enabled": true,
- "countries": [
- "string"
], - "payability": "payable"
}, - "installment": {
- "type": "payment_product_type",
- "enabled": true,
- "countries": [
- "string"
], - "options": {
- "enable_on_hold": true
}, - "payability": "payable"
}
}, - "klarna": {
- "type": "payment_type",
- "klarna": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}, - "billie": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}
}, - "santander": {
- "type": "payment_type",
- "debit_account": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable",
- "branding_name": "string",
- "accounts": [
- {
- "account_number_token": "string",
- "masked_account_number": "string"
}
]
}
}, - "swish": {
- "type": "payment_type",
- "swish": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}
}, - "payout": {
- "dynamic_payout_destination_ids": [
- {
- "type": "order_store_id",
- "order_store_id": "STORE_123",
- "order_payout_destination_id": "PD_123"
}
], - "payment_products": [
- {
- "payment_product": "bambora"
}
]
}, - "discounts": {
- "type": "discounts",
- "express_discount_codes": {
- "payability": "payable",
- "enabled": true
}, - "order": {
- "enabled": false
}
}, - "theme": {
- "backdrop": "string",
- "primary": "string",
- "text": "string",
- "warning": "string",
- "error": "string",
- "font-family": "string"
}, - "countries": {
- "preferred_country": "string",
- "allow_countries": [
- "string"
], - "deny_countries": [
- "string"
]
}, - "default_customer_type": "b2c",
- "allow_different_billing_shipping_address": [ ],
}, - "updated_at": "2019-08-24T14:15:22Z",
- "customer_ip": "string",
- "user_agent": "string",
- "initiating_system_request_headers": {
- "dintero-system-name": "woocommerce",
- "dintero-system-version": "5.0.0",
- "dintero-system-plugin-name": "Dintero.Checkout.WooCommerce",
- "dintero-system-plugin-version": "2021.03.02",
- "user-agent": "Mozilla: Mozilla/5.0"
}, - "payment_operation": "unscheduled_purchase",
- "events": [
- {
- "id": "769952fe-86c9-4185-a1ce-aeb46da3509c",
- "name": "INITIATED",
- "created_at": "2019-05-09T09:13:40.306Z",
- "request_id": "b97b6312-f8b3-11ed-be56-0242ac120002"
}, - {
- "name": "VISITED",
- "created_at": "2019-05-09T09:13:50.548Z"
}, - {
- "name": "PAY_FAILED",
- "created_at": "2019-05-09T09:14:10.548Z",
- "details": {
- "error": "Rejected",
- "payment_product_type": "instabank.finance"
}
}, - {
- "name": "FAILED",
- "created_at": "2019-05-09T09:16:11.786Z"
}
], - "transaction_id": "string",
- "metadata": {
- "session:profile_id": "string"
}, - "cancelled_by": "string",
- "cancelled_at": "2019-08-24T14:15:22Z"
}
Session must be locked for paying before updating.
Requirements:
order.shipping_option
must be included in express_shipping_options
if both are set.order.amount
must be equal to the sum of order.items
and order.shipping_option
scopes:
session_id required | string <checkout-id> The session ID |
force_shipping_address_callback | boolean Default: false If If |
update_without_lock | boolean Default: false Allow updating session without it having been locked first. Allowed for server-to-server when the checkout has not been rendered yet. |
Dintero-Feature-Toggles | Array of strings Default: Items Value: "strict-session-amounts" Feature toggles that will change how the API works. These feature toggles are usually the preferred way to use the API, but they break the current API.
|
Dintero-System-Name | string <= 120 characters The name of the ecommerce solution Example: |
Dintero-System-Version | string <= 120 characters The version number of the ecommerce solution Example: |
Dintero-System-Plugin-Name | string <= 120 characters The name of the ecommerce plugin Example: |
Dintero-System-Plugin-Version | string <= 120 characters The version number of the ecommerce plugin Example: |
required | object (SessionOrderUpdate) |
object | |
remove_lock | boolean Default: true Remove lock after updating |
{- "order": {
- "amount": 72200,
- "currency": "NOK",
- "vat_amount": 13660,
- "merchant_reference_2": "string",
- "shipping_address": {
- "first_name": "John",
- "last_name": "Doe",
- "address_line": "string",
- "address_line_2": "string",
- "co_address": "Land Lord",
- "business_name": "string",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO",
- "phone_number": "string",
- "email": "string",
- "latitude": 0,
- "longitude": 0,
- "comment": "string",
- "organization_number": "string",
- "organization_type": "string",
- "customer_reference": "string",
- "cost_center": "string"
}, - "billing_address": {
- "first_name": "John",
- "last_name": "Doe",
- "address_line": "string",
- "address_line_2": "string",
- "co_address": "Land Lord",
- "business_name": "string",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO",
- "phone_number": "string",
- "email": "string",
- "latitude": 0,
- "longitude": 0,
- "comment": "string",
- "organization_number": "string",
- "organization_type": "string",
- "customer_reference": "string",
- "cost_center": "string"
}, - "partial_payment": false,
- "items": [
- {
- "amount": 2000,
- "quantity": 2,
- "line_id": "1",
- "description": "Forsvinnignspølse",
- "vat": 20,
- "id": "10"
}, - {
- "amount": 6600,
- "quantity": 2,
- "line_id": "2",
- "description": "Vissvossafår på neppebrød",
- "vat": 20,
- "id": "6",
- "eligible_for_discount": true,
- "is_changed": true,
- "gross_amount": 10000,
- "discount_lines": [
- {
- "amount": 4400,
- "discount_type": "customer",
- "discount_id": "ed960ace-eb16-4e2e-ae52-b27647ccae8d",
- "description": "Vossafestpris",
- "line_id": 1
}
]
}, - {
- "amount": 59700,
- "quantity": 3,
- "line_id": "3",
- "description": "Luftboller",
- "vat": 20,
- "id": "1"
}
], - "shipping_option": {
- "id": "bring-pick-up-00001",
- "line_id": "bring-pick-up-00001-location-0a1f6b",
- "countries": [
- "NO"
], - "amount": 3900,
- "vat_amount": 975,
- "vat": 25,
- "title": "Standard",
- "description": "Pick up at your nearest postal office",
- "delivery_method": "pick_up",
- "operator": "Bring",
- "operator_product_id": "pick-up-00001-location-0a1f6b",
- "eta": {
- "starts_at": "2020-10-14T19:00:00Z",
- "ends_at": "2020-10-14T20:00:00Z"
}, - "time_slot": {
- "starts_at": "2020-10-14T19:00:00Z",
- "ends_at": "2020-10-14T20:00:00Z"
}, - "pick_up_address": {
- "first_name": "John",
- "last_name": "Doe",
- "address_line": "string",
- "address_line_2": "string",
- "co_address": "Land Lord",
- "business_name": "string",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO",
- "phone_number": "string",
- "email": "string",
- "latitude": 0,
- "longitude": 0,
- "comment": "string",
- "organization_number": "string",
- "organization_type": "string",
- "customer_reference": "string",
- "cost_center": "string",
- "distance": 0
}, - "metadata": {
- "operator_dest": "XAB1239",
- "number_x": 1921
}, - "environmental_data": {
- "description": "Fossil free",
- "details": [
- {
- "label": "Carbon offset",
- "value": "1KG CO2"
}
]
}, - "pay_in_store": {
- "type": "full"
}, - "fee_split": {
- "type": "proportional",
- "destinations": [
- "string"
]
}, - "splits": [
- {
- "payout_destination_id": "P000000001",
- "amount": 29700
}
]
}, - "store": {
- "id": "sc029",
- "name": "SC Oslo",
- "business_name": "SC Oslo AS",
- "address": {
- "address_line": "Sommerkroveien 34",
- "address_line_2": "PB 123",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO"
}, - "chain": "SuperChain",
- "email": "contact@superchain.com",
- "gln": "5790001398644",
- "organization_number": "123456789MVA",
- "phone_number": "+4738260107",
- "mcc": "5814",
- "bax": "102603",
- "terminal_id": "T0292"
}, - "discount_lines": [
- {
- "amount": 4400,
- "percentage": 44,
- "discount_type": "customer",
- "discount_id": "766da0ef-9283-42bd-b012-0582344ec53c",
- "description": "string",
- "line_id": 1
}
], - "discount_codes": [
- "SUMMER20"
], - "gift_cards": [
- {
- "type": "dintero.wallets",
- "card_id": "string",
- "amount": 0,
- "masked_card_token": "string"
}
]
}, - "express": {
- "shipping_options": [
- {
- "id": "bring-pick-up-00001",
- "line_id": "bring-pick-up-00001-location-0a1f6b",
- "countries": [
- "NO"
], - "amount": 3900,
- "vat_amount": 975,
- "vat": 25,
- "title": "Standard",
- "description": "Pick up at your nearest postal office",
- "delivery_method": "pick_up",
- "operator": "Bring",
- "operator_product_id": "pick-up-00001-location-0a1f6b",
- "eta": {
- "starts_at": "2020-10-14T19:00:00Z",
- "ends_at": "2020-10-14T20:00:00Z"
}, - "time_slot": {
- "starts_at": "2020-10-14T19:00:00Z",
- "ends_at": "2020-10-14T20:00:00Z"
}, - "pick_up_address": {
- "first_name": "John",
- "last_name": "Doe",
- "address_line": "string",
- "address_line_2": "string",
- "co_address": "Land Lord",
- "business_name": "string",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO",
- "phone_number": "string",
- "email": "string",
- "latitude": 0,
- "longitude": 0,
- "comment": "string",
- "organization_number": "string",
- "organization_type": "string",
- "customer_reference": "string",
- "cost_center": "string",
- "distance": 0
}, - "metadata": {
- "operator_dest": "XAB1239",
- "number_x": 1921
}, - "environmental_data": {
- "description": "Fossil free",
- "details": [
- {
- "label": "Carbon offset",
- "value": "1KG CO2"
}
]
}, - "pay_in_store": {
- "type": "full"
}, - "fee_split": {
- "type": "proportional",
- "destinations": [
- "string"
]
}, - "splits": [
- {
- "payout_destination_id": "P000000001",
- "amount": 29700
}
]
}
], - "shipping_mode": "shipping_required"
}, - "remove_lock": true
}
{- "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "url": {
}, - "customer": {
- "customer_id": "string",
- "email": "john.doe@example.com",
- "phone_number": "+4799999999",
- "my_dintero": {
- "actions": [
- "create_user"
],
}, - "gift_cards": {
- "dintero.wallets": [
- {
- "card_id": "string",
- "masked_card_token": "string"
}
]
}, - "tokens": {
- "payex.creditcard": {
- "payment_token_id": "2134a260d196b1d65e59b259dc43f619d7f0f3c6"
}, - "bambora.creditcard": {
- "payment_token_id": "2134a260d196b1d65e59b259dc43f619d7f0f3c6"
}
}
}, - "order": {
- "amount": 72200,
- "currency": "NOK",
- "vat_amount": 13660,
- "merchant_reference_2": "string",
- "shipping_address": {
- "first_name": "John",
- "last_name": "Doe",
- "address_line": "string",
- "address_line_2": "string",
- "co_address": "Land Lord",
- "business_name": "string",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO",
- "phone_number": "string",
- "email": "string",
- "latitude": 0,
- "longitude": 0,
- "comment": "string",
- "organization_number": "string",
- "organization_type": "string",
- "customer_reference": "string",
- "cost_center": "string"
}, - "billing_address": {
- "first_name": "John",
- "last_name": "Doe",
- "address_line": "string",
- "address_line_2": "string",
- "co_address": "Land Lord",
- "business_name": "string",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO",
- "phone_number": "string",
- "email": "string",
- "latitude": 0,
- "longitude": 0,
- "comment": "string",
- "organization_number": "string",
- "organization_type": "string",
- "customer_reference": "string",
- "cost_center": "string"
}, - "partial_payment": false,
- "items": [
- {
- "amount": 2000,
- "quantity": 2,
- "line_id": "1",
- "description": "Forsvinnignspølse",
- "vat": 20,
- "id": "10"
}, - {
- "amount": 6600,
- "quantity": 2,
- "line_id": "2",
- "description": "Vissvossafår på neppebrød",
- "vat": 20,
- "id": "6",
- "eligible_for_discount": true,
- "is_changed": true,
- "gross_amount": 10000,
- "discount_lines": [
- {
- "amount": 4400,
- "discount_type": "customer",
- "discount_id": "ed960ace-eb16-4e2e-ae52-b27647ccae8d",
- "description": "Vossafestpris",
- "line_id": 1
}
]
}, - {
- "amount": 59700,
- "quantity": 3,
- "line_id": "3",
- "description": "Luftboller",
- "vat": 20,
- "id": "1"
}
], - "gross_amount": 0,
- "is_changed": true,
- "shipping_option": {
- "id": "bring-pick-up-00001",
- "line_id": "bring-pick-up-00001-location-0a1f6b",
- "countries": [
- "NO"
], - "amount": 3900,
- "vat_amount": 975,
- "vat": 25,
- "title": "Standard",
- "description": "Pick up at your nearest postal office",
- "delivery_method": "pick_up",
- "operator": "Bring",
- "operator_product_id": "pick-up-00001-location-0a1f6b",
- "eta": {
- "starts_at": "2020-10-14T19:00:00Z",
- "ends_at": "2020-10-14T20:00:00Z"
}, - "time_slot": {
- "starts_at": "2020-10-14T19:00:00Z",
- "ends_at": "2020-10-14T20:00:00Z"
}, - "pick_up_address": {
- "first_name": "John",
- "last_name": "Doe",
- "address_line": "string",
- "address_line_2": "string",
- "co_address": "Land Lord",
- "business_name": "string",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO",
- "phone_number": "string",
- "email": "string",
- "latitude": 0,
- "longitude": 0,
- "comment": "string",
- "organization_number": "string",
- "organization_type": "string",
- "customer_reference": "string",
- "cost_center": "string",
- "distance": 0
}, - "metadata": {
- "operator_dest": "XAB1239",
- "number_x": 1921
}, - "environmental_data": {
- "description": "Fossil free",
- "details": [
- {
- "label": "Carbon offset",
- "value": "1KG CO2"
}
]
}, - "pay_in_store": {
- "type": "full"
}, - "fee_split": {
- "type": "proportional",
- "destinations": [
- "string"
]
}, - "splits": [
- {
- "payout_destination_id": "P000000001",
- "amount": 29700
}
]
}, - "store": {
- "id": "sc029",
- "name": "SC Oslo",
- "business_name": "SC Oslo AS",
- "address": {
- "address_line": "Sommerkroveien 34",
- "address_line_2": "PB 123",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO"
}, - "chain": "SuperChain",
- "email": "contact@superchain.com",
- "gln": "5790001398644",
- "organization_number": "123456789MVA",
- "phone_number": "+4738260107",
- "mcc": "5814",
- "bax": "102603",
- "terminal_id": "T0292"
}, - "discount_lines": [
- {
- "amount": 4400,
- "percentage": 44,
- "discount_type": "customer",
- "discount_id": "766da0ef-9283-42bd-b012-0582344ec53c",
- "description": "string",
- "line_id": 1
}
], - "discount_codes": [
- "SUMMER20"
], - "gift_cards": [
- {
- "type": "dintero.wallets",
- "card_id": "string",
- "amount": 0,
- "masked_card_token": "string"
}
], - "payout_destination_id": "string",
- "merchant_reference": "string"
}, - "expires_at": "2019-08-24T14:15:22Z",
- "checkboxes": [
- {
- "id": "string",
- "label": "string",
- "checked": true,
- "required": true,
- "link": {
- "url": "string",
- "text": "Terms for checkbox action"
}
}
], - "express": {
- "shipping_options": [
- {
- "id": "bring-pick-up-00001",
- "line_id": "bring-pick-up-00001-location-0a1f6b",
- "countries": [
- "NO"
], - "amount": 3900,
- "vat_amount": 975,
- "vat": 25,
- "title": "Standard",
- "description": "Pick up at your nearest postal office",
- "delivery_method": "pick_up",
- "operator": "Bring",
- "operator_product_id": "pick-up-00001-location-0a1f6b",
- "eta": {
- "starts_at": "2020-10-14T19:00:00Z",
- "ends_at": "2020-10-14T20:00:00Z"
}, - "time_slot": {
- "starts_at": "2020-10-14T19:00:00Z",
- "ends_at": "2020-10-14T20:00:00Z"
}, - "pick_up_address": {
- "first_name": "John",
- "last_name": "Doe",
- "address_line": "string",
- "address_line_2": "string",
- "co_address": "Land Lord",
- "business_name": "string",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO",
- "phone_number": "string",
- "email": "string",
- "latitude": 0,
- "longitude": 0,
- "comment": "string",
- "organization_number": "string",
- "organization_type": "string",
- "customer_reference": "string",
- "cost_center": "string",
- "distance": 0
}, - "metadata": {
- "operator_dest": "XAB1239",
- "number_x": 1921
}, - "environmental_data": {
- "description": "Fossil free",
- "details": [
- {
- "label": "Carbon offset",
- "value": "1KG CO2"
}
]
}, - "pay_in_store": {
- "type": "full"
}, - "fee_split": {
- "type": "proportional",
- "destinations": [
- "string"
]
}, - "splits": [
- {
- "payout_destination_id": "P000000001",
- "amount": 29700
}
]
}
], - "shipping_mode": "shipping_required",
- "discount_codes": {
- "max_count": 0,
}, - "customer_types": [
- "b2c",
- "b2b"
]
}, - "configuration": {
- "auto_capture": true,
- "channel": "in_app",
- "publish": [
- {
- "channel": "sms",
- "type": "checkout-link",
- "id": "string",
- "status": "sent"
}
], - "active_payment_types": {
- "enabled": true
}, - "default_payment_type": "bambora.applepay",
- "bambora": {
- "type": "payment_type",
- "applepay": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}, - "creditcard": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable",
- "generate_payment_token": false
}, - "googlepay": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}, - "mobilepay": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}, - "vipps": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}
}, - "dintero": {
- "type": "payment_type",
- "wallets": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}, - "zero": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}
}, - "dintero_psp": {
- "type": "payment_type",
- "creditcard": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}
}, - "instabank": {
- "finance": {
- "enabled": true,
- "payability": "payable",
- "product": {
- "product_code": "630",
- "minimum_monthly_balance_rate": "1.67",
- "annual_interest_rate": "0.0",
- "effective_annual_interest_rate": "0.0",
- "origination_fee": 9500,
- "notification_fee": 3900,
- "minimum_amount": 20000,
- "loan_example": {
- "amount": 2500000,
- "years": 1,
- "total_amount": 2772300,
- "cost": 272300,
- "effective_annual_interest_rate": "21.38"
}, - "branding_image_url": "string"
}
}, - "invoice": {
- "enabled": true,
- "payability": "payable",
- "require_applicant": true,
- "product": {
- "product_code": "632",
- "due_in_days": 10,
- "minimum_amount": 20000,
- "invoice_fee": 9500,
- "require_applicant_amount": 7500000,
- "branding_image_url": "string"
}
}, - "installment": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable",
- "products": [
- {
- "minimum_amount": 20000,
- "product_code": "633",
- "credit_time": 36,
- "origination_fee": 9500,
- "notification_fee": 3900,
- "annual_interest_rate": "0.0",
- "effective_annual_interest_rate": "54.69",
- "total_amount": 309400,
- "monthly_amount": 100000,
- "first_monthly_amount": 109500,
- "require_applicant_amount": 2500000,
- "loan_example": {
- "amount": 2500000,
- "years": 1,
- "total_amount": 2772300,
- "cost": 272300,
- "effective_annual_interest_rate": "21.38"
}, - "branding_image_url": "string"
}
]
}, - "postponement": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable",
- "products": [
- {
- "minimum_amount": 20000,
- "product_code": "633",
- "postponement_months": 36,
- "origination_fee": 9500,
- "notification_fee": 3900,
- "annual_interest_rate": "0.0",
- "effective_annual_interest_rate": "54.69",
- "total_amount": 309400,
- "require_applicant_amount": 2500000,
- "loan_example": {
- "amount": 2500000,
- "years": 1,
- "total_amount": 2772300,
- "cost": 272300,
- "effective_annual_interest_rate": "21.38"
}, - "branding_image_url": "string"
}
]
}
}, - "netaxept": {
- "type": "payment_type",
- "creditcard": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable",
- "terminal": {
- "terminal": "/Terminal/default.aspx",
- "terminal_design": "string",
- "terminal_single_page": true,
- "terminal_layout": "string"
}
}
}, - "payex": {
- "dynamic_descriptor": "string",
- "swish": {
- "enabled": true,
- "payability": "payable"
}, - "creditcard": {
- "enabled": true,
- "payability": "payable",
- "generate_payment_token": false,
- "generate_recurrence_token": false,
- "no_cvc": true
}, - "mobilepay": {
- "enabled": true,
- "payability": "payable"
}, - "vipps": {
- "enabled": true,
- "payability": "payable"
}, - "applepay": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}, - "clicktopay": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}, - "googlepay": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}
}, - "vipps": {
- "enabled": true,
- "payability": "payable",
- "dynamic_descriptor": "string"
}, - "collector": {
- "type": "payment_type",
- "dynamic_descriptor": "string",
- "invoice": {
- "type": "payment_product_type",
- "enabled": true,
- "countries": [
- "string"
], - "options": {
- "enable_on_hold": true
}, - "payability": "payable"
}, - "invoice_b2b": {
- "type": "payment_product_type",
- "payability": "payable",
- "enabled": true,
- "countries": [
- "string"
], - "options": {
- "disable_collector_b2b_address_enforcement": false,
- "enable_on_hold": true
}
}, - "invoice_b2b_preapproved": {
- "type": "payment_product_type",
- "payability": "payable",
- "enabled": true,
- "countries": [
- "string"
], - "accounts": [
- {
- "billing_address": {
- "business_name": "string",
- "organization_number": "stringstr",
- "address_line": "string",
- "address_line_2": "string",
- "co_address": "string",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO",
- "phone_number": "string",
- "email": "string",
- "customer_reference": "string",
- "cost_center": "string",
- "first_name": "John",
- "last_name": "Doe",
- "address_id": "address_1"
}, - "company_id": "string"
}
]
}, - "finance": {
- "type": "payment_product_type",
- "enabled": true,
- "countries": [
- "string"
], - "payability": "payable"
}, - "installment": {
- "type": "payment_product_type",
- "enabled": true,
- "countries": [
- "string"
], - "options": {
- "enable_on_hold": true
}, - "payability": "payable"
}
}, - "klarna": {
- "type": "payment_type",
- "klarna": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}, - "billie": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}
}, - "santander": {
- "type": "payment_type",
- "debit_account": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable",
- "branding_name": "string",
- "accounts": [
- {
- "account_number_token": "string",
- "masked_account_number": "string"
}
]
}
}, - "swish": {
- "type": "payment_type",
- "swish": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}
}, - "payout": {
- "dynamic_payout_destination_ids": [
- {
- "type": "order_store_id",
- "order_store_id": "STORE_123",
- "order_payout_destination_id": "PD_123"
}
], - "payment_products": [
- {
- "payment_product": "bambora"
}
]
}, - "discounts": {
- "type": "discounts",
- "express_discount_codes": {
- "payability": "payable",
- "enabled": true
}, - "order": {
- "enabled": false
}
}, - "theme": {
- "backdrop": "string",
- "primary": "string",
- "text": "string",
- "warning": "string",
- "error": "string",
- "font-family": "string"
}, - "countries": {
- "preferred_country": "string",
- "allow_countries": [
- "string"
], - "deny_countries": [
- "string"
]
}, - "default_customer_type": "b2c",
- "allow_different_billing_shipping_address": [ ],
}, - "updated_at": "2019-08-24T14:15:22Z",
- "customer_ip": "string",
- "user_agent": "string",
- "initiating_system_request_headers": {
- "dintero-system-name": "woocommerce",
- "dintero-system-version": "5.0.0",
- "dintero-system-plugin-name": "Dintero.Checkout.WooCommerce",
- "dintero-system-plugin-version": "2021.03.02",
- "user-agent": "Mozilla: Mozilla/5.0"
}, - "payment_operation": "unscheduled_purchase",
- "events": [
- {
- "id": "769952fe-86c9-4185-a1ce-aeb46da3509c",
- "name": "INITIATED",
- "created_at": "2019-05-09T09:13:40.306Z",
- "request_id": "b97b6312-f8b3-11ed-be56-0242ac120002"
}, - {
- "name": "VISITED",
- "created_at": "2019-05-09T09:13:50.548Z"
}, - {
- "name": "PAY_FAILED",
- "created_at": "2019-05-09T09:14:10.548Z",
- "details": {
- "error": "Rejected",
- "payment_product_type": "instabank.finance"
}
}, - {
- "name": "FAILED",
- "created_at": "2019-05-09T09:16:11.786Z"
}
], - "transaction_id": "string",
- "metadata": {
- "session:profile_id": "string"
}, - "cancelled_by": "string",
- "cancelled_at": "2019-08-24T14:15:22Z"
}
Cancel a session
The session transaction will be voided in case where it is initialized or authorized.
Cancel is not allowed in case where the current transaction state is not initialized or authorized.
scopes:
session_id required | string <checkout-id> The session ID |
Dintero-System-Name | string <= 120 characters The name of the ecommerce solution Example: |
Dintero-System-Version | string <= 120 characters The version number of the ecommerce solution Example: |
Dintero-System-Plugin-Name | string <= 120 characters The name of the ecommerce plugin Example: |
Dintero-System-Plugin-Version | string <= 120 characters The version number of the ecommerce plugin Example: |
{- "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "url": {
}, - "customer": {
- "customer_id": "string",
- "email": "john.doe@example.com",
- "phone_number": "+4799999999",
- "my_dintero": {
- "actions": [
- "create_user"
],
}, - "gift_cards": {
- "dintero.wallets": [
- {
- "card_id": "string",
- "masked_card_token": "string"
}
]
}, - "tokens": {
- "payex.creditcard": {
- "payment_token_id": "2134a260d196b1d65e59b259dc43f619d7f0f3c6"
}, - "bambora.creditcard": {
- "payment_token_id": "2134a260d196b1d65e59b259dc43f619d7f0f3c6"
}
}
}, - "order": {
- "amount": 72200,
- "currency": "NOK",
- "vat_amount": 13660,
- "merchant_reference_2": "string",
- "shipping_address": {
- "first_name": "John",
- "last_name": "Doe",
- "address_line": "string",
- "address_line_2": "string",
- "co_address": "Land Lord",
- "business_name": "string",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO",
- "phone_number": "string",
- "email": "string",
- "latitude": 0,
- "longitude": 0,
- "comment": "string",
- "organization_number": "string",
- "organization_type": "string",
- "customer_reference": "string",
- "cost_center": "string"
}, - "billing_address": {
- "first_name": "John",
- "last_name": "Doe",
- "address_line": "string",
- "address_line_2": "string",
- "co_address": "Land Lord",
- "business_name": "string",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO",
- "phone_number": "string",
- "email": "string",
- "latitude": 0,
- "longitude": 0,
- "comment": "string",
- "organization_number": "string",
- "organization_type": "string",
- "customer_reference": "string",
- "cost_center": "string"
}, - "partial_payment": false,
- "items": [
- {
- "amount": 2000,
- "quantity": 2,
- "line_id": "1",
- "description": "Forsvinnignspølse",
- "vat": 20,
- "id": "10"
}, - {
- "amount": 6600,
- "quantity": 2,
- "line_id": "2",
- "description": "Vissvossafår på neppebrød",
- "vat": 20,
- "id": "6",
- "eligible_for_discount": true,
- "is_changed": true,
- "gross_amount": 10000,
- "discount_lines": [
- {
- "amount": 4400,
- "discount_type": "customer",
- "discount_id": "ed960ace-eb16-4e2e-ae52-b27647ccae8d",
- "description": "Vossafestpris",
- "line_id": 1
}
]
}, - {
- "amount": 59700,
- "quantity": 3,
- "line_id": "3",
- "description": "Luftboller",
- "vat": 20,
- "id": "1"
}
], - "gross_amount": 0,
- "is_changed": true,
- "shipping_option": {
- "id": "bring-pick-up-00001",
- "line_id": "bring-pick-up-00001-location-0a1f6b",
- "countries": [
- "NO"
], - "amount": 3900,
- "vat_amount": 975,
- "vat": 25,
- "title": "Standard",
- "description": "Pick up at your nearest postal office",
- "delivery_method": "pick_up",
- "operator": "Bring",
- "operator_product_id": "pick-up-00001-location-0a1f6b",
- "eta": {
- "starts_at": "2020-10-14T19:00:00Z",
- "ends_at": "2020-10-14T20:00:00Z"
}, - "time_slot": {
- "starts_at": "2020-10-14T19:00:00Z",
- "ends_at": "2020-10-14T20:00:00Z"
}, - "pick_up_address": {
- "first_name": "John",
- "last_name": "Doe",
- "address_line": "string",
- "address_line_2": "string",
- "co_address": "Land Lord",
- "business_name": "string",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO",
- "phone_number": "string",
- "email": "string",
- "latitude": 0,
- "longitude": 0,
- "comment": "string",
- "organization_number": "string",
- "organization_type": "string",
- "customer_reference": "string",
- "cost_center": "string",
- "distance": 0
}, - "metadata": {
- "operator_dest": "XAB1239",
- "number_x": 1921
}, - "environmental_data": {
- "description": "Fossil free",
- "details": [
- {
- "label": "Carbon offset",
- "value": "1KG CO2"
}
]
}, - "pay_in_store": {
- "type": "full"
}, - "fee_split": {
- "type": "proportional",
- "destinations": [
- "string"
]
}, - "splits": [
- {
- "payout_destination_id": "P000000001",
- "amount": 29700
}
]
}, - "store": {
- "id": "sc029",
- "name": "SC Oslo",
- "business_name": "SC Oslo AS",
- "address": {
- "address_line": "Sommerkroveien 34",
- "address_line_2": "PB 123",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO"
}, - "chain": "SuperChain",
- "email": "contact@superchain.com",
- "gln": "5790001398644",
- "organization_number": "123456789MVA",
- "phone_number": "+4738260107",
- "mcc": "5814",
- "bax": "102603",
- "terminal_id": "T0292"
}, - "discount_lines": [
- {
- "amount": 4400,
- "percentage": 44,
- "discount_type": "customer",
- "discount_id": "766da0ef-9283-42bd-b012-0582344ec53c",
- "description": "string",
- "line_id": 1
}
], - "discount_codes": [
- "SUMMER20"
], - "gift_cards": [
- {
- "type": "dintero.wallets",
- "card_id": "string",
- "amount": 0,
- "masked_card_token": "string"
}
], - "payout_destination_id": "string",
- "merchant_reference": "string"
}, - "expires_at": "2019-08-24T14:15:22Z",
- "checkboxes": [
- {
- "id": "string",
- "label": "string",
- "checked": true,
- "required": true,
- "link": {
- "url": "string",
- "text": "Terms for checkbox action"
}
}
], - "express": {
- "shipping_options": [
- {
- "id": "bring-pick-up-00001",
- "line_id": "bring-pick-up-00001-location-0a1f6b",
- "countries": [
- "NO"
], - "amount": 3900,
- "vat_amount": 975,
- "vat": 25,
- "title": "Standard",
- "description": "Pick up at your nearest postal office",
- "delivery_method": "pick_up",
- "operator": "Bring",
- "operator_product_id": "pick-up-00001-location-0a1f6b",
- "eta": {
- "starts_at": "2020-10-14T19:00:00Z",
- "ends_at": "2020-10-14T20:00:00Z"
}, - "time_slot": {
- "starts_at": "2020-10-14T19:00:00Z",
- "ends_at": "2020-10-14T20:00:00Z"
}, - "pick_up_address": {
- "first_name": "John",
- "last_name": "Doe",
- "address_line": "string",
- "address_line_2": "string",
- "co_address": "Land Lord",
- "business_name": "string",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO",
- "phone_number": "string",
- "email": "string",
- "latitude": 0,
- "longitude": 0,
- "comment": "string",
- "organization_number": "string",
- "organization_type": "string",
- "customer_reference": "string",
- "cost_center": "string",
- "distance": 0
}, - "metadata": {
- "operator_dest": "XAB1239",
- "number_x": 1921
}, - "environmental_data": {
- "description": "Fossil free",
- "details": [
- {
- "label": "Carbon offset",
- "value": "1KG CO2"
}
]
}, - "pay_in_store": {
- "type": "full"
}, - "fee_split": {
- "type": "proportional",
- "destinations": [
- "string"
]
}, - "splits": [
- {
- "payout_destination_id": "P000000001",
- "amount": 29700
}
]
}
], - "shipping_mode": "shipping_required",
- "discount_codes": {
- "max_count": 0,
}, - "customer_types": [
- "b2c",
- "b2b"
]
}, - "configuration": {
- "auto_capture": true,
- "channel": "in_app",
- "publish": [
- {
- "channel": "sms",
- "type": "checkout-link",
- "id": "string",
- "status": "sent"
}
], - "active_payment_types": {
- "enabled": true
}, - "default_payment_type": "bambora.applepay",
- "bambora": {
- "type": "payment_type",
- "applepay": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}, - "creditcard": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable",
- "generate_payment_token": false
}, - "googlepay": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}, - "mobilepay": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}, - "vipps": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}
}, - "dintero": {
- "type": "payment_type",
- "wallets": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}, - "zero": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}
}, - "dintero_psp": {
- "type": "payment_type",
- "creditcard": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}
}, - "instabank": {
- "finance": {
- "enabled": true,
- "payability": "payable",
- "product": {
- "product_code": "630",
- "minimum_monthly_balance_rate": "1.67",
- "annual_interest_rate": "0.0",
- "effective_annual_interest_rate": "0.0",
- "origination_fee": 9500,
- "notification_fee": 3900,
- "minimum_amount": 20000,
- "loan_example": {
- "amount": 2500000,
- "years": 1,
- "total_amount": 2772300,
- "cost": 272300,
- "effective_annual_interest_rate": "21.38"
}, - "branding_image_url": "string"
}
}, - "invoice": {
- "enabled": true,
- "payability": "payable",
- "require_applicant": true,
- "product": {
- "product_code": "632",
- "due_in_days": 10,
- "minimum_amount": 20000,
- "invoice_fee": 9500,
- "require_applicant_amount": 7500000,
- "branding_image_url": "string"
}
}, - "installment": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable",
- "products": [
- {
- "minimum_amount": 20000,
- "product_code": "633",
- "credit_time": 36,
- "origination_fee": 9500,
- "notification_fee": 3900,
- "annual_interest_rate": "0.0",
- "effective_annual_interest_rate": "54.69",
- "total_amount": 309400,
- "monthly_amount": 100000,
- "first_monthly_amount": 109500,
- "require_applicant_amount": 2500000,
- "loan_example": {
- "amount": 2500000,
- "years": 1,
- "total_amount": 2772300,
- "cost": 272300,
- "effective_annual_interest_rate": "21.38"
}, - "branding_image_url": "string"
}
]
}, - "postponement": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable",
- "products": [
- {
- "minimum_amount": 20000,
- "product_code": "633",
- "postponement_months": 36,
- "origination_fee": 9500,
- "notification_fee": 3900,
- "annual_interest_rate": "0.0",
- "effective_annual_interest_rate": "54.69",
- "total_amount": 309400,
- "require_applicant_amount": 2500000,
- "loan_example": {
- "amount": 2500000,
- "years": 1,
- "total_amount": 2772300,
- "cost": 272300,
- "effective_annual_interest_rate": "21.38"
}, - "branding_image_url": "string"
}
]
}
}, - "netaxept": {
- "type": "payment_type",
- "creditcard": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable",
- "terminal": {
- "terminal": "/Terminal/default.aspx",
- "terminal_design": "string",
- "terminal_single_page": true,
- "terminal_layout": "string"
}
}
}, - "payex": {
- "dynamic_descriptor": "string",
- "swish": {
- "enabled": true,
- "payability": "payable"
}, - "creditcard": {
- "enabled": true,
- "payability": "payable",
- "generate_payment_token": false,
- "generate_recurrence_token": false,
- "no_cvc": true
}, - "mobilepay": {
- "enabled": true,
- "payability": "payable"
}, - "vipps": {
- "enabled": true,
- "payability": "payable"
}, - "applepay": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}, - "clicktopay": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}, - "googlepay": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}
}, - "vipps": {
- "enabled": true,
- "payability": "payable",
- "dynamic_descriptor": "string"
}, - "collector": {
- "type": "payment_type",
- "dynamic_descriptor": "string",
- "invoice": {
- "type": "payment_product_type",
- "enabled": true,
- "countries": [
- "string"
], - "options": {
- "enable_on_hold": true
}, - "payability": "payable"
}, - "invoice_b2b": {
- "type": "payment_product_type",
- "payability": "payable",
- "enabled": true,
- "countries": [
- "string"
], - "options": {
- "disable_collector_b2b_address_enforcement": false,
- "enable_on_hold": true
}
}, - "invoice_b2b_preapproved": {
- "type": "payment_product_type",
- "payability": "payable",
- "enabled": true,
- "countries": [
- "string"
], - "accounts": [
- {
- "billing_address": {
- "business_name": "string",
- "organization_number": "stringstr",
- "address_line": "string",
- "address_line_2": "string",
- "co_address": "string",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO",
- "phone_number": "string",
- "email": "string",
- "customer_reference": "string",
- "cost_center": "string",
- "first_name": "John",
- "last_name": "Doe",
- "address_id": "address_1"
}, - "company_id": "string"
}
]
}, - "finance": {
- "type": "payment_product_type",
- "enabled": true,
- "countries": [
- "string"
], - "payability": "payable"
}, - "installment": {
- "type": "payment_product_type",
- "enabled": true,
- "countries": [
- "string"
], - "options": {
- "enable_on_hold": true
}, - "payability": "payable"
}
}, - "klarna": {
- "type": "payment_type",
- "klarna": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}, - "billie": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}
}, - "santander": {
- "type": "payment_type",
- "debit_account": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable",
- "branding_name": "string",
- "accounts": [
- {
- "account_number_token": "string",
- "masked_account_number": "string"
}
]
}
}, - "swish": {
- "type": "payment_type",
- "swish": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}
}, - "payout": {
- "dynamic_payout_destination_ids": [
- {
- "type": "order_store_id",
- "order_store_id": "STORE_123",
- "order_payout_destination_id": "PD_123"
}
], - "payment_products": [
- {
- "payment_product": "bambora"
}
]
}, - "discounts": {
- "type": "discounts",
- "express_discount_codes": {
- "payability": "payable",
- "enabled": true
}, - "order": {
- "enabled": false
}
}, - "theme": {
- "backdrop": "string",
- "primary": "string",
- "text": "string",
- "warning": "string",
- "error": "string",
- "font-family": "string"
}, - "countries": {
- "preferred_country": "string",
- "allow_countries": [
- "string"
], - "deny_countries": [
- "string"
]
}, - "default_customer_type": "b2c",
- "allow_different_billing_shipping_address": [ ],
}, - "updated_at": "2019-08-24T14:15:22Z",
- "customer_ip": "string",
- "user_agent": "string",
- "initiating_system_request_headers": {
- "dintero-system-name": "woocommerce",
- "dintero-system-version": "5.0.0",
- "dintero-system-plugin-name": "Dintero.Checkout.WooCommerce",
- "dintero-system-plugin-version": "2021.03.02",
- "user-agent": "Mozilla: Mozilla/5.0"
}, - "payment_operation": "unscheduled_purchase",
- "events": [
- {
- "id": "769952fe-86c9-4185-a1ce-aeb46da3509c",
- "name": "INITIATED",
- "created_at": "2019-05-09T09:13:40.306Z",
- "request_id": "b97b6312-f8b3-11ed-be56-0242ac120002"
}, - {
- "name": "VISITED",
- "created_at": "2019-05-09T09:13:50.548Z"
}, - {
- "name": "PAY_FAILED",
- "created_at": "2019-05-09T09:14:10.548Z",
- "details": {
- "error": "Rejected",
- "payment_product_type": "instabank.finance"
}
}, - {
- "name": "FAILED",
- "created_at": "2019-05-09T09:16:11.786Z"
}
], - "transaction_id": "string",
- "metadata": {
- "session:profile_id": "string"
}, - "cancelled_by": "string",
- "cancelled_at": "2019-08-24T14:15:22Z"
}
This endpoint lets you create payment and recurrence tokens without reserving or charging any amount.
The URL returned by this endpoint opens a web site where the customer can enter their payment details, e.g. card information.
The payment details will be validated and a transaction with a payment/recurrence token will be created on success containing the payment token created from the customer payment details.
scopes:
include_session | boolean Include all details about the session created |
Dintero-System-Name | string <= 120 characters The name of the ecommerce solution Example: |
Dintero-System-Version | string <= 120 characters The version number of the ecommerce solution Example: |
Dintero-System-Plugin-Name | string <= 120 characters The name of the ecommerce plugin Example: |
Dintero-System-Plugin-Version | string <= 120 characters The version number of the ecommerce plugin Example: |
required | object The session to create the payment token from |
required | object (TokenProvider) |
{- "session": {
- "order": {
- "currency": "NOK",
- "merchant_reference": "string",
- "merchant_reference_2": "string",
- "store": {
- "id": "sc029",
- "name": "SC Oslo",
- "business_name": "SC Oslo AS",
- "address": {
- "address_line": "Sommerkroveien 34",
- "address_line_2": "PB 123",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO"
}, - "chain": "SuperChain",
- "email": "contact@superchain.com",
- "gln": "5790001398644",
- "organization_number": "123456789MVA",
- "phone_number": "+4738260107",
- "mcc": "5814",
- "bax": "102603",
- "terminal_id": "T0292"
}
}, - "url": {
}, - "profile_id": "string",
- "customer": {
- "customer_id": "string",
- "email": "john.doe@example.com",
- "phone_number": "+4799999999"
}, - "expires_at": "2019-08-24T14:15:22Z",
- "configuration": {
- "theme": {
- "backdrop": "string",
- "primary": "string",
- "text": "string",
- "warning": "string",
- "error": "string",
- "font-family": "string"
}
}, - "metadata": {
- "system_x_id": "XAB1239",
- "number_x": 1921
}
}, - "token_provider": {
- "payment_product_type": "string"
}
}
{- "id": "string",
- "publish": [
- {
- "channel": "sms",
- "type": "checkout-link",
- "id": "string",
- "status": "sent"
}
], - "session": {
- "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "url": {
}, - "customer": {
- "customer_id": "string",
- "email": "john.doe@example.com",
- "phone_number": "+4799999999",
- "my_dintero": {
- "actions": [
- "create_user"
],
}, - "gift_cards": {
- "dintero.wallets": [
- {
- "card_id": "string",
- "masked_card_token": "string"
}
]
}, - "tokens": {
- "payex.creditcard": {
- "payment_token_id": "2134a260d196b1d65e59b259dc43f619d7f0f3c6"
}, - "bambora.creditcard": {
- "payment_token_id": "2134a260d196b1d65e59b259dc43f619d7f0f3c6"
}
}
}, - "order": {
- "amount": 72200,
- "currency": "NOK",
- "vat_amount": 13660,
- "merchant_reference_2": "string",
- "shipping_address": {
- "first_name": "John",
- "last_name": "Doe",
- "address_line": "string",
- "address_line_2": "string",
- "co_address": "Land Lord",
- "business_name": "string",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO",
- "phone_number": "string",
- "email": "string",
- "latitude": 0,
- "longitude": 0,
- "comment": "string",
- "organization_number": "string",
- "organization_type": "string",
- "customer_reference": "string",
- "cost_center": "string"
}, - "billing_address": {
- "first_name": "John",
- "last_name": "Doe",
- "address_line": "string",
- "address_line_2": "string",
- "co_address": "Land Lord",
- "business_name": "string",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO",
- "phone_number": "string",
- "email": "string",
- "latitude": 0,
- "longitude": 0,
- "comment": "string",
- "organization_number": "string",
- "organization_type": "string",
- "customer_reference": "string",
- "cost_center": "string"
}, - "partial_payment": false,
- "items": [
- {
- "amount": 2000,
- "quantity": 2,
- "line_id": "1",
- "description": "Forsvinnignspølse",
- "vat": 20,
- "id": "10"
}, - {
- "amount": 6600,
- "quantity": 2,
- "line_id": "2",
- "description": "Vissvossafår på neppebrød",
- "vat": 20,
- "id": "6",
- "eligible_for_discount": true,
- "is_changed": true,
- "gross_amount": 10000,
- "discount_lines": [
- {
- "amount": 4400,
- "discount_type": "customer",
- "discount_id": "ed960ace-eb16-4e2e-ae52-b27647ccae8d",
- "description": "Vossafestpris",
- "line_id": 1
}
]
}, - {
- "amount": 59700,
- "quantity": 3,
- "line_id": "3",
- "description": "Luftboller",
- "vat": 20,
- "id": "1"
}
], - "gross_amount": 0,
- "is_changed": true,
- "shipping_option": {
- "id": "bring-pick-up-00001",
- "line_id": "bring-pick-up-00001-location-0a1f6b",
- "countries": [
- "NO"
], - "amount": 3900,
- "vat_amount": 975,
- "vat": 25,
- "title": "Standard",
- "description": "Pick up at your nearest postal office",
- "delivery_method": "pick_up",
- "operator": "Bring",
- "operator_product_id": "pick-up-00001-location-0a1f6b",
- "eta": {
- "starts_at": "2020-10-14T19:00:00Z",
- "ends_at": "2020-10-14T20:00:00Z"
}, - "time_slot": {
- "starts_at": "2020-10-14T19:00:00Z",
- "ends_at": "2020-10-14T20:00:00Z"
}, - "pick_up_address": {
- "first_name": "John",
- "last_name": "Doe",
- "address_line": "string",
- "address_line_2": "string",
- "co_address": "Land Lord",
- "business_name": "string",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO",
- "phone_number": "string",
- "email": "string",
- "latitude": 0,
- "longitude": 0,
- "comment": "string",
- "organization_number": "string",
- "organization_type": "string",
- "customer_reference": "string",
- "cost_center": "string",
- "distance": 0
}, - "metadata": {
- "operator_dest": "XAB1239",
- "number_x": 1921
}, - "environmental_data": {
- "description": "Fossil free",
- "details": [
- {
- "label": "Carbon offset",
- "value": "1KG CO2"
}
]
}, - "pay_in_store": {
- "type": "full"
}, - "fee_split": {
- "type": "proportional",
- "destinations": [
- "string"
]
}, - "splits": [
- {
- "payout_destination_id": "P000000001",
- "amount": 29700
}
]
}, - "store": {
- "id": "sc029",
- "name": "SC Oslo",
- "business_name": "SC Oslo AS",
- "address": {
- "address_line": "Sommerkroveien 34",
- "address_line_2": "PB 123",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO"
}, - "chain": "SuperChain",
- "email": "contact@superchain.com",
- "gln": "5790001398644",
- "organization_number": "123456789MVA",
- "phone_number": "+4738260107",
- "mcc": "5814",
- "bax": "102603",
- "terminal_id": "T0292"
}, - "discount_lines": [
- {
- "amount": 4400,
- "percentage": 44,
- "discount_type": "customer",
- "discount_id": "766da0ef-9283-42bd-b012-0582344ec53c",
- "description": "string",
- "line_id": 1
}
], - "discount_codes": [
- "SUMMER20"
], - "gift_cards": [
- {
- "type": "dintero.wallets",
- "card_id": "string",
- "amount": 0,
- "masked_card_token": "string"
}
], - "payout_destination_id": "string",
- "merchant_reference": "string"
}, - "expires_at": "2019-08-24T14:15:22Z",
- "checkboxes": [
- {
- "id": "string",
- "label": "string",
- "checked": true,
- "required": true,
- "link": {
- "url": "string",
- "text": "Terms for checkbox action"
}
}
], - "express": {
- "shipping_options": [
- {
- "id": "bring-pick-up-00001",
- "line_id": "bring-pick-up-00001-location-0a1f6b",
- "countries": [
- "NO"
], - "amount": 3900,
- "vat_amount": 975,
- "vat": 25,
- "title": "Standard",
- "description": "Pick up at your nearest postal office",
- "delivery_method": "pick_up",
- "operator": "Bring",
- "operator_product_id": "pick-up-00001-location-0a1f6b",
- "eta": {
- "starts_at": "2020-10-14T19:00:00Z",
- "ends_at": "2020-10-14T20:00:00Z"
}, - "time_slot": {
- "starts_at": "2020-10-14T19:00:00Z",
- "ends_at": "2020-10-14T20:00:00Z"
}, - "pick_up_address": {
- "first_name": "John",
- "last_name": "Doe",
- "address_line": "string",
- "address_line_2": "string",
- "co_address": "Land Lord",
- "business_name": "string",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO",
- "phone_number": "string",
- "email": "string",
- "latitude": 0,
- "longitude": 0,
- "comment": "string",
- "organization_number": "string",
- "organization_type": "string",
- "customer_reference": "string",
- "cost_center": "string",
- "distance": 0
}, - "metadata": {
- "operator_dest": "XAB1239",
- "number_x": 1921
}, - "environmental_data": {
- "description": "Fossil free",
- "details": [
- {
- "label": "Carbon offset",
- "value": "1KG CO2"
}
]
}, - "pay_in_store": {
- "type": "full"
}, - "fee_split": {
- "type": "proportional",
- "destinations": [
- "string"
]
}, - "splits": [
- {
- "payout_destination_id": "P000000001",
- "amount": 29700
}
]
}
], - "shipping_mode": "shipping_required",
- "discount_codes": {
- "max_count": 0,
}, - "customer_types": [
- "b2c",
- "b2b"
]
}, - "configuration": {
- "auto_capture": true,
- "channel": "in_app",
- "publish": [
- {
- "channel": "sms",
- "type": "checkout-link",
- "id": "string",
- "status": "sent"
}
], - "active_payment_types": {
- "enabled": true
}, - "default_payment_type": "bambora.applepay",
- "bambora": {
- "type": "payment_type",
- "applepay": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}, - "creditcard": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable",
- "generate_payment_token": false
}, - "googlepay": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}, - "mobilepay": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}, - "vipps": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}
}, - "dintero": {
- "type": "payment_type",
- "wallets": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}, - "zero": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}
}, - "dintero_psp": {
- "type": "payment_type",
- "creditcard": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}
}, - "instabank": {
- "finance": {
- "enabled": true,
- "payability": "payable",
- "product": {
- "product_code": "630",
- "minimum_monthly_balance_rate": "1.67",
- "annual_interest_rate": "0.0",
- "effective_annual_interest_rate": "0.0",
- "origination_fee": 9500,
- "notification_fee": 3900,
- "minimum_amount": 20000,
- "loan_example": {
- "amount": 2500000,
- "years": 1,
- "total_amount": 2772300,
- "cost": 272300,
- "effective_annual_interest_rate": "21.38"
}, - "branding_image_url": "string"
}
}, - "invoice": {
- "enabled": true,
- "payability": "payable",
- "require_applicant": true,
- "product": {
- "product_code": "632",
- "due_in_days": 10,
- "minimum_amount": 20000,
- "invoice_fee": 9500,
- "require_applicant_amount": 7500000,
- "branding_image_url": "string"
}
}, - "installment": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable",
- "products": [
- {
- "minimum_amount": 20000,
- "product_code": "633",
- "credit_time": 36,
- "origination_fee": 9500,
- "notification_fee": 3900,
- "annual_interest_rate": "0.0",
- "effective_annual_interest_rate": "54.69",
- "total_amount": 309400,
- "monthly_amount": 100000,
- "first_monthly_amount": 109500,
- "require_applicant_amount": 2500000,
- "loan_example": {
- "amount": 2500000,
- "years": 1,
- "total_amount": 2772300,
- "cost": 272300,
- "effective_annual_interest_rate": "21.38"
}, - "branding_image_url": "string"
}
]
}, - "postponement": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable",
- "products": [
- {
- "minimum_amount": 20000,
- "product_code": "633",
- "postponement_months": 36,
- "origination_fee": 9500,
- "notification_fee": 3900,
- "annual_interest_rate": "0.0",
- "effective_annual_interest_rate": "54.69",
- "total_amount": 309400,
- "require_applicant_amount": 2500000,
- "loan_example": {
- "amount": 2500000,
- "years": 1,
- "total_amount": 2772300,
- "cost": 272300,
- "effective_annual_interest_rate": "21.38"
}, - "branding_image_url": "string"
}
]
}
}, - "netaxept": {
- "type": "payment_type",
- "creditcard": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable",
- "terminal": {
- "terminal": "/Terminal/default.aspx",
- "terminal_design": "string",
- "terminal_single_page": true,
- "terminal_layout": "string"
}
}
}, - "payex": {
- "dynamic_descriptor": "string",
- "swish": {
- "enabled": true,
- "payability": "payable"
}, - "creditcard": {
- "enabled": true,
- "payability": "payable",
- "generate_payment_token": false,
- "generate_recurrence_token": false,
- "no_cvc": true
}, - "mobilepay": {
- "enabled": true,
- "payability": "payable"
}, - "vipps": {
- "enabled": true,
- "payability": "payable"
}, - "applepay": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}, - "clicktopay": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}, - "googlepay": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}
}, - "vipps": {
- "enabled": true,
- "payability": "payable",
- "dynamic_descriptor": "string"
}, - "collector": {
- "type": "payment_type",
- "dynamic_descriptor": "string",
- "invoice": {
- "type": "payment_product_type",
- "enabled": true,
- "countries": [
- "string"
], - "options": {
- "enable_on_hold": true
}, - "payability": "payable"
}, - "invoice_b2b": {
- "type": "payment_product_type",
- "payability": "payable",
- "enabled": true,
- "countries": [
- "string"
], - "options": {
- "disable_collector_b2b_address_enforcement": false,
- "enable_on_hold": true
}
}, - "invoice_b2b_preapproved": {
- "type": "payment_product_type",
- "payability": "payable",
- "enabled": true,
- "countries": [
- "string"
], - "accounts": [
- {
- "billing_address": {
- "business_name": "string",
- "organization_number": "stringstr",
- "address_line": "string",
- "address_line_2": "string",
- "co_address": "string",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO",
- "phone_number": "string",
- "email": "string",
- "customer_reference": "string",
- "cost_center": "string",
- "first_name": "John",
- "last_name": "Doe",
- "address_id": "address_1"
}, - "company_id": "string"
}
]
}, - "finance": {
- "type": "payment_product_type",
- "enabled": true,
- "countries": [
- "string"
], - "payability": "payable"
}, - "installment": {
- "type": "payment_product_type",
- "enabled": true,
- "countries": [
- "string"
], - "options": {
- "enable_on_hold": true
}, - "payability": "payable"
}
}, - "klarna": {
- "type": "payment_type",
- "klarna": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}, - "billie": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}
}, - "santander": {
- "type": "payment_type",
- "debit_account": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable",
- "branding_name": "string",
- "accounts": [
- {
- "account_number_token": "string",
- "masked_account_number": "string"
}
]
}
}, - "swish": {
- "type": "payment_type",
- "swish": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}
}, - "payout": {
- "dynamic_payout_destination_ids": [
- {
- "type": "order_store_id",
- "order_store_id": "STORE_123",
- "order_payout_destination_id": "PD_123"
}
], - "payment_products": [
- {
- "payment_product": "bambora"
}
]
}, - "discounts": {
- "type": "discounts",
- "express_discount_codes": {
- "payability": "payable",
- "enabled": true
}, - "order": {
- "enabled": false
}
}, - "theme": {
- "backdrop": "string",
- "primary": "string",
- "text": "string",
- "warning": "string",
- "error": "string",
- "font-family": "string"
}, - "countries": {
- "preferred_country": "string",
- "allow_countries": [
- "string"
], - "deny_countries": [
- "string"
]
}, - "default_customer_type": "b2c",
- "allow_different_billing_shipping_address": [ ],
}, - "updated_at": "2019-08-24T14:15:22Z",
- "customer_ip": "string",
- "user_agent": "string",
- "initiating_system_request_headers": {
- "dintero-system-name": "woocommerce",
- "dintero-system-version": "5.0.0",
- "dintero-system-plugin-name": "Dintero.Checkout.WooCommerce",
- "dintero-system-plugin-version": "2021.03.02",
- "user-agent": "Mozilla: Mozilla/5.0"
}, - "payment_operation": "unscheduled_purchase",
- "events": [
- {
- "id": "769952fe-86c9-4185-a1ce-aeb46da3509c",
- "name": "INITIATED",
- "created_at": "2019-05-09T09:13:40.306Z",
- "request_id": "b97b6312-f8b3-11ed-be56-0242ac120002"
}, - {
- "name": "VISITED",
- "created_at": "2019-05-09T09:13:50.548Z"
}, - {
- "name": "PAY_FAILED",
- "created_at": "2019-05-09T09:14:10.548Z",
- "details": {
- "error": "Rejected",
- "payment_product_type": "instabank.finance"
}
}, - {
- "name": "FAILED",
- "created_at": "2019-05-09T09:16:11.786Z"
}
], - "transaction_id": "string",
- "metadata": {
- "session:profile_id": "string"
}, - "cancelled_by": "string",
- "cancelled_at": "2019-08-24T14:15:22Z"
}
}
Captures a transaction that was created with the Checkout
endpoint with a capture_now
value of false
.
Note that items
is required when capturing a transaction
with payment_product=instabank
. The items must include
the lines to Capture, with line_id
, quantity
and amount
.
scopes:
id required | string <checkout-id> The ID of the transaction |
includes | Array of strings Items Enum: "events.request_headers" "initiating_system_request_headers" Include aditional data in the returned data that are by default excluded from the transaction details.
From 2023-09, |
Dintero-System-Name | string <= 120 characters The name of the ecommerce solution Example: |
Dintero-System-Version | string <= 120 characters The version number of the ecommerce solution Example: |
Dintero-System-Plugin-Name | string <= 120 characters The name of the ecommerce plugin Example: |
Dintero-System-Plugin-Version | string <= 120 characters The version number of the ecommerce plugin Example: |
amount required | integer <int32> The amount to be captured |
capture_reference | string A reference specified by the merchant to identify the transaction |
Array of objects Info about the captured order items Instabank
|
{- "amount": 0,
- "capture_reference": "string",
- "items": [
- {
- "id": "item_01",
- "groups": [
- {
- "id": "B234",
- "name": "Stol"
}
], - "line_id": "1",
- "description": "Stablestol",
- "quantity": 1,
- "amount": 29990,
- "vat_amount": 400,
- "vat": 20,
- "unit_volume": 0,
- "unit_weight": 0,
- "unit_dimensional_weight": 0,
- "type": "physical",
- "fee_split": {
- "type": "proportional",
- "destinations": [
- "string"
]
}, - "splits": [
- {
- "payout_destination_id": "P000000001",
- "amount": 29700
}
], - "emd": {
- "event": [
- {
- "event_name": "Michael Jackson",
- "event_company": "Diamond Events",
- "genre_of_event": "Pop",
- "arena_name": "Oslo Spektrum",
- "arena_location": {
- "street_address": "Sonja Henies plass 2",
- "postal_code": "0185",
- "city": "Oslo",
- "country": "NO"
}, - "start_time": "2023-08-16T15:00:00Z",
- "end_time": "2023-08-16T16:00:00Z",
- "access_controlled_venue": true,
- "ticket_delivery_method": "email",
- "ticket_delivery_recipient": "recipient@mail.com",
- "affiliate_name": "Klarna affiliate"
}
], - "subscription": {
- "subscription": {
- "subscription_name": "Contact lenses",
- "start_time": "2023-08-16T15:00:00Z",
- "end_time": "2023-09-16T15:00:00Z",
- "auto_renewal_of_subscription": true,
- "affiliate_name": "Klarna affiliate"
}, - "customer_account_info": {
- "unique_account_identifier": "Adam Adamsson",
- "account_registration_date": "2023-08-16T15:00:00Z",
- "account_last_modified": "2023-10-16T15:00:00Z"
}
}, - "travel": {
- "air_reservation_details": {
- "pnr": "VH67899",
- "itinerary": [
- {
- "departure": "OSL",
- "departure_city": "Oslo",
- "arrival": "MUC",
- "arrival_city": "Munich",
- "carrier": "LH",
- "segment_price": 200000,
- "departure_date": "2023-08-16T15:00:00Z",
- "ticket_delivery_method": "phone",
- "ticket_delivery_recipient": "97712123",
- "passenger_id": [
- 1
], - "class": "First Class"
}
], - "insurance": [
- {
- "insurance_company": "Oopsie Insurance Ltd.",
- "insurance_type": "travel",
- "insurance_price": 50000
}
], - "passengers": [
- {
- "id": 1,
- "title": "mr",
- "first_name": "Paul",
- "last_name": "Lamb"
}
], - "affiliate_name": "Klarna affiliate"
}, - "bus_reservation_details": {
- "pnr": "VH67899",
- "itinerary": [
- {
- "departure_city": "Oslo",
- "arrival_city": "Munich",
- "carrier": "Big Bus Travels Ltd.",
- "segment_price": 200000,
- "departure_date": "2023-08-16T15:00:00Z",
- "ticket_delivery_method": "phone",
- "ticket_delivery_recipient": "97712123",
- "passenger_id": [
- 1
], - "class": "First Class"
}
], - "insurance": [
- {
- "insurance_company": "Oopsie Insurance Ltd.",
- "insurance_type": "travel",
- "insurance_price": 50000
}
], - "passengers": [
- {
- "id": 1,
- "title": "mr",
- "first_name": "Paul",
- "last_name": "Lamb"
}
], - "affiliate_name": "Klarna affiliate"
}, - "train_reservation_details": {
- "pnr": "VH67899",
- "itinerary": [
- {
- "departure_city": "Oslo",
- "arrival_city": "Munich",
- "carrier": "Big Train Travels Ltd.",
- "segment_price": 200000,
- "departure_date": "2023-08-16T15:00:00Z",
- "ticket_delivery_method": "phone",
- "ticket_delivery_recipient": "97712123",
- "passenger_id": [
- 1
], - "class": "First Class"
}
], - "insurance": [
- {
- "insurance_company": "Oopsie Insurance Ltd.",
- "insurance_type": "travel",
- "insurance_price": 50000
}
], - "passengers": [
- {
- "id": 1,
- "title": "mr",
- "first_name": "Paul",
- "last_name": "Lamb"
}
], - "affiliate_name": "Klarna affiliate"
}, - "ferry_reservation_details": {
- "pnr": "VH67899",
- "itinerary": [
- {
- "departure_city": "Oslo",
- "arrival_city": "Munich",
- "carrier": "Big Ferry Travels Ltd.",
- "segment_price": 200000,
- "departure_date": "2023-08-16T15:00:00Z",
- "ticket_delivery_method": "phone",
- "ticket_delivery_recipient": "97712123",
- "passenger_id": [
- 1
], - "class": "First Class"
}
], - "insurance": [
- {
- "insurance_company": "Oopsie Insurance Ltd.",
- "insurance_type": "travel",
- "insurance_price": 50000
}
], - "passengers": [
- {
- "id": 1,
- "title": "mr",
- "first_name": "Paul",
- "last_name": "Lamb"
}
], - "affiliate_name": "Klarna affiliate"
}, - "hotel_reservation_details": {
- "pnr": "VH67899",
- "itinerary": [
- {
- "hotel_name": "Premium Hotel",
- "address": {
- "street_address": "Karl Johans gt. 31",
- "postal_code": "0159",
- "city": "Oslo",
- "country": "NO"
}, - "start_time": "2023-08-16T15:00:00Z",
- "end_time": "2023-08-20T15:00:00Z",
- "number_of_rooms": 2,
- "passenger_id": [
- 1
], - "ticket_delivery_method": "phone",
- "ticket_delivery_recipient": "97712123",
- "hotel_price": 200000,
- "class": "First Class"
}
], - "insurance": [
- {
- "insurance_company": "Oopsie Insurance Ltd.",
- "insurance_type": "travel",
- "insurance_price": 50000
}
], - "passengers": [
- {
- "id": 1,
- "title": "mr",
- "first_name": "Paul",
- "last_name": "Lamb"
}
], - "affiliate_name": "Klarna affiliate"
}, - "car_rental_reservation_details": {
- "pnr": "VH67899",
- "itinerary": [
- {
- "rental_company": "Premium Cars",
- "drivers_id": [
- 1
], - "pick_up_location": {
- "street_address": "Karl Johans gt. 31",
- "postal_code": "0159",
- "city": "Oslo",
- "country": "NO"
}, - "drop_off_location": {
- "street_address": "Karl Johans gt. 31",
- "postal_code": "0159",
- "city": "Oslo",
- "country": "NO"
}, - "start_time": "2023-08-16T15:00:00Z",
- "end_time": "2023-08-20T15:00:00Z",
- "car_price": 500000,
- "class": "Premium Cars Premium Class"
}
], - "insurance": [
- {
- "insurance_company": "Oopsie Insurance Ltd.",
- "insurance_type": "travel",
- "insurance_price": 50000
}
], - "drivers": [
- {
- "id": 1,
- "title": "mr",
- "first_name": "Paul",
- "last_name": "Lamb"
}
], - "affiliate_name": "Klarna affiliate"
}
}, - "marketplace_order": {
- "seller_info": {
- "unique_account_identifier_seller": {
- "email": "string",
- "phone_number": "97712123",
- "other": "string"
}, - "sub_merchant_id": "Marketbrick Ltd.",
- "product_category": "Phones",
- "product_name": "iPhone 14 Pro Max",
- "account_registration_date": "2023-08-16T15:00:00Z",
- "account_last_modified": {
- "password": "2023-08-17T15:00:00Z",
- "email": "2023-08-17T15:00:00Z",
- "listing": "2023-08-17T15:00:00Z",
- "login": "2023-08-17T15:00:00Z",
- "address": "2023-08-17T15:00:00Z"
}, - "seller_rating": 5,
- "number_of_trades": 23,
- "volume_of_trades": 230
}, - "winner_info": {
- "unique_account_identifier_winner": {
- "email": "string",
- "phone_number": "97712123",
- "other": "string"
}, - "account_registration_date": "2023-08-16T15:00:00Z",
- "account_last_modified": {
- "password": "2023-08-17T15:00:00Z",
- "email": "2023-08-17T15:00:00Z",
- "listing": "2023-08-17T15:00:00Z",
- "login": "2023-08-17T15:00:00Z",
- "address": "2023-08-17T15:00:00Z"
}, - "number_of_trades": 23,
- "volume_of_trades": 230
}
}
}, - "discount_lines": [
- {
- "amount": 4400,
- "percentage": 44,
- "discount_type": "customer",
- "discount_id": "766da0ef-9283-42bd-b012-0582344ec53c",
- "description": "string",
- "line_id": 1
}
]
}
]
}
{- "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "payment_product": "bambora",
- "payment_product_type": "bambora.applepay",
- "amount": 72200,
- "currency": "NOK",
- "payout_destination_id": "string",
- "merchant_reference": "string",
- "merchant_reference_2": "string",
- "dynamic_descriptor": "string",
- "payment_operation": "unscheduled_purchase",
- "settlement_status": "NOT_SETTLED",
- "customer": {
- "customer_id": "string",
- "email": "john.doe@example.com",
- "phone_number": "+4799999999",
- "my_dintero": {
- "actions": [
- "create_user"
],
}
}, - "customer_ip": "127.0.0.1",
- "user_agent": "Mozilla/5.0 ...",
- "initiating_system_request_headers": {
- "dintero-system-name": "woocommerce",
- "dintero-system-version": "5.0.0",
- "dintero-system-plugin-name": "Dintero.Checkout.WooCommerce",
- "dintero-system-plugin-version": "2021.03.02",
- "user-agent": "Mozilla: Mozilla/5.0"
}, - "shipping_address": {
- "first_name": "John",
- "last_name": "Doe",
- "address_line": "string",
- "address_line_2": "string",
- "co_address": "Land Lord",
- "business_name": "string",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO",
- "phone_number": "string",
- "email": "string",
- "latitude": 0,
- "longitude": 0,
- "comment": "string",
- "organization_number": "string",
- "organization_type": "string",
- "customer_reference": "string",
- "cost_center": "string"
}, - "shipping_option": {
- "id": "bring-pick-up-00001",
- "line_id": "bring-pick-up-00001-location-0a1f6b",
- "countries": [
- "NO"
], - "amount": 3900,
- "vat_amount": 975,
- "vat": 25,
- "title": "Standard",
- "description": "Pick up at your nearest postal office",
- "delivery_method": "pick_up",
- "operator": "Bring",
- "operator_product_id": "pick-up-00001-location-0a1f6b",
- "eta": {
- "starts_at": "2020-10-14T19:00:00Z",
- "ends_at": "2020-10-14T20:00:00Z"
}, - "time_slot": {
- "starts_at": "2020-10-14T19:00:00Z",
- "ends_at": "2020-10-14T20:00:00Z"
}, - "pick_up_address": {
- "first_name": "John",
- "last_name": "Doe",
- "address_line": "string",
- "address_line_2": "string",
- "co_address": "Land Lord",
- "business_name": "string",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO",
- "phone_number": "string",
- "email": "string",
- "latitude": 0,
- "longitude": 0,
- "comment": "string",
- "organization_number": "string",
- "organization_type": "string",
- "customer_reference": "string",
- "cost_center": "string",
- "distance": 0
}, - "metadata": {
- "operator_dest": "XAB1239",
- "number_x": 1921
}, - "environmental_data": {
- "description": "Fossil free",
- "details": [
- {
- "label": "Carbon offset",
- "value": "1KG CO2"
}
]
}, - "pay_in_store": {
- "type": "full"
}, - "fee_split": {
- "type": "proportional",
- "destinations": [
- "string"
]
}, - "splits": [
- {
- "payout_destination_id": "P000000001",
- "amount": 29700
}
]
}, - "billing_address": {
- "first_name": "John",
- "last_name": "Doe",
- "address_line": "string",
- "address_line_2": "string",
- "co_address": "Land Lord",
- "business_name": "string",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO",
- "phone_number": "string",
- "email": "string",
- "latitude": 0,
- "longitude": 0,
- "comment": "string",
- "organization_number": "string",
- "organization_type": "string",
- "customer_reference": "string",
- "cost_center": "string"
}, - "store": {
- "id": "sc029",
- "name": "SC Oslo",
- "business_name": "SC Oslo AS",
- "address": {
- "address_line": "Sommerkroveien 34",
- "address_line_2": "PB 123",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO"
}, - "chain": "SuperChain",
- "email": "contact@superchain.com",
- "gln": "5790001398644",
- "organization_number": "123456789MVA",
- "phone_number": "+4738260107",
- "mcc": "5814",
- "bax": "102603",
- "terminal_id": "T0292"
}, - "status": "CAPTURED",
- "card": {
- "type": "string",
- "brand": "Visa",
- "region": "domestic",
- "masked_pan": "476173******0416",
- "expiry_date": "string",
- "eci": "04",
- "country": "string",
- "acquirer_transaction_type": "3DSECURE",
- "three_ds_version": "2",
- "three_ds_server_trans_id": "string",
- "payment_system_type": "wallet",
- "issuing_bank": "string",
- "acquirer_stan": "string",
- "acquirer_terminal_id": "string",
- "acquirer_transaction_time": "2019-08-24T14:15:22Z",
- "authentication_status": "Y",
- "payment_token": "string",
- "payment_token_id": "string",
- "recurrence_token": "string",
- "recurrence_token_id": "string"
}, - "gift_cards": [
- {
- "type": "dintero.wallets",
- "card_id": "string",
- "amount": 0,
- "masked_card_token": "string"
}
], - "items": [
- {
- "amount": 2000,
- "quantity": 2,
- "line_id": "1",
- "description": "Forsvinnignspølse",
- "vat": 20,
- "id": "10"
}, - {
- "amount": 6600,
- "quantity": 2,
- "line_id": "2",
- "description": "Vissvossafår på neppebrød",
- "vat": 20,
- "id": "6",
- "eligible_for_discount": true,
- "is_changed": true,
- "gross_amount": 10000,
- "discount_lines": [
- {
- "amount": 4400,
- "discount_type": "customer",
- "discount_id": "ed960ace-eb16-4e2e-ae52-b27647ccae8d",
- "description": "Vossafestpris",
- "line_id": 1
}
]
}, - {
- "amount": 59700,
- "quantity": 3,
- "line_id": "3",
- "description": "Luftboller",
- "vat": 20,
- "id": "1"
}
], - "url": {
}, - "events": [
- {
- "event": "INITIATE",
- "transaction_status": "INITIATED",
- "created_at": "2019-01-18T13:13:37.175Z",
- "success": true,
- "request_id": "a3dcc23125bc4363b9dae29ed25a4eb1",
- "metadata": {
- "bambora:transaction:status": "string",
- "bambora:transactionoperation:id": "string",
- "bambora:meta:action:source": "string",
- "bambora:meta:action:code": "string",
- "bambora:meta:action:type": "string",
- "payout_correlation_id": "string",
- "collector:Invoice.InvoiceStatus": 0,
- "collector:CorrelationId": "string",
- "collector:Invoice.PaymentReference": "string",
- "collector:Invoice.LowestAmountToPay": 0,
- "collector:Invoice.TotalAmount": 0,
- "collector:Invoice.DueDate": "string",
- "collector:Invoice.InvoiceUrl": "string",
- "collector:Invoice.CurrentInvoiceNumber": "string",
- "collector:Invoice.NewInvoiceNumber": "string",
- "instabank:Sale.Status": "string",
- "instabank:RequestId": "string",
- "dintero_psp:operation_ref": "string",
- "dintero_psp:authorization_operation_ref": "string",
- "dintero_psp:capture_operation_ref": "string",
- "dintero_psp:sale_operation_ref": "string",
- "klarna:reference": "string",
- "klarna:headers:capture_id": "string",
- "klarna:headers:refund_id": "string",
- "klarna:headers:location": "string",
- "klarna:authorization_expiration": "string",
- "klarna:authorization_expiration_reason": "string",
- "klarna:authorization_expiration_reference": "string",
- "klarna:authorization_expiration_error_reason": "string",
- "netaxept:transaction_id": "string",
- "netaxept:operation": "string",
- "netaxept:execution_time": "string",
- "netaxept:bat_number": "string",
- "netaxept:response_code": "string",
- "netaxept:terminal_url": "string",
- "payex:transaction:id": "string",
- "payex:transaction:number": 0,
- "payex:transaction:type": "string",
- "payex:transaction:state": "string",
- "payex:transaction:created": "2019-08-24T14:15:22Z",
- "payex:transaction:payee_reference": "string",
- "santander:debit_account.ApplicationNumber": "string",
- "santander:debit_account.StatusCode": "string",
- "swish:payment_request:get_payment_url": "string",
- "swish:id": "string",
- "swish:originalPaymentReference": "string",
- "swish:paymentReference": "string",
- "swish:amount": "string",
- "swish:dateCreated": "string",
- "swish:datePaid": "string",
- "swish:status": "string",
- "swish:errorCode": "string",
- "swish:errorMessage": "string",
- "vipps:transactionInfo.timeStamp": "2019-08-24T14:15:22Z",
- "vipps:transactionInfo.transactionId": "string",
- "vipps:transactionInfo.status": "INITIATE",
- "vipps:transaction.transactionText": "string"
}
}, - {
- "event": "AUTHORIZE",
- "transaction_status": "AUTHORIZED",
- "created_at": "2019-01-18T13:13:37.540Z",
- "success": true,
- "request_id": "f5f64165e5b3404e9af63586c184c3e9"
}, - {
- "event": "CAPTURE",
- "transaction_status": "PARTIALLY_CAPTURED",
- "created_at": "2019-01-18T15:37:00.879Z",
- "created_by": "99115ac5-2d10-4be4-8594-bbf5e3aa7dfc",
- "amount": 59700,
- "splits": [
- {
- "payout_destination_id": "P000000001",
- "amount": 29700
}, - {
- "payout_destination_id": "P000000002",
- "amount": 30000
}
], - "fee_split": {
- "type": "proportional",
- "destinations": [
- "P000000001"
]
}, - "items": [
- {
- "amount": 59700,
- "quantity": 3,
- "line_id": "3"
}
], - "success": true,
- "request_id": "27c71936004e48649c6dd437d314d90c"
}, - {
- "event": "CAPTURE",
- "transaction_status": "CAPTURED",
- "created_at": "2019-01-18T21:24:31.669Z",
- "created_by": "a33aef94-a17d-447a-a1dd-81055892b59d",
- "amount": 8600,
- "items": [
- {
- "amount": 2000,
- "quantity": 2,
- "line_id": "1"
}, - {
- "amount": 6600,
- "quantity": 2,
- "line_id": "2"
}
], - "success": true,
- "request_id": "c3e60b98a1d1466c97151318be621cf9"
}
], - "session_id": "P00000000.465U8CUzaPVpneu1wt8Wei",
- "session": {
- "url": {
}, - "customer": {
- "customer_id": "string",
- "email": "john.doe@example.com",
- "phone_number": "+4799999999"
}, - "order": {
- "amount": 72200,
- "currency": "NOK",
- "vat_amount": 13660,
- "merchant_reference_2": "string",
- "shipping_address": {
- "first_name": "John",
- "last_name": "Doe",
- "address_line": "string",
- "address_line_2": "string",
- "co_address": "Land Lord",
- "business_name": "string",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO",
- "phone_number": "string",
- "email": "string",
- "latitude": 0,
- "longitude": 0,
- "comment": "string",
- "organization_number": "string",
- "organization_type": "string",
- "customer_reference": "string",
- "cost_center": "string"
}, - "billing_address": {
- "first_name": "John",
- "last_name": "Doe",
- "address_line": "string",
- "address_line_2": "string",
- "co_address": "Land Lord",
- "business_name": "string",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO",
- "phone_number": "string",
- "email": "string",
- "latitude": 0,
- "longitude": 0,
- "comment": "string",
- "organization_number": "string",
- "organization_type": "string",
- "customer_reference": "string",
- "cost_center": "string"
}, - "partial_payment": false,
- "items": [
- {
- "amount": 2000,
- "quantity": 2,
- "line_id": "1",
- "description": "Forsvinnignspølse",
- "vat": 20,
- "id": "10"
}, - {
- "amount": 6600,
- "quantity": 2,
- "line_id": "2",
- "description": "Vissvossafår på neppebrød",
- "vat": 20,
- "id": "6",
- "eligible_for_discount": true,
- "is_changed": true,
- "gross_amount": 10000,
- "discount_lines": [
- {
- "amount": 4400,
- "discount_type": "customer",
- "discount_id": "ed960ace-eb16-4e2e-ae52-b27647ccae8d",
- "description": "Vossafestpris",
- "line_id": 1
}
]
}, - {
- "amount": 59700,
- "quantity": 3,
- "line_id": "3",
- "description": "Luftboller",
- "vat": 20,
- "id": "1"
}
], - "gross_amount": 0,
- "is_changed": true,
- "shipping_option": {
- "id": "bring-pick-up-00001",
- "line_id": "bring-pick-up-00001-location-0a1f6b",
- "countries": [
- "NO"
], - "amount": 3900,
- "vat_amount": 975,
- "vat": 25,
- "title": "Standard",
- "description": "Pick up at your nearest postal office",
- "delivery_method": "pick_up",
- "operator": "Bring",
- "operator_product_id": "pick-up-00001-location-0a1f6b",
- "eta": {
- "starts_at": "2020-10-14T19:00:00Z",
- "ends_at": "2020-10-14T20:00:00Z"
}, - "time_slot": {
- "starts_at": "2020-10-14T19:00:00Z",
- "ends_at": "2020-10-14T20:00:00Z"
}, - "pick_up_address": {
- "first_name": "John",
- "last_name": "Doe",
- "address_line": "string",
- "address_line_2": "string",
- "co_address": "Land Lord",
- "business_name": "string",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO",
- "phone_number": "string",
- "email": "string",
- "latitude": 0,
- "longitude": 0,
- "comment": "string",
- "organization_number": "string",
- "organization_type": "string",
- "customer_reference": "string",
- "cost_center": "string",
- "distance": 0
}, - "metadata": {
- "operator_dest": "XAB1239",
- "number_x": 1921
}, - "environmental_data": {
- "description": "Fossil free",
- "details": [
- {
- "label": "Carbon offset",
- "value": "1KG CO2"
}
]
}, - "pay_in_store": {
- "type": "full"
}, - "fee_split": {
- "type": "proportional",
- "destinations": [
- "string"
]
}, - "splits": [
- {
- "payout_destination_id": "P000000001",
- "amount": 29700
}
]
}, - "store": {
- "id": "sc029",
- "name": "SC Oslo",
- "business_name": "SC Oslo AS",
- "address": {
- "address_line": "Sommerkroveien 34",
- "address_line_2": "PB 123",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO"
}, - "chain": "SuperChain",
- "email": "contact@superchain.com",
- "gln": "5790001398644",
- "organization_number": "123456789MVA",
- "phone_number": "+4738260107",
- "mcc": "5814",
- "bax": "102603",
- "terminal_id": "T0292"
}, - "discount_lines": [
- {
- "amount": 4400,
- "percentage": 44,
- "discount_type": "customer",
- "discount_id": "766da0ef-9283-42bd-b012-0582344ec53c",
- "description": "string",
- "line_id": 1
}
], - "discount_codes": [
- "SUMMER20"
], - "gift_cards": [
- {
- "type": "dintero.wallets",
- "card_id": "string",
- "amount": 0,
- "masked_card_token": "string"
}
], - "payout_destination_id": "string",
- "merchant_reference": "string"
}, - "expires_at": "2019-08-24T14:15:22Z",
- "checkboxes": [
- {
- "id": "string",
- "label": "string",
- "checked": true,
- "required": true,
- "link": {
- "url": "string",
- "text": "Terms for checkbox action"
}
}
], - "express": {
- "shipping_options": [
- {
- "id": "bring-pick-up-00001",
- "line_id": "bring-pick-up-00001-location-0a1f6b",
- "countries": [
- "NO"
], - "amount": 3900,
- "vat_amount": 975,
- "vat": 25,
- "title": "Standard",
- "description": "Pick up at your nearest postal office",
- "delivery_method": "pick_up",
- "operator": "Bring",
- "operator_product_id": "pick-up-00001-location-0a1f6b",
- "eta": {
- "starts_at": "2020-10-14T19:00:00Z",
- "ends_at": "2020-10-14T20:00:00Z"
}, - "time_slot": {
- "starts_at": "2020-10-14T19:00:00Z",
- "ends_at": "2020-10-14T20:00:00Z"
}, - "pick_up_address": {
- "first_name": "John",
- "last_name": "Doe",
- "address_line": "string",
- "address_line_2": "string",
- "co_address": "Land Lord",
- "business_name": "string",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO",
- "phone_number": "string",
- "email": "string",
- "latitude": 0,
- "longitude": 0,
- "comment": "string",
- "organization_number": "string",
- "organization_type": "string",
- "customer_reference": "string",
- "cost_center": "string",
- "distance": 0
}, - "metadata": {
- "operator_dest": "XAB1239",
- "number_x": 1921
}, - "environmental_data": {
- "description": "Fossil free",
- "details": [
- {
- "label": "Carbon offset",
- "value": "1KG CO2"
}
]
}, - "pay_in_store": {
- "type": "full"
}, - "fee_split": {
- "type": "proportional",
- "destinations": [
- "string"
]
}, - "splits": [
- {
- "payout_destination_id": "P000000001",
- "amount": 29700
}
]
}
], - "shipping_mode": "shipping_required",
- "discount_codes": {
- "max_count": 0,
}, - "customer_types": [
- "b2c",
- "b2b"
]
}, - "configuration": {
- "auto_capture": true,
- "channel": "in_app",
- "publish": [
- {
- "channel": "sms",
- "type": "checkout-link",
- "id": "string",
- "status": "sent"
}
], - "active_payment_types": {
- "enabled": true
}, - "default_payment_type": "bambora.applepay",
- "bambora": {
- "type": "payment_type",
- "applepay": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}, - "creditcard": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable",
- "generate_payment_token": false
}, - "googlepay": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}, - "mobilepay": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}, - "vipps": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}
}, - "dintero": {
- "type": "payment_type",
- "wallets": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}, - "zero": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}
}, - "dintero_psp": {
- "type": "payment_type",
- "creditcard": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}
}, - "instabank": {
- "finance": {
- "enabled": true,
- "payability": "payable",
- "product": {
- "product_code": "630",
- "minimum_monthly_balance_rate": "1.67",
- "annual_interest_rate": "0.0",
- "effective_annual_interest_rate": "0.0",
- "origination_fee": 9500,
- "notification_fee": 3900,
- "minimum_amount": 20000,
- "loan_example": {
- "amount": 2500000,
- "years": 1,
- "total_amount": 2772300,
- "cost": 272300,
- "effective_annual_interest_rate": "21.38"
}, - "branding_image_url": "string"
}
}, - "invoice": {
- "enabled": true,
- "payability": "payable",
- "require_applicant": true,
- "product": {
- "product_code": "632",
- "due_in_days": 10,
- "minimum_amount": 20000,
- "invoice_fee": 9500,
- "require_applicant_amount": 7500000,
- "branding_image_url": "string"
}
}, - "installment": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable",
- "products": [
- {
- "minimum_amount": 20000,
- "product_code": "633",
- "credit_time": 36,
- "origination_fee": 9500,
- "notification_fee": 3900,
- "annual_interest_rate": "0.0",
- "effective_annual_interest_rate": "54.69",
- "total_amount": 309400,
- "monthly_amount": 100000,
- "first_monthly_amount": 109500,
- "require_applicant_amount": 2500000,
- "loan_example": {
- "amount": 2500000,
- "years": 1,
- "total_amount": 2772300,
- "cost": 272300,
- "effective_annual_interest_rate": "21.38"
}, - "branding_image_url": "string"
}
]
}, - "postponement": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable",
- "products": [
- {
- "minimum_amount": 20000,
- "product_code": "633",
- "postponement_months": 36,
- "origination_fee": 9500,
- "notification_fee": 3900,
- "annual_interest_rate": "0.0",
- "effective_annual_interest_rate": "54.69",
- "total_amount": 309400,
- "require_applicant_amount": 2500000,
- "loan_example": {
- "amount": 2500000,
- "years": 1,
- "total_amount": 2772300,
- "cost": 272300,
- "effective_annual_interest_rate": "21.38"
}, - "branding_image_url": "string"
}
]
}
}, - "netaxept": {
- "type": "payment_type",
- "creditcard": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable",
- "terminal": {
- "terminal": "/Terminal/default.aspx",
- "terminal_design": "string",
- "terminal_single_page": true,
- "terminal_layout": "string"
}
}
}, - "payex": {
- "dynamic_descriptor": "string",
- "swish": {
- "enabled": true,
- "payability": "payable"
}, - "creditcard": {
- "enabled": true,
- "payability": "payable",
- "generate_payment_token": false,
- "generate_recurrence_token": false,
- "no_cvc": true
}, - "mobilepay": {
- "enabled": true,
- "payability": "payable"
}, - "vipps": {
- "enabled": true,
- "payability": "payable"
}, - "applepay": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}, - "clicktopay": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}, - "googlepay": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}
}, - "vipps": {
- "enabled": true,
- "payability": "payable",
- "dynamic_descriptor": "string"
}, - "collector": {
- "type": "payment_type",
- "dynamic_descriptor": "string",
- "invoice": {
- "type": "payment_product_type",
- "enabled": true,
- "countries": [
- "string"
], - "options": {
- "enable_on_hold": true
}, - "payability": "payable"
}, - "invoice_b2b": {
- "type": "payment_product_type",
- "payability": "payable",
- "enabled": true,
- "countries": [
- "string"
], - "options": {
- "disable_collector_b2b_address_enforcement": false,
- "enable_on_hold": true
}
}, - "invoice_b2b_preapproved": {
- "type": "payment_product_type",
- "payability": "payable",
- "enabled": true,
- "countries": [
- "string"
], - "accounts": [
- {
- "billing_address": {
- "business_name": "string",
- "organization_number": "stringstr",
- "address_line": "string",
- "address_line_2": "string",
- "co_address": "string",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO",
- "phone_number": "string",
- "email": "string",
- "customer_reference": "string",
- "cost_center": "string",
- "first_name": "John",
- "last_name": "Doe",
- "address_id": "address_1"
}, - "company_id": "string"
}
]
}, - "finance": {
- "type": "payment_product_type",
- "enabled": true,
- "countries": [
- "string"
], - "payability": "payable"
}, - "installment": {
- "type": "payment_product_type",
- "enabled": true,
- "countries": [
- "string"
], - "options": {
- "enable_on_hold": true
}, - "payability": "payable"
}
}, - "klarna": {
- "type": "payment_type",
- "klarna": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}, - "billie": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}
}, - "santander": {
- "type": "payment_type",
- "debit_account": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable",
- "branding_name": "string",
- "accounts": [
- {
- "account_number_token": "string",
- "masked_account_number": "string"
}
]
}
}, - "swish": {
- "type": "payment_type",
- "swish": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}
}, - "payout": {
- "dynamic_payout_destination_ids": [
- {
- "type": "order_store_id",
- "order_store_id": "STORE_123",
- "order_payout_destination_id": "PD_123"
}
], - "payment_products": [
- {
- "payment_product": "bambora"
}
]
}, - "discounts": {
- "type": "discounts",
- "express_discount_codes": {
- "payability": "payable",
- "enabled": true
}, - "order": {
- "enabled": false
}
}, - "theme": {
- "backdrop": "string",
- "primary": "string",
- "text": "string",
- "warning": "string",
- "error": "string",
- "font-family": "string"
}, - "countries": {
- "preferred_country": "string",
- "allow_countries": [
- "string"
], - "deny_countries": [
- "string"
]
}, - "default_customer_type": "b2c",
- "allow_different_billing_shipping_address": [ ]
}, - "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "customer_ip": "string",
- "user_agent": "string",
- "initiating_system_request_headers": {
- "dintero-system-name": "woocommerce",
- "dintero-system-version": "5.0.0",
- "dintero-system-plugin-name": "Dintero.Checkout.WooCommerce",
- "dintero-system-plugin-version": "2021.03.02",
- "user-agent": "Mozilla: Mozilla/5.0"
}, - "payment_operation": "unscheduled_purchase",
- "events": [
- {
- "id": "769952fe-86c9-4185-a1ce-aeb46da3509c",
- "name": "INITIATED",
- "created_at": "2019-05-09T09:13:40.306Z",
- "request_id": "b97b6312-f8b3-11ed-be56-0242ac120002"
}, - {
- "name": "VISITED",
- "created_at": "2019-05-09T09:13:50.548Z"
}, - {
- "name": "PAY_FAILED",
- "created_at": "2019-05-09T09:14:10.548Z",
- "details": {
- "error": "Rejected",
- "payment_product_type": "instabank.finance"
}
}, - {
- "name": "FAILED",
- "created_at": "2019-05-09T09:16:11.786Z"
}
], - "transaction_id": "string"
}, - "updated_at": "2019-08-24T14:15:22Z",
- "metadata": {
- "merchant_name": "string",
- "session:profile_id": "string",
- "payout": "payout_account",
- "payout_correlation_id": "string",
- "gateway:id": "string",
- "bambora:merchant_number": "string",
- "bambora:transaction_id": "string",
- "bambora:reference": "string",
- "bambora:acquirer": "string",
- "bambora:wallet": "string",
- "collector:StoreId": "string",
- "collector:Invoice.InvoiceNumber": "string",
- "collector:Invoice.OrderNumber": "string",
- "collector:Invoice.CountryCode": "string",
- "collector:Invoice.ProductCode": "string",
- "collector:Invoice.InvoiceType": "string",
- "collector:Invoice.SettlementReference": "string",
- "instabank:Sale.ExternalReference": "string",
- "instabank:Sale.Sequence": 0,
- "instabank:Sale.Product.Name": "string",
- "klarna:authorized_payment_method:type": "invoice",
- "klarna:authorized_payment_method:number_of_days": "string",
- "klarna:authorized_payment_method:number_of_installments": "string",
- "klarna:authorized_payment_method:fraud_status": "ACCEPTED",
- "netaxept:merchant_id": "string",
- "netaxept:transaction_id": "string",
- "payex:payment:payee_info:payee_id": "string",
- "payex:payment:payee_info:payee_name": "string",
- "payex:payment:payee_info:subsite": "string",
- "payex:payment:id": "string",
- "payex:payment:number": 0,
- "payex:payment:operation": "string",
- "payex:payment:created": "2019-08-24T14:15:22Z",
- "santander:debit_account.ApplicationNumber": "string",
- "santander:debit_account.StatusCode": "string",
- "swish:payment_request:id": "string",
- "swish:swish_number": "string",
- "swish:id": "string",
- "swish:paymentReference": "string",
- "vipps:transaction.orderId": "string",
- "vipps:transaction.transactionText": "string",
- "vipps:merchantInfo.merchantSerialNumber": "string",
- "vipps:merchantInfo.paymentType": "eComm Regular Payment"
}, - "checkboxes": [
- {
- "id": "string",
- "label": "string",
- "checked": true,
- "required": true,
- "link": {
- "url": "string",
- "text": "Terms for checkbox action"
}
}
]
}
Once a transaction has been successfully captured, a refund operation is available. Like other operations, refund can be partial or total
Note that items
is required when refunding a transaction
with payment_product=instabank
. The items must include the
lines to Refund, with line_id
, quantity
and amount
.
scopes:
id required | string <checkout-id> The ID of the transaction |
includes | Array of strings Items Enum: "events.request_headers" "initiating_system_request_headers" Include aditional data in the returned data that are by default excluded from the transaction details.
From 2023-09, |
Dintero-System-Name | string <= 120 characters The name of the ecommerce solution Example: |
Dintero-System-Version | string <= 120 characters The version number of the ecommerce solution Example: |
Dintero-System-Plugin-Name | string <= 120 characters The name of the ecommerce plugin Example: |
Dintero-System-Plugin-Version | string <= 120 characters The version number of the ecommerce plugin Example: |
amount required | integer <int32> The amount to be refunded |
reason | string The reason of the refund |
refund_reference | string A reference specified by the merchant to identify the transaction |
Array of objects Info about the refunded order items Instabank
|
{- "amount": 0,
- "reason": "string",
- "refund_reference": "string",
- "items": [
- {
- "id": "item_01",
- "groups": [
- {
- "id": "B234",
- "name": "Stol"
}
], - "line_id": "1",
- "description": "Stablestol",
- "quantity": 1,
- "amount": 29990,
- "vat_amount": 400,
- "vat": 20,
- "unit_volume": 0,
- "unit_weight": 0,
- "unit_dimensional_weight": 0,
- "type": "physical",
- "fee_split": {
- "type": "proportional",
- "destinations": [
- "string"
]
}, - "splits": [
- {
- "payout_destination_id": "P000000001",
- "amount": 29700
}
], - "emd": {
- "event": [
- {
- "event_name": "Michael Jackson",
- "event_company": "Diamond Events",
- "genre_of_event": "Pop",
- "arena_name": "Oslo Spektrum",
- "arena_location": {
- "street_address": "Sonja Henies plass 2",
- "postal_code": "0185",
- "city": "Oslo",
- "country": "NO"
}, - "start_time": "2023-08-16T15:00:00Z",
- "end_time": "2023-08-16T16:00:00Z",
- "access_controlled_venue": true,
- "ticket_delivery_method": "email",
- "ticket_delivery_recipient": "recipient@mail.com",
- "affiliate_name": "Klarna affiliate"
}
], - "subscription": {
- "subscription": {
- "subscription_name": "Contact lenses",
- "start_time": "2023-08-16T15:00:00Z",
- "end_time": "2023-09-16T15:00:00Z",
- "auto_renewal_of_subscription": true,
- "affiliate_name": "Klarna affiliate"
}, - "customer_account_info": {
- "unique_account_identifier": "Adam Adamsson",
- "account_registration_date": "2023-08-16T15:00:00Z",
- "account_last_modified": "2023-10-16T15:00:00Z"
}
}, - "travel": {
- "air_reservation_details": {
- "pnr": "VH67899",
- "itinerary": [
- {
- "departure": "OSL",
- "departure_city": "Oslo",
- "arrival": "MUC",
- "arrival_city": "Munich",
- "carrier": "LH",
- "segment_price": 200000,
- "departure_date": "2023-08-16T15:00:00Z",
- "ticket_delivery_method": "phone",
- "ticket_delivery_recipient": "97712123",
- "passenger_id": [
- 1
], - "class": "First Class"
}
], - "insurance": [
- {
- "insurance_company": "Oopsie Insurance Ltd.",
- "insurance_type": "travel",
- "insurance_price": 50000
}
], - "passengers": [
- {
- "id": 1,
- "title": "mr",
- "first_name": "Paul",
- "last_name": "Lamb"
}
], - "affiliate_name": "Klarna affiliate"
}, - "bus_reservation_details": {
- "pnr": "VH67899",
- "itinerary": [
- {
- "departure_city": "Oslo",
- "arrival_city": "Munich",
- "carrier": "Big Bus Travels Ltd.",
- "segment_price": 200000,
- "departure_date": "2023-08-16T15:00:00Z",
- "ticket_delivery_method": "phone",
- "ticket_delivery_recipient": "97712123",
- "passenger_id": [
- 1
], - "class": "First Class"
}
], - "insurance": [
- {
- "insurance_company": "Oopsie Insurance Ltd.",
- "insurance_type": "travel",
- "insurance_price": 50000
}
], - "passengers": [
- {
- "id": 1,
- "title": "mr",
- "first_name": "Paul",
- "last_name": "Lamb"
}
], - "affiliate_name": "Klarna affiliate"
}, - "train_reservation_details": {
- "pnr": "VH67899",
- "itinerary": [
- {
- "departure_city": "Oslo",
- "arrival_city": "Munich",
- "carrier": "Big Train Travels Ltd.",
- "segment_price": 200000,
- "departure_date": "2023-08-16T15:00:00Z",
- "ticket_delivery_method": "phone",
- "ticket_delivery_recipient": "97712123",
- "passenger_id": [
- 1
], - "class": "First Class"
}
], - "insurance": [
- {
- "insurance_company": "Oopsie Insurance Ltd.",
- "insurance_type": "travel",
- "insurance_price": 50000
}
], - "passengers": [
- {
- "id": 1,
- "title": "mr",
- "first_name": "Paul",
- "last_name": "Lamb"
}
], - "affiliate_name": "Klarna affiliate"
}, - "ferry_reservation_details": {
- "pnr": "VH67899",
- "itinerary": [
- {
- "departure_city": "Oslo",
- "arrival_city": "Munich",
- "carrier": "Big Ferry Travels Ltd.",
- "segment_price": 200000,
- "departure_date": "2023-08-16T15:00:00Z",
- "ticket_delivery_method": "phone",
- "ticket_delivery_recipient": "97712123",
- "passenger_id": [
- 1
], - "class": "First Class"
}
], - "insurance": [
- {
- "insurance_company": "Oopsie Insurance Ltd.",
- "insurance_type": "travel",
- "insurance_price": 50000
}
], - "passengers": [
- {
- "id": 1,
- "title": "mr",
- "first_name": "Paul",
- "last_name": "Lamb"
}
], - "affiliate_name": "Klarna affiliate"
}, - "hotel_reservation_details": {
- "pnr": "VH67899",
- "itinerary": [
- {
- "hotel_name": "Premium Hotel",
- "address": {
- "street_address": "Karl Johans gt. 31",
- "postal_code": "0159",
- "city": "Oslo",
- "country": "NO"
}, - "start_time": "2023-08-16T15:00:00Z",
- "end_time": "2023-08-20T15:00:00Z",
- "number_of_rooms": 2,
- "passenger_id": [
- 1
], - "ticket_delivery_method": "phone",
- "ticket_delivery_recipient": "97712123",
- "hotel_price": 200000,
- "class": "First Class"
}
], - "insurance": [
- {
- "insurance_company": "Oopsie Insurance Ltd.",
- "insurance_type": "travel",
- "insurance_price": 50000
}
], - "passengers": [
- {
- "id": 1,
- "title": "mr",
- "first_name": "Paul",
- "last_name": "Lamb"
}
], - "affiliate_name": "Klarna affiliate"
}, - "car_rental_reservation_details": {
- "pnr": "VH67899",
- "itinerary": [
- {
- "rental_company": "Premium Cars",
- "drivers_id": [
- 1
], - "pick_up_location": {
- "street_address": "Karl Johans gt. 31",
- "postal_code": "0159",
- "city": "Oslo",
- "country": "NO"
}, - "drop_off_location": {
- "street_address": "Karl Johans gt. 31",
- "postal_code": "0159",
- "city": "Oslo",
- "country": "NO"
}, - "start_time": "2023-08-16T15:00:00Z",
- "end_time": "2023-08-20T15:00:00Z",
- "car_price": 500000,
- "class": "Premium Cars Premium Class"
}
], - "insurance": [
- {
- "insurance_company": "Oopsie Insurance Ltd.",
- "insurance_type": "travel",
- "insurance_price": 50000
}
], - "drivers": [
- {
- "id": 1,
- "title": "mr",
- "first_name": "Paul",
- "last_name": "Lamb"
}
], - "affiliate_name": "Klarna affiliate"
}
}, - "marketplace_order": {
- "seller_info": {
- "unique_account_identifier_seller": {
- "email": "string",
- "phone_number": "97712123",
- "other": "string"
}, - "sub_merchant_id": "Marketbrick Ltd.",
- "product_category": "Phones",
- "product_name": "iPhone 14 Pro Max",
- "account_registration_date": "2023-08-16T15:00:00Z",
- "account_last_modified": {
- "password": "2023-08-17T15:00:00Z",
- "email": "2023-08-17T15:00:00Z",
- "listing": "2023-08-17T15:00:00Z",
- "login": "2023-08-17T15:00:00Z",
- "address": "2023-08-17T15:00:00Z"
}, - "seller_rating": 5,
- "number_of_trades": 23,
- "volume_of_trades": 230
}, - "winner_info": {
- "unique_account_identifier_winner": {
- "email": "string",
- "phone_number": "97712123",
- "other": "string"
}, - "account_registration_date": "2023-08-16T15:00:00Z",
- "account_last_modified": {
- "password": "2023-08-17T15:00:00Z",
- "email": "2023-08-17T15:00:00Z",
- "listing": "2023-08-17T15:00:00Z",
- "login": "2023-08-17T15:00:00Z",
- "address": "2023-08-17T15:00:00Z"
}, - "number_of_trades": 23,
- "volume_of_trades": 230
}
}
}, - "discount_lines": [
- {
- "amount": 4400,
- "percentage": 44,
- "discount_type": "customer",
- "discount_id": "766da0ef-9283-42bd-b012-0582344ec53c",
- "description": "string",
- "line_id": 1
}
]
}
]
}
{- "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "payment_product": "bambora",
- "payment_product_type": "bambora.applepay",
- "amount": 72200,
- "currency": "NOK",
- "payout_destination_id": "string",
- "merchant_reference": "string",
- "merchant_reference_2": "string",
- "dynamic_descriptor": "string",
- "payment_operation": "unscheduled_purchase",
- "settlement_status": "NOT_SETTLED",
- "customer": {
- "customer_id": "string",
- "email": "john.doe@example.com",
- "phone_number": "+4799999999",
- "my_dintero": {
- "actions": [
- "create_user"
],
}
}, - "customer_ip": "127.0.0.1",
- "user_agent": "Mozilla/5.0 ...",
- "initiating_system_request_headers": {
- "dintero-system-name": "woocommerce",
- "dintero-system-version": "5.0.0",
- "dintero-system-plugin-name": "Dintero.Checkout.WooCommerce",
- "dintero-system-plugin-version": "2021.03.02",
- "user-agent": "Mozilla: Mozilla/5.0"
}, - "shipping_address": {
- "first_name": "John",
- "last_name": "Doe",
- "address_line": "string",
- "address_line_2": "string",
- "co_address": "Land Lord",
- "business_name": "string",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO",
- "phone_number": "string",
- "email": "string",
- "latitude": 0,
- "longitude": 0,
- "comment": "string",
- "organization_number": "string",
- "organization_type": "string",
- "customer_reference": "string",
- "cost_center": "string"
}, - "shipping_option": {
- "id": "bring-pick-up-00001",
- "line_id": "bring-pick-up-00001-location-0a1f6b",
- "countries": [
- "NO"
], - "amount": 3900,
- "vat_amount": 975,
- "vat": 25,
- "title": "Standard",
- "description": "Pick up at your nearest postal office",
- "delivery_method": "pick_up",
- "operator": "Bring",
- "operator_product_id": "pick-up-00001-location-0a1f6b",
- "eta": {
- "starts_at": "2020-10-14T19:00:00Z",
- "ends_at": "2020-10-14T20:00:00Z"
}, - "time_slot": {
- "starts_at": "2020-10-14T19:00:00Z",
- "ends_at": "2020-10-14T20:00:00Z"
}, - "pick_up_address": {
- "first_name": "John",
- "last_name": "Doe",
- "address_line": "string",
- "address_line_2": "string",
- "co_address": "Land Lord",
- "business_name": "string",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO",
- "phone_number": "string",
- "email": "string",
- "latitude": 0,
- "longitude": 0,
- "comment": "string",
- "organization_number": "string",
- "organization_type": "string",
- "customer_reference": "string",
- "cost_center": "string",
- "distance": 0
}, - "metadata": {
- "operator_dest": "XAB1239",
- "number_x": 1921
}, - "environmental_data": {
- "description": "Fossil free",
- "details": [
- {
- "label": "Carbon offset",
- "value": "1KG CO2"
}
]
}, - "pay_in_store": {
- "type": "full"
}, - "fee_split": {
- "type": "proportional",
- "destinations": [
- "string"
]
}, - "splits": [
- {
- "payout_destination_id": "P000000001",
- "amount": 29700
}
]
}, - "billing_address": {
- "first_name": "John",
- "last_name": "Doe",
- "address_line": "string",
- "address_line_2": "string",
- "co_address": "Land Lord",
- "business_name": "string",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO",
- "phone_number": "string",
- "email": "string",
- "latitude": 0,
- "longitude": 0,
- "comment": "string",
- "organization_number": "string",
- "organization_type": "string",
- "customer_reference": "string",
- "cost_center": "string"
}, - "store": {
- "id": "sc029",
- "name": "SC Oslo",
- "business_name": "SC Oslo AS",
- "address": {
- "address_line": "Sommerkroveien 34",
- "address_line_2": "PB 123",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO"
}, - "chain": "SuperChain",
- "email": "contact@superchain.com",
- "gln": "5790001398644",
- "organization_number": "123456789MVA",
- "phone_number": "+4738260107",
- "mcc": "5814",
- "bax": "102603",
- "terminal_id": "T0292"
}, - "status": "CAPTURED",
- "card": {
- "type": "string",
- "brand": "Visa",
- "region": "domestic",
- "masked_pan": "476173******0416",
- "expiry_date": "string",
- "eci": "04",
- "country": "string",
- "acquirer_transaction_type": "3DSECURE",
- "three_ds_version": "2",
- "three_ds_server_trans_id": "string",
- "payment_system_type": "wallet",
- "issuing_bank": "string",
- "acquirer_stan": "string",
- "acquirer_terminal_id": "string",
- "acquirer_transaction_time": "2019-08-24T14:15:22Z",
- "authentication_status": "Y",
- "payment_token": "string",
- "payment_token_id": "string",
- "recurrence_token": "string",
- "recurrence_token_id": "string"
}, - "gift_cards": [
- {
- "type": "dintero.wallets",
- "card_id": "string",
- "amount": 0,
- "masked_card_token": "string"
}
], - "items": [
- {
- "amount": 2000,
- "quantity": 2,
- "line_id": "1",
- "description": "Forsvinnignspølse",
- "vat": 20,
- "id": "10"
}, - {
- "amount": 6600,
- "quantity": 2,
- "line_id": "2",
- "description": "Vissvossafår på neppebrød",
- "vat": 20,
- "id": "6",
- "eligible_for_discount": true,
- "is_changed": true,
- "gross_amount": 10000,
- "discount_lines": [
- {
- "amount": 4400,
- "discount_type": "customer",
- "discount_id": "ed960ace-eb16-4e2e-ae52-b27647ccae8d",
- "description": "Vossafestpris",
- "line_id": 1
}
]
}, - {
- "amount": 59700,
- "quantity": 3,
- "line_id": "3",
- "description": "Luftboller",
- "vat": 20,
- "id": "1"
}
], - "url": {
}, - "events": [
- {
- "event": "INITIATE",
- "transaction_status": "INITIATED",
- "created_at": "2019-01-18T13:13:37.175Z",
- "success": true,
- "request_id": "a3dcc23125bc4363b9dae29ed25a4eb1",
- "metadata": {
- "bambora:transaction:status": "string",
- "bambora:transactionoperation:id": "string",
- "bambora:meta:action:source": "string",
- "bambora:meta:action:code": "string",
- "bambora:meta:action:type": "string",
- "payout_correlation_id": "string",
- "collector:Invoice.InvoiceStatus": 0,
- "collector:CorrelationId": "string",
- "collector:Invoice.PaymentReference": "string",
- "collector:Invoice.LowestAmountToPay": 0,
- "collector:Invoice.TotalAmount": 0,
- "collector:Invoice.DueDate": "string",
- "collector:Invoice.InvoiceUrl": "string",
- "collector:Invoice.CurrentInvoiceNumber": "string",
- "collector:Invoice.NewInvoiceNumber": "string",
- "instabank:Sale.Status": "string",
- "instabank:RequestId": "string",
- "dintero_psp:operation_ref": "string",
- "dintero_psp:authorization_operation_ref": "string",
- "dintero_psp:capture_operation_ref": "string",
- "dintero_psp:sale_operation_ref": "string",
- "klarna:reference": "string",
- "klarna:headers:capture_id": "string",
- "klarna:headers:refund_id": "string",
- "klarna:headers:location": "string",
- "klarna:authorization_expiration": "string",
- "klarna:authorization_expiration_reason": "string",
- "klarna:authorization_expiration_reference": "string",
- "klarna:authorization_expiration_error_reason": "string",
- "netaxept:transaction_id": "string",
- "netaxept:operation": "string",
- "netaxept:execution_time": "string",
- "netaxept:bat_number": "string",
- "netaxept:response_code": "string",
- "netaxept:terminal_url": "string",
- "payex:transaction:id": "string",
- "payex:transaction:number": 0,
- "payex:transaction:type": "string",
- "payex:transaction:state": "string",
- "payex:transaction:created": "2019-08-24T14:15:22Z",
- "payex:transaction:payee_reference": "string",
- "santander:debit_account.ApplicationNumber": "string",
- "santander:debit_account.StatusCode": "string",
- "swish:payment_request:get_payment_url": "string",
- "swish:id": "string",
- "swish:originalPaymentReference": "string",
- "swish:paymentReference": "string",
- "swish:amount": "string",
- "swish:dateCreated": "string",
- "swish:datePaid": "string",
- "swish:status": "string",
- "swish:errorCode": "string",
- "swish:errorMessage": "string",
- "vipps:transactionInfo.timeStamp": "2019-08-24T14:15:22Z",
- "vipps:transactionInfo.transactionId": "string",
- "vipps:transactionInfo.status": "INITIATE",
- "vipps:transaction.transactionText": "string"
}
}, - {
- "event": "AUTHORIZE",
- "transaction_status": "AUTHORIZED",
- "created_at": "2019-01-18T13:13:37.540Z",
- "success": true,
- "request_id": "f5f64165e5b3404e9af63586c184c3e9"
}, - {
- "event": "CAPTURE",
- "transaction_status": "PARTIALLY_CAPTURED",
- "created_at": "2019-01-18T15:37:00.879Z",
- "created_by": "99115ac5-2d10-4be4-8594-bbf5e3aa7dfc",
- "amount": 59700,
- "splits": [
- {
- "payout_destination_id": "P000000001",
- "amount": 29700
}, - {
- "payout_destination_id": "P000000002",
- "amount": 30000
}
], - "fee_split": {
- "type": "proportional",
- "destinations": [
- "P000000001"
]
}, - "items": [
- {
- "amount": 59700,
- "quantity": 3,
- "line_id": "3"
}
], - "success": true,
- "request_id": "27c71936004e48649c6dd437d314d90c"
}, - {
- "event": "CAPTURE",
- "transaction_status": "CAPTURED",
- "created_at": "2019-01-18T21:24:31.669Z",
- "created_by": "a33aef94-a17d-447a-a1dd-81055892b59d",
- "amount": 8600,
- "items": [
- {
- "amount": 2000,
- "quantity": 2,
- "line_id": "1"
}, - {
- "amount": 6600,
- "quantity": 2,
- "line_id": "2"
}
], - "success": true,
- "request_id": "c3e60b98a1d1466c97151318be621cf9"
}
], - "session_id": "P00000000.465U8CUzaPVpneu1wt8Wei",
- "session": {
- "url": {
}, - "customer": {
- "customer_id": "string",
- "email": "john.doe@example.com",
- "phone_number": "+4799999999"
}, - "order": {
- "amount": 72200,
- "currency": "NOK",
- "vat_amount": 13660,
- "merchant_reference_2": "string",
- "shipping_address": {
- "first_name": "John",
- "last_name": "Doe",
- "address_line": "string",
- "address_line_2": "string",
- "co_address": "Land Lord",
- "business_name": "string",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO",
- "phone_number": "string",
- "email": "string",
- "latitude": 0,
- "longitude": 0,
- "comment": "string",
- "organization_number": "string",
- "organization_type": "string",
- "customer_reference": "string",
- "cost_center": "string"
}, - "billing_address": {
- "first_name": "John",
- "last_name": "Doe",
- "address_line": "string",
- "address_line_2": "string",
- "co_address": "Land Lord",
- "business_name": "string",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO",
- "phone_number": "string",
- "email": "string",
- "latitude": 0,
- "longitude": 0,
- "comment": "string",
- "organization_number": "string",
- "organization_type": "string",
- "customer_reference": "string",
- "cost_center": "string"
}, - "partial_payment": false,
- "items": [
- {
- "amount": 2000,
- "quantity": 2,
- "line_id": "1",
- "description": "Forsvinnignspølse",
- "vat": 20,
- "id": "10"
}, - {
- "amount": 6600,
- "quantity": 2,
- "line_id": "2",
- "description": "Vissvossafår på neppebrød",
- "vat": 20,
- "id": "6",
- "eligible_for_discount": true,
- "is_changed": true,
- "gross_amount": 10000,
- "discount_lines": [
- {
- "amount": 4400,
- "discount_type": "customer",
- "discount_id": "ed960ace-eb16-4e2e-ae52-b27647ccae8d",
- "description": "Vossafestpris",
- "line_id": 1
}
]
}, - {
- "amount": 59700,
- "quantity": 3,
- "line_id": "3",
- "description": "Luftboller",
- "vat": 20,
- "id": "1"
}
], - "gross_amount": 0,
- "is_changed": true,
- "shipping_option": {
- "id": "bring-pick-up-00001",
- "line_id": "bring-pick-up-00001-location-0a1f6b",
- "countries": [
- "NO"
], - "amount": 3900,
- "vat_amount": 975,
- "vat": 25,
- "title": "Standard",
- "description": "Pick up at your nearest postal office",
- "delivery_method": "pick_up",
- "operator": "Bring",
- "operator_product_id": "pick-up-00001-location-0a1f6b",
- "eta": {
- "starts_at": "2020-10-14T19:00:00Z",
- "ends_at": "2020-10-14T20:00:00Z"
}, - "time_slot": {
- "starts_at": "2020-10-14T19:00:00Z",
- "ends_at": "2020-10-14T20:00:00Z"
}, - "pick_up_address": {
- "first_name": "John",
- "last_name": "Doe",
- "address_line": "string",
- "address_line_2": "string",
- "co_address": "Land Lord",
- "business_name": "string",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO",
- "phone_number": "string",
- "email": "string",
- "latitude": 0,
- "longitude": 0,
- "comment": "string",
- "organization_number": "string",
- "organization_type": "string",
- "customer_reference": "string",
- "cost_center": "string",
- "distance": 0
}, - "metadata": {
- "operator_dest": "XAB1239",
- "number_x": 1921
}, - "environmental_data": {
- "description": "Fossil free",
- "details": [
- {
- "label": "Carbon offset",
- "value": "1KG CO2"
}
]
}, - "pay_in_store": {
- "type": "full"
}, - "fee_split": {
- "type": "proportional",
- "destinations": [
- "string"
]
}, - "splits": [
- {
- "payout_destination_id": "P000000001",
- "amount": 29700
}
]
}, - "store": {
- "id": "sc029",
- "name": "SC Oslo",
- "business_name": "SC Oslo AS",
- "address": {
- "address_line": "Sommerkroveien 34",
- "address_line_2": "PB 123",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO"
}, - "chain": "SuperChain",
- "email": "contact@superchain.com",
- "gln": "5790001398644",
- "organization_number": "123456789MVA",
- "phone_number": "+4738260107",
- "mcc": "5814",
- "bax": "102603",
- "terminal_id": "T0292"
}, - "discount_lines": [
- {
- "amount": 4400,
- "percentage": 44,
- "discount_type": "customer",
- "discount_id": "766da0ef-9283-42bd-b012-0582344ec53c",
- "description": "string",
- "line_id": 1
}
], - "discount_codes": [
- "SUMMER20"
], - "gift_cards": [
- {
- "type": "dintero.wallets",
- "card_id": "string",
- "amount": 0,
- "masked_card_token": "string"
}
], - "payout_destination_id": "string",
- "merchant_reference": "string"
}, - "expires_at": "2019-08-24T14:15:22Z",
- "checkboxes": [
- {
- "id": "string",
- "label": "string",
- "checked": true,
- "required": true,
- "link": {
- "url": "string",
- "text": "Terms for checkbox action"
}
}
], - "express": {
- "shipping_options": [
- {
- "id": "bring-pick-up-00001",
- "line_id": "bring-pick-up-00001-location-0a1f6b",
- "countries": [
- "NO"
], - "amount": 3900,
- "vat_amount": 975,
- "vat": 25,
- "title": "Standard",
- "description": "Pick up at your nearest postal office",
- "delivery_method": "pick_up",
- "operator": "Bring",
- "operator_product_id": "pick-up-00001-location-0a1f6b",
- "eta": {
- "starts_at": "2020-10-14T19:00:00Z",
- "ends_at": "2020-10-14T20:00:00Z"
}, - "time_slot": {
- "starts_at": "2020-10-14T19:00:00Z",
- "ends_at": "2020-10-14T20:00:00Z"
}, - "pick_up_address": {
- "first_name": "John",
- "last_name": "Doe",
- "address_line": "string",
- "address_line_2": "string",
- "co_address": "Land Lord",
- "business_name": "string",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO",
- "phone_number": "string",
- "email": "string",
- "latitude": 0,
- "longitude": 0,
- "comment": "string",
- "organization_number": "string",
- "organization_type": "string",
- "customer_reference": "string",
- "cost_center": "string",
- "distance": 0
}, - "metadata": {
- "operator_dest": "XAB1239",
- "number_x": 1921
}, - "environmental_data": {
- "description": "Fossil free",
- "details": [
- {
- "label": "Carbon offset",
- "value": "1KG CO2"
}
]
}, - "pay_in_store": {
- "type": "full"
}, - "fee_split": {
- "type": "proportional",
- "destinations": [
- "string"
]
}, - "splits": [
- {
- "payout_destination_id": "P000000001",
- "amount": 29700
}
]
}
], - "shipping_mode": "shipping_required",
- "discount_codes": {
- "max_count": 0,
}, - "customer_types": [
- "b2c",
- "b2b"
]
}, - "configuration": {
- "auto_capture": true,
- "channel": "in_app",
- "publish": [
- {
- "channel": "sms",
- "type": "checkout-link",
- "id": "string",
- "status": "sent"
}
], - "active_payment_types": {
- "enabled": true
}, - "default_payment_type": "bambora.applepay",
- "bambora": {
- "type": "payment_type",
- "applepay": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}, - "creditcard": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable",
- "generate_payment_token": false
}, - "googlepay": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}, - "mobilepay": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}, - "vipps": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}
}, - "dintero": {
- "type": "payment_type",
- "wallets": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}, - "zero": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}
}, - "dintero_psp": {
- "type": "payment_type",
- "creditcard": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}
}, - "instabank": {
- "finance": {
- "enabled": true,
- "payability": "payable",
- "product": {
- "product_code": "630",
- "minimum_monthly_balance_rate": "1.67",
- "annual_interest_rate": "0.0",
- "effective_annual_interest_rate": "0.0",
- "origination_fee": 9500,
- "notification_fee": 3900,
- "minimum_amount": 20000,
- "loan_example": {
- "amount": 2500000,
- "years": 1,
- "total_amount": 2772300,
- "cost": 272300,
- "effective_annual_interest_rate": "21.38"
}, - "branding_image_url": "string"
}
}, - "invoice": {
- "enabled": true,
- "payability": "payable",
- "require_applicant": true,
- "product": {
- "product_code": "632",
- "due_in_days": 10,
- "minimum_amount": 20000,
- "invoice_fee": 9500,
- "require_applicant_amount": 7500000,
- "branding_image_url": "string"
}
}, - "installment": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable",
- "products": [
- {
- "minimum_amount": 20000,
- "product_code": "633",
- "credit_time": 36,
- "origination_fee": 9500,
- "notification_fee": 3900,
- "annual_interest_rate": "0.0",
- "effective_annual_interest_rate": "54.69",
- "total_amount": 309400,
- "monthly_amount": 100000,
- "first_monthly_amount": 109500,
- "require_applicant_amount": 2500000,
- "loan_example": {
- "amount": 2500000,
- "years": 1,
- "total_amount": 2772300,
- "cost": 272300,
- "effective_annual_interest_rate": "21.38"
}, - "branding_image_url": "string"
}
]
}, - "postponement": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable",
- "products": [
- {
- "minimum_amount": 20000,
- "product_code": "633",
- "postponement_months": 36,
- "origination_fee": 9500,
- "notification_fee": 3900,
- "annual_interest_rate": "0.0",
- "effective_annual_interest_rate": "54.69",
- "total_amount": 309400,
- "require_applicant_amount": 2500000,
- "loan_example": {
- "amount": 2500000,
- "years": 1,
- "total_amount": 2772300,
- "cost": 272300,
- "effective_annual_interest_rate": "21.38"
}, - "branding_image_url": "string"
}
]
}
}, - "netaxept": {
- "type": "payment_type",
- "creditcard": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable",
- "terminal": {
- "terminal": "/Terminal/default.aspx",
- "terminal_design": "string",
- "terminal_single_page": true,
- "terminal_layout": "string"
}
}
}, - "payex": {
- "dynamic_descriptor": "string",
- "swish": {
- "enabled": true,
- "payability": "payable"
}, - "creditcard": {
- "enabled": true,
- "payability": "payable",
- "generate_payment_token": false,
- "generate_recurrence_token": false,
- "no_cvc": true
}, - "mobilepay": {
- "enabled": true,
- "payability": "payable"
}, - "vipps": {
- "enabled": true,
- "payability": "payable"
}, - "applepay": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}, - "clicktopay": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}, - "googlepay": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}
}, - "vipps": {
- "enabled": true,
- "payability": "payable",
- "dynamic_descriptor": "string"
}, - "collector": {
- "type": "payment_type",
- "dynamic_descriptor": "string",
- "invoice": {
- "type": "payment_product_type",
- "enabled": true,
- "countries": [
- "string"
], - "options": {
- "enable_on_hold": true
}, - "payability": "payable"
}, - "invoice_b2b": {
- "type": "payment_product_type",
- "payability": "payable",
- "enabled": true,
- "countries": [
- "string"
], - "options": {
- "disable_collector_b2b_address_enforcement": false,
- "enable_on_hold": true
}
}, - "invoice_b2b_preapproved": {
- "type": "payment_product_type",
- "payability": "payable",
- "enabled": true,
- "countries": [
- "string"
], - "accounts": [
- {
- "billing_address": {
- "business_name": "string",
- "organization_number": "stringstr",
- "address_line": "string",
- "address_line_2": "string",
- "co_address": "string",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO",
- "phone_number": "string",
- "email": "string",
- "customer_reference": "string",
- "cost_center": "string",
- "first_name": "John",
- "last_name": "Doe",
- "address_id": "address_1"
}, - "company_id": "string"
}
]
}, - "finance": {
- "type": "payment_product_type",
- "enabled": true,
- "countries": [
- "string"
], - "payability": "payable"
}, - "installment": {
- "type": "payment_product_type",
- "enabled": true,
- "countries": [
- "string"
], - "options": {
- "enable_on_hold": true
}, - "payability": "payable"
}
}, - "klarna": {
- "type": "payment_type",
- "klarna": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}, - "billie": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}
}, - "santander": {
- "type": "payment_type",
- "debit_account": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable",
- "branding_name": "string",
- "accounts": [
- {
- "account_number_token": "string",
- "masked_account_number": "string"
}
]
}
}, - "swish": {
- "type": "payment_type",
- "swish": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}
}, - "payout": {
- "dynamic_payout_destination_ids": [
- {
- "type": "order_store_id",
- "order_store_id": "STORE_123",
- "order_payout_destination_id": "PD_123"
}
], - "payment_products": [
- {
- "payment_product": "bambora"
}
]
}, - "discounts": {
- "type": "discounts",
- "express_discount_codes": {
- "payability": "payable",
- "enabled": true
}, - "order": {
- "enabled": false
}
}, - "theme": {
- "backdrop": "string",
- "primary": "string",
- "text": "string",
- "warning": "string",
- "error": "string",
- "font-family": "string"
}, - "countries": {
- "preferred_country": "string",
- "allow_countries": [
- "string"
], - "deny_countries": [
- "string"
]
}, - "default_customer_type": "b2c",
- "allow_different_billing_shipping_address": [ ]
}, - "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "customer_ip": "string",
- "user_agent": "string",
- "initiating_system_request_headers": {
- "dintero-system-name": "woocommerce",
- "dintero-system-version": "5.0.0",
- "dintero-system-plugin-name": "Dintero.Checkout.WooCommerce",
- "dintero-system-plugin-version": "2021.03.02",
- "user-agent": "Mozilla: Mozilla/5.0"
}, - "payment_operation": "unscheduled_purchase",
- "events": [
- {
- "id": "769952fe-86c9-4185-a1ce-aeb46da3509c",
- "name": "INITIATED",
- "created_at": "2019-05-09T09:13:40.306Z",
- "request_id": "b97b6312-f8b3-11ed-be56-0242ac120002"
}, - {
- "name": "VISITED",
- "created_at": "2019-05-09T09:13:50.548Z"
}, - {
- "name": "PAY_FAILED",
- "created_at": "2019-05-09T09:14:10.548Z",
- "details": {
- "error": "Rejected",
- "payment_product_type": "instabank.finance"
}
}, - {
- "name": "FAILED",
- "created_at": "2019-05-09T09:16:11.786Z"
}
], - "transaction_id": "string"
}, - "updated_at": "2019-08-24T14:15:22Z",
- "metadata": {
- "merchant_name": "string",
- "session:profile_id": "string",
- "payout": "payout_account",
- "payout_correlation_id": "string",
- "gateway:id": "string",
- "bambora:merchant_number": "string",
- "bambora:transaction_id": "string",
- "bambora:reference": "string",
- "bambora:acquirer": "string",
- "bambora:wallet": "string",
- "collector:StoreId": "string",
- "collector:Invoice.InvoiceNumber": "string",
- "collector:Invoice.OrderNumber": "string",
- "collector:Invoice.CountryCode": "string",
- "collector:Invoice.ProductCode": "string",
- "collector:Invoice.InvoiceType": "string",
- "collector:Invoice.SettlementReference": "string",
- "instabank:Sale.ExternalReference": "string",
- "instabank:Sale.Sequence": 0,
- "instabank:Sale.Product.Name": "string",
- "klarna:authorized_payment_method:type": "invoice",
- "klarna:authorized_payment_method:number_of_days": "string",
- "klarna:authorized_payment_method:number_of_installments": "string",
- "klarna:authorized_payment_method:fraud_status": "ACCEPTED",
- "netaxept:merchant_id": "string",
- "netaxept:transaction_id": "string",
- "payex:payment:payee_info:payee_id": "string",
- "payex:payment:payee_info:payee_name": "string",
- "payex:payment:payee_info:subsite": "string",
- "payex:payment:id": "string",
- "payex:payment:number": 0,
- "payex:payment:operation": "string",
- "payex:payment:created": "2019-08-24T14:15:22Z",
- "santander:debit_account.ApplicationNumber": "string",
- "santander:debit_account.StatusCode": "string",
- "swish:payment_request:id": "string",
- "swish:swish_number": "string",
- "swish:id": "string",
- "swish:paymentReference": "string",
- "vipps:transaction.orderId": "string",
- "vipps:transaction.transactionText": "string",
- "vipps:merchantInfo.merchantSerialNumber": "string",
- "vipps:merchantInfo.paymentType": "eComm Regular Payment"
}, - "checkboxes": [
- {
- "id": "string",
- "label": "string",
- "checked": true,
- "required": true,
- "link": {
- "url": "string",
- "text": "Terms for checkbox action"
}
}
]
}
At any moment before capture of a transaction, it is possible to cancel an authorization. This operation is called voiding and can be performed by doing a POST to this endpoint
Void after a part capture will cancel the difference between the capture amount and the authorization amount.
Void on part capture is only supported on following types:
payex.creditcard
payex.mobilepay
payex.vipps
payex.applepay
payex.clicktopay
payex.googlepay
vipps
klarna.klarna
klarna.billie
scopes:
id required | string <checkout-id> The ID of the transaction |
includes | Array of strings Items Enum: "events.request_headers" "initiating_system_request_headers" Include aditional data in the returned data that are by default excluded from the transaction details.
From 2023-09, |
Dintero-System-Name | string <= 120 characters The name of the ecommerce solution Example: |
Dintero-System-Version | string <= 120 characters The version number of the ecommerce solution Example: |
Dintero-System-Plugin-Name | string <= 120 characters The name of the ecommerce plugin Example: |
Dintero-System-Plugin-Version | string <= 120 characters The version number of the ecommerce plugin Example: |
{- "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "payment_product": "bambora",
- "payment_product_type": "bambora.applepay",
- "amount": 72200,
- "currency": "NOK",
- "payout_destination_id": "string",
- "merchant_reference": "string",
- "merchant_reference_2": "string",
- "dynamic_descriptor": "string",
- "payment_operation": "unscheduled_purchase",
- "settlement_status": "NOT_SETTLED",
- "customer": {
- "customer_id": "string",
- "email": "john.doe@example.com",
- "phone_number": "+4799999999",
- "my_dintero": {
- "actions": [
- "create_user"
],
}
}, - "customer_ip": "127.0.0.1",
- "user_agent": "Mozilla/5.0 ...",
- "initiating_system_request_headers": {
- "dintero-system-name": "woocommerce",
- "dintero-system-version": "5.0.0",
- "dintero-system-plugin-name": "Dintero.Checkout.WooCommerce",
- "dintero-system-plugin-version": "2021.03.02",
- "user-agent": "Mozilla: Mozilla/5.0"
}, - "shipping_address": {
- "first_name": "John",
- "last_name": "Doe",
- "address_line": "string",
- "address_line_2": "string",
- "co_address": "Land Lord",
- "business_name": "string",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO",
- "phone_number": "string",
- "email": "string",
- "latitude": 0,
- "longitude": 0,
- "comment": "string",
- "organization_number": "string",
- "organization_type": "string",
- "customer_reference": "string",
- "cost_center": "string"
}, - "shipping_option": {
- "id": "bring-pick-up-00001",
- "line_id": "bring-pick-up-00001-location-0a1f6b",
- "countries": [
- "NO"
], - "amount": 3900,
- "vat_amount": 975,
- "vat": 25,
- "title": "Standard",
- "description": "Pick up at your nearest postal office",
- "delivery_method": "pick_up",
- "operator": "Bring",
- "operator_product_id": "pick-up-00001-location-0a1f6b",
- "eta": {
- "starts_at": "2020-10-14T19:00:00Z",
- "ends_at": "2020-10-14T20:00:00Z"
}, - "time_slot": {
- "starts_at": "2020-10-14T19:00:00Z",
- "ends_at": "2020-10-14T20:00:00Z"
}, - "pick_up_address": {
- "first_name": "John",
- "last_name": "Doe",
- "address_line": "string",
- "address_line_2": "string",
- "co_address": "Land Lord",
- "business_name": "string",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO",
- "phone_number": "string",
- "email": "string",
- "latitude": 0,
- "longitude": 0,
- "comment": "string",
- "organization_number": "string",
- "organization_type": "string",
- "customer_reference": "string",
- "cost_center": "string",
- "distance": 0
}, - "metadata": {
- "operator_dest": "XAB1239",
- "number_x": 1921
}, - "environmental_data": {
- "description": "Fossil free",
- "details": [
- {
- "label": "Carbon offset",
- "value": "1KG CO2"
}
]
}, - "pay_in_store": {
- "type": "full"
}, - "fee_split": {
- "type": "proportional",
- "destinations": [
- "string"
]
}, - "splits": [
- {
- "payout_destination_id": "P000000001",
- "amount": 29700
}
]
}, - "billing_address": {
- "first_name": "John",
- "last_name": "Doe",
- "address_line": "string",
- "address_line_2": "string",
- "co_address": "Land Lord",
- "business_name": "string",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO",
- "phone_number": "string",
- "email": "string",
- "latitude": 0,
- "longitude": 0,
- "comment": "string",
- "organization_number": "string",
- "organization_type": "string",
- "customer_reference": "string",
- "cost_center": "string"
}, - "store": {
- "id": "sc029",
- "name": "SC Oslo",
- "business_name": "SC Oslo AS",
- "address": {
- "address_line": "Sommerkroveien 34",
- "address_line_2": "PB 123",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO"
}, - "chain": "SuperChain",
- "email": "contact@superchain.com",
- "gln": "5790001398644",
- "organization_number": "123456789MVA",
- "phone_number": "+4738260107",
- "mcc": "5814",
- "bax": "102603",
- "terminal_id": "T0292"
}, - "status": "CAPTURED",
- "card": {
- "type": "string",
- "brand": "Visa",
- "region": "domestic",
- "masked_pan": "476173******0416",
- "expiry_date": "string",
- "eci": "04",
- "country": "string",
- "acquirer_transaction_type": "3DSECURE",
- "three_ds_version": "2",
- "three_ds_server_trans_id": "string",
- "payment_system_type": "wallet",
- "issuing_bank": "string",
- "acquirer_stan": "string",
- "acquirer_terminal_id": "string",
- "acquirer_transaction_time": "2019-08-24T14:15:22Z",
- "authentication_status": "Y",
- "payment_token": "string",
- "payment_token_id": "string",
- "recurrence_token": "string",
- "recurrence_token_id": "string"
}, - "gift_cards": [
- {
- "type": "dintero.wallets",
- "card_id": "string",
- "amount": 0,
- "masked_card_token": "string"
}
], - "items": [
- {
- "amount": 2000,
- "quantity": 2,
- "line_id": "1",
- "description": "Forsvinnignspølse",
- "vat": 20,
- "id": "10"
}, - {
- "amount": 6600,
- "quantity": 2,
- "line_id": "2",
- "description": "Vissvossafår på neppebrød",
- "vat": 20,
- "id": "6",
- "eligible_for_discount": true,
- "is_changed": true,
- "gross_amount": 10000,
- "discount_lines": [
- {
- "amount": 4400,
- "discount_type": "customer",
- "discount_id": "ed960ace-eb16-4e2e-ae52-b27647ccae8d",
- "description": "Vossafestpris",
- "line_id": 1
}
]
}, - {
- "amount": 59700,
- "quantity": 3,
- "line_id": "3",
- "description": "Luftboller",
- "vat": 20,
- "id": "1"
}
], - "url": {
}, - "events": [
- {
- "event": "INITIATE",
- "transaction_status": "INITIATED",
- "created_at": "2019-01-18T13:13:37.175Z",
- "success": true,
- "request_id": "a3dcc23125bc4363b9dae29ed25a4eb1",
- "metadata": {
- "bambora:transaction:status": "string",
- "bambora:transactionoperation:id": "string",
- "bambora:meta:action:source": "string",
- "bambora:meta:action:code": "string",
- "bambora:meta:action:type": "string",
- "payout_correlation_id": "string",
- "collector:Invoice.InvoiceStatus": 0,
- "collector:CorrelationId": "string",
- "collector:Invoice.PaymentReference": "string",
- "collector:Invoice.LowestAmountToPay": 0,
- "collector:Invoice.TotalAmount": 0,
- "collector:Invoice.DueDate": "string",
- "collector:Invoice.InvoiceUrl": "string",
- "collector:Invoice.CurrentInvoiceNumber": "string",
- "collector:Invoice.NewInvoiceNumber": "string",
- "instabank:Sale.Status": "string",
- "instabank:RequestId": "string",
- "dintero_psp:operation_ref": "string",
- "dintero_psp:authorization_operation_ref": "string",
- "dintero_psp:capture_operation_ref": "string",
- "dintero_psp:sale_operation_ref": "string",
- "klarna:reference": "string",
- "klarna:headers:capture_id": "string",
- "klarna:headers:refund_id": "string",
- "klarna:headers:location": "string",
- "klarna:authorization_expiration": "string",
- "klarna:authorization_expiration_reason": "string",
- "klarna:authorization_expiration_reference": "string",
- "klarna:authorization_expiration_error_reason": "string",
- "netaxept:transaction_id": "string",
- "netaxept:operation": "string",
- "netaxept:execution_time": "string",
- "netaxept:bat_number": "string",
- "netaxept:response_code": "string",
- "netaxept:terminal_url": "string",
- "payex:transaction:id": "string",
- "payex:transaction:number": 0,
- "payex:transaction:type": "string",
- "payex:transaction:state": "string",
- "payex:transaction:created": "2019-08-24T14:15:22Z",
- "payex:transaction:payee_reference": "string",
- "santander:debit_account.ApplicationNumber": "string",
- "santander:debit_account.StatusCode": "string",
- "swish:payment_request:get_payment_url": "string",
- "swish:id": "string",
- "swish:originalPaymentReference": "string",
- "swish:paymentReference": "string",
- "swish:amount": "string",
- "swish:dateCreated": "string",
- "swish:datePaid": "string",
- "swish:status": "string",
- "swish:errorCode": "string",
- "swish:errorMessage": "string",
- "vipps:transactionInfo.timeStamp": "2019-08-24T14:15:22Z",
- "vipps:transactionInfo.transactionId": "string",
- "vipps:transactionInfo.status": "INITIATE",
- "vipps:transaction.transactionText": "string"
}
}, - {
- "event": "AUTHORIZE",
- "transaction_status": "AUTHORIZED",
- "created_at": "2019-01-18T13:13:37.540Z",
- "success": true,
- "request_id": "f5f64165e5b3404e9af63586c184c3e9"
}, - {
- "event": "CAPTURE",
- "transaction_status": "PARTIALLY_CAPTURED",
- "created_at": "2019-01-18T15:37:00.879Z",
- "created_by": "99115ac5-2d10-4be4-8594-bbf5e3aa7dfc",
- "amount": 59700,
- "splits": [
- {
- "payout_destination_id": "P000000001",
- "amount": 29700
}, - {
- "payout_destination_id": "P000000002",
- "amount": 30000
}
], - "fee_split": {
- "type": "proportional",
- "destinations": [
- "P000000001"
]
}, - "items": [
- {
- "amount": 59700,
- "quantity": 3,
- "line_id": "3"
}
], - "success": true,
- "request_id": "27c71936004e48649c6dd437d314d90c"
}, - {
- "event": "CAPTURE",
- "transaction_status": "CAPTURED",
- "created_at": "2019-01-18T21:24:31.669Z",
- "created_by": "a33aef94-a17d-447a-a1dd-81055892b59d",
- "amount": 8600,
- "items": [
- {
- "amount": 2000,
- "quantity": 2,
- "line_id": "1"
}, - {
- "amount": 6600,
- "quantity": 2,
- "line_id": "2"
}
], - "success": true,
- "request_id": "c3e60b98a1d1466c97151318be621cf9"
}
], - "session_id": "P00000000.465U8CUzaPVpneu1wt8Wei",
- "session": {
- "url": {
}, - "customer": {
- "customer_id": "string",
- "email": "john.doe@example.com",
- "phone_number": "+4799999999"
}, - "order": {
- "amount": 72200,
- "currency": "NOK",
- "vat_amount": 13660,
- "merchant_reference_2": "string",
- "shipping_address": {
- "first_name": "John",
- "last_name": "Doe",
- "address_line": "string",
- "address_line_2": "string",
- "co_address": "Land Lord",
- "business_name": "string",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO",
- "phone_number": "string",
- "email": "string",
- "latitude": 0,
- "longitude": 0,
- "comment": "string",
- "organization_number": "string",
- "organization_type": "string",
- "customer_reference": "string",
- "cost_center": "string"
}, - "billing_address": {
- "first_name": "John",
- "last_name": "Doe",
- "address_line": "string",
- "address_line_2": "string",
- "co_address": "Land Lord",
- "business_name": "string",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO",
- "phone_number": "string",
- "email": "string",
- "latitude": 0,
- "longitude": 0,
- "comment": "string",
- "organization_number": "string",
- "organization_type": "string",
- "customer_reference": "string",
- "cost_center": "string"
}, - "partial_payment": false,
- "items": [
- {
- "amount": 2000,
- "quantity": 2,
- "line_id": "1",
- "description": "Forsvinnignspølse",
- "vat": 20,
- "id": "10"
}, - {
- "amount": 6600,
- "quantity": 2,
- "line_id": "2",
- "description": "Vissvossafår på neppebrød",
- "vat": 20,
- "id": "6",
- "eligible_for_discount": true,
- "is_changed": true,
- "gross_amount": 10000,
- "discount_lines": [
- {
- "amount": 4400,
- "discount_type": "customer",
- "discount_id": "ed960ace-eb16-4e2e-ae52-b27647ccae8d",
- "description": "Vossafestpris",
- "line_id": 1
}
]
}, - {
- "amount": 59700,
- "quantity": 3,
- "line_id": "3",
- "description": "Luftboller",
- "vat": 20,
- "id": "1"
}
], - "gross_amount": 0,
- "is_changed": true,
- "shipping_option": {
- "id": "bring-pick-up-00001",
- "line_id": "bring-pick-up-00001-location-0a1f6b",
- "countries": [
- "NO"
], - "amount": 3900,
- "vat_amount": 975,
- "vat": 25,
- "title": "Standard",
- "description": "Pick up at your nearest postal office",
- "delivery_method": "pick_up",
- "operator": "Bring",
- "operator_product_id": "pick-up-00001-location-0a1f6b",
- "eta": {
- "starts_at": "2020-10-14T19:00:00Z",
- "ends_at": "2020-10-14T20:00:00Z"
}, - "time_slot": {
- "starts_at": "2020-10-14T19:00:00Z",
- "ends_at": "2020-10-14T20:00:00Z"
}, - "pick_up_address": {
- "first_name": "John",
- "last_name": "Doe",
- "address_line": "string",
- "address_line_2": "string",
- "co_address": "Land Lord",
- "business_name": "string",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO",
- "phone_number": "string",
- "email": "string",
- "latitude": 0,
- "longitude": 0,
- "comment": "string",
- "organization_number": "string",
- "organization_type": "string",
- "customer_reference": "string",
- "cost_center": "string",
- "distance": 0
}, - "metadata": {
- "operator_dest": "XAB1239",
- "number_x": 1921
}, - "environmental_data": {
- "description": "Fossil free",
- "details": [
- {
- "label": "Carbon offset",
- "value": "1KG CO2"
}
]
}, - "pay_in_store": {
- "type": "full"
}, - "fee_split": {
- "type": "proportional",
- "destinations": [
- "string"
]
}, - "splits": [
- {
- "payout_destination_id": "P000000001",
- "amount": 29700
}
]
}, - "store": {
- "id": "sc029",
- "name": "SC Oslo",
- "business_name": "SC Oslo AS",
- "address": {
- "address_line": "Sommerkroveien 34",
- "address_line_2": "PB 123",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO"
}, - "chain": "SuperChain",
- "email": "contact@superchain.com",
- "gln": "5790001398644",
- "organization_number": "123456789MVA",
- "phone_number": "+4738260107",
- "mcc": "5814",
- "bax": "102603",
- "terminal_id": "T0292"
}, - "discount_lines": [
- {
- "amount": 4400,
- "percentage": 44,
- "discount_type": "customer",
- "discount_id": "766da0ef-9283-42bd-b012-0582344ec53c",
- "description": "string",
- "line_id": 1
}
], - "discount_codes": [
- "SUMMER20"
], - "gift_cards": [
- {
- "type": "dintero.wallets",
- "card_id": "string",
- "amount": 0,
- "masked_card_token": "string"
}
], - "payout_destination_id": "string",
- "merchant_reference": "string"
}, - "expires_at": "2019-08-24T14:15:22Z",
- "checkboxes": [
- {
- "id": "string",
- "label": "string",
- "checked": true,
- "required": true,
- "link": {
- "url": "string",
- "text": "Terms for checkbox action"
}
}
], - "express": {
- "shipping_options": [
- {
- "id": "bring-pick-up-00001",
- "line_id": "bring-pick-up-00001-location-0a1f6b",
- "countries": [
- "NO"
], - "amount": 3900,
- "vat_amount": 975,
- "vat": 25,
- "title": "Standard",
- "description": "Pick up at your nearest postal office",
- "delivery_method": "pick_up",
- "operator": "Bring",
- "operator_product_id": "pick-up-00001-location-0a1f6b",
- "eta": {
- "starts_at": "2020-10-14T19:00:00Z",
- "ends_at": "2020-10-14T20:00:00Z"
}, - "time_slot": {
- "starts_at": "2020-10-14T19:00:00Z",
- "ends_at": "2020-10-14T20:00:00Z"
}, - "pick_up_address": {
- "first_name": "John",
- "last_name": "Doe",
- "address_line": "string",
- "address_line_2": "string",
- "co_address": "Land Lord",
- "business_name": "string",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO",
- "phone_number": "string",
- "email": "string",
- "latitude": 0,
- "longitude": 0,
- "comment": "string",
- "organization_number": "string",
- "organization_type": "string",
- "customer_reference": "string",
- "cost_center": "string",
- "distance": 0
}, - "metadata": {
- "operator_dest": "XAB1239",
- "number_x": 1921
}, - "environmental_data": {
- "description": "Fossil free",
- "details": [
- {
- "label": "Carbon offset",
- "value": "1KG CO2"
}
]
}, - "pay_in_store": {
- "type": "full"
}, - "fee_split": {
- "type": "proportional",
- "destinations": [
- "string"
]
}, - "splits": [
- {
- "payout_destination_id": "P000000001",
- "amount": 29700
}
]
}
], - "shipping_mode": "shipping_required",
- "discount_codes": {
- "max_count": 0,
}, - "customer_types": [
- "b2c",
- "b2b"
]
}, - "configuration": {
- "auto_capture": true,
- "channel": "in_app",
- "publish": [
- {
- "channel": "sms",
- "type": "checkout-link",
- "id": "string",
- "status": "sent"
}
], - "active_payment_types": {
- "enabled": true
}, - "default_payment_type": "bambora.applepay",
- "bambora": {
- "type": "payment_type",
- "applepay": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}, - "creditcard": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable",
- "generate_payment_token": false
}, - "googlepay": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}, - "mobilepay": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}, - "vipps": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}
}, - "dintero": {
- "type": "payment_type",
- "wallets": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}, - "zero": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}
}, - "dintero_psp": {
- "type": "payment_type",
- "creditcard": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}
}, - "instabank": {
- "finance": {
- "enabled": true,
- "payability": "payable",
- "product": {
- "product_code": "630",
- "minimum_monthly_balance_rate": "1.67",
- "annual_interest_rate": "0.0",
- "effective_annual_interest_rate": "0.0",
- "origination_fee": 9500,
- "notification_fee": 3900,
- "minimum_amount": 20000,
- "loan_example": {
- "amount": 2500000,
- "years": 1,
- "total_amount": 2772300,
- "cost": 272300,
- "effective_annual_interest_rate": "21.38"
}, - "branding_image_url": "string"
}
}, - "invoice": {
- "enabled": true,
- "payability": "payable",
- "require_applicant": true,
- "product": {
- "product_code": "632",
- "due_in_days": 10,
- "minimum_amount": 20000,
- "invoice_fee": 9500,
- "require_applicant_amount": 7500000,
- "branding_image_url": "string"
}
}, - "installment": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable",
- "products": [
- {
- "minimum_amount": 20000,
- "product_code": "633",
- "credit_time": 36,
- "origination_fee": 9500,
- "notification_fee": 3900,
- "annual_interest_rate": "0.0",
- "effective_annual_interest_rate": "54.69",
- "total_amount": 309400,
- "monthly_amount": 100000,
- "first_monthly_amount": 109500,
- "require_applicant_amount": 2500000,
- "loan_example": {
- "amount": 2500000,
- "years": 1,
- "total_amount": 2772300,
- "cost": 272300,
- "effective_annual_interest_rate": "21.38"
}, - "branding_image_url": "string"
}
]
}, - "postponement": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable",
- "products": [
- {
- "minimum_amount": 20000,
- "product_code": "633",
- "postponement_months": 36,
- "origination_fee": 9500,
- "notification_fee": 3900,
- "annual_interest_rate": "0.0",
- "effective_annual_interest_rate": "54.69",
- "total_amount": 309400,
- "require_applicant_amount": 2500000,
- "loan_example": {
- "amount": 2500000,
- "years": 1,
- "total_amount": 2772300,
- "cost": 272300,
- "effective_annual_interest_rate": "21.38"
}, - "branding_image_url": "string"
}
]
}
}, - "netaxept": {
- "type": "payment_type",
- "creditcard": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable",
- "terminal": {
- "terminal": "/Terminal/default.aspx",
- "terminal_design": "string",
- "terminal_single_page": true,
- "terminal_layout": "string"
}
}
}, - "payex": {
- "dynamic_descriptor": "string",
- "swish": {
- "enabled": true,
- "payability": "payable"
}, - "creditcard": {
- "enabled": true,
- "payability": "payable",
- "generate_payment_token": false,
- "generate_recurrence_token": false,
- "no_cvc": true
}, - "mobilepay": {
- "enabled": true,
- "payability": "payable"
}, - "vipps": {
- "enabled": true,
- "payability": "payable"
}, - "applepay": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}, - "clicktopay": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}, - "googlepay": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}
}, - "vipps": {
- "enabled": true,
- "payability": "payable",
- "dynamic_descriptor": "string"
}, - "collector": {
- "type": "payment_type",
- "dynamic_descriptor": "string",
- "invoice": {
- "type": "payment_product_type",
- "enabled": true,
- "countries": [
- "string"
], - "options": {
- "enable_on_hold": true
}, - "payability": "payable"
}, - "invoice_b2b": {
- "type": "payment_product_type",
- "payability": "payable",
- "enabled": true,
- "countries": [
- "string"
], - "options": {
- "disable_collector_b2b_address_enforcement": false,
- "enable_on_hold": true
}
}, - "invoice_b2b_preapproved": {
- "type": "payment_product_type",
- "payability": "payable",
- "enabled": true,
- "countries": [
- "string"
], - "accounts": [
- {
- "billing_address": {
- "business_name": "string",
- "organization_number": "stringstr",
- "address_line": "string",
- "address_line_2": "string",
- "co_address": "string",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO",
- "phone_number": "string",
- "email": "string",
- "customer_reference": "string",
- "cost_center": "string",
- "first_name": "John",
- "last_name": "Doe",
- "address_id": "address_1"
}, - "company_id": "string"
}
]
}, - "finance": {
- "type": "payment_product_type",
- "enabled": true,
- "countries": [
- "string"
], - "payability": "payable"
}, - "installment": {
- "type": "payment_product_type",
- "enabled": true,
- "countries": [
- "string"
], - "options": {
- "enable_on_hold": true
}, - "payability": "payable"
}
}, - "klarna": {
- "type": "payment_type",
- "klarna": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}, - "billie": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}
}, - "santander": {
- "type": "payment_type",
- "debit_account": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable",
- "branding_name": "string",
- "accounts": [
- {
- "account_number_token": "string",
- "masked_account_number": "string"
}
]
}
}, - "swish": {
- "type": "payment_type",
- "swish": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}
}, - "payout": {
- "dynamic_payout_destination_ids": [
- {
- "type": "order_store_id",
- "order_store_id": "STORE_123",
- "order_payout_destination_id": "PD_123"
}
], - "payment_products": [
- {
- "payment_product": "bambora"
}
]
}, - "discounts": {
- "type": "discounts",
- "express_discount_codes": {
- "payability": "payable",
- "enabled": true
}, - "order": {
- "enabled": false
}
}, - "theme": {
- "backdrop": "string",
- "primary": "string",
- "text": "string",
- "warning": "string",
- "error": "string",
- "font-family": "string"
}, - "countries": {
- "preferred_country": "string",
- "allow_countries": [
- "string"
], - "deny_countries": [
- "string"
]
}, - "default_customer_type": "b2c",
- "allow_different_billing_shipping_address": [ ]
}, - "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "customer_ip": "string",
- "user_agent": "string",
- "initiating_system_request_headers": {
- "dintero-system-name": "woocommerce",
- "dintero-system-version": "5.0.0",
- "dintero-system-plugin-name": "Dintero.Checkout.WooCommerce",
- "dintero-system-plugin-version": "2021.03.02",
- "user-agent": "Mozilla: Mozilla/5.0"
}, - "payment_operation": "unscheduled_purchase",
- "events": [
- {
- "id": "769952fe-86c9-4185-a1ce-aeb46da3509c",
- "name": "INITIATED",
- "created_at": "2019-05-09T09:13:40.306Z",
- "request_id": "b97b6312-f8b3-11ed-be56-0242ac120002"
}, - {
- "name": "VISITED",
- "created_at": "2019-05-09T09:13:50.548Z"
}, - {
- "name": "PAY_FAILED",
- "created_at": "2019-05-09T09:14:10.548Z",
- "details": {
- "error": "Rejected",
- "payment_product_type": "instabank.finance"
}
}, - {
- "name": "FAILED",
- "created_at": "2019-05-09T09:16:11.786Z"
}
], - "transaction_id": "string"
}, - "updated_at": "2019-08-24T14:15:22Z",
- "metadata": {
- "merchant_name": "string",
- "session:profile_id": "string",
- "payout": "payout_account",
- "payout_correlation_id": "string",
- "gateway:id": "string",
- "bambora:merchant_number": "string",
- "bambora:transaction_id": "string",
- "bambora:reference": "string",
- "bambora:acquirer": "string",
- "bambora:wallet": "string",
- "collector:StoreId": "string",
- "collector:Invoice.InvoiceNumber": "string",
- "collector:Invoice.OrderNumber": "string",
- "collector:Invoice.CountryCode": "string",
- "collector:Invoice.ProductCode": "string",
- "collector:Invoice.InvoiceType": "string",
- "collector:Invoice.SettlementReference": "string",
- "instabank:Sale.ExternalReference": "string",
- "instabank:Sale.Sequence": 0,
- "instabank:Sale.Product.Name": "string",
- "klarna:authorized_payment_method:type": "invoice",
- "klarna:authorized_payment_method:number_of_days": "string",
- "klarna:authorized_payment_method:number_of_installments": "string",
- "klarna:authorized_payment_method:fraud_status": "ACCEPTED",
- "netaxept:merchant_id": "string",
- "netaxept:transaction_id": "string",
- "payex:payment:payee_info:payee_id": "string",
- "payex:payment:payee_info:payee_name": "string",
- "payex:payment:payee_info:subsite": "string",
- "payex:payment:id": "string",
- "payex:payment:number": 0,
- "payex:payment:operation": "string",
- "payex:payment:created": "2019-08-24T14:15:22Z",
- "santander:debit_account.ApplicationNumber": "string",
- "santander:debit_account.StatusCode": "string",
- "swish:payment_request:id": "string",
- "swish:swish_number": "string",
- "swish:id": "string",
- "swish:paymentReference": "string",
- "vipps:transaction.orderId": "string",
- "vipps:transaction.transactionText": "string",
- "vipps:merchantInfo.merchantSerialNumber": "string",
- "vipps:merchantInfo.paymentType": "eComm Regular Payment"
}, - "checkboxes": [
- {
- "id": "string",
- "label": "string",
- "checked": true,
- "required": true,
- "link": {
- "url": "string",
- "text": "Terms for checkbox action"
}
}
]
}
scopes:
id required | string <checkout-id> The ID of the transaction |
includes | Array of strings Items Enum: "card.payment_token" "card.recurrence_token" "session" "events.request_headers" "events.success.true" "initiating_system_request_headers" Include aditional data that are by default excluded from the transaction details.
|
{- "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "payment_product": "bambora",
- "payment_product_type": "bambora.applepay",
- "amount": 72200,
- "currency": "NOK",
- "payout_destination_id": "string",
- "merchant_reference": "string",
- "merchant_reference_2": "string",
- "dynamic_descriptor": "string",
- "payment_operation": "unscheduled_purchase",
- "settlement_status": "NOT_SETTLED",
- "customer": {
- "customer_id": "string",
- "email": "john.doe@example.com",
- "phone_number": "+4799999999",
- "my_dintero": {
- "actions": [
- "create_user"
],
}
}, - "customer_ip": "127.0.0.1",
- "user_agent": "Mozilla/5.0 ...",
- "initiating_system_request_headers": {
- "dintero-system-name": "woocommerce",
- "dintero-system-version": "5.0.0",
- "dintero-system-plugin-name": "Dintero.Checkout.WooCommerce",
- "dintero-system-plugin-version": "2021.03.02",
- "user-agent": "Mozilla: Mozilla/5.0"
}, - "shipping_address": {
- "first_name": "John",
- "last_name": "Doe",
- "address_line": "string",
- "address_line_2": "string",
- "co_address": "Land Lord",
- "business_name": "string",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO",
- "phone_number": "string",
- "email": "string",
- "latitude": 0,
- "longitude": 0,
- "comment": "string",
- "organization_number": "string",
- "organization_type": "string",
- "customer_reference": "string",
- "cost_center": "string"
}, - "shipping_option": {
- "id": "bring-pick-up-00001",
- "line_id": "bring-pick-up-00001-location-0a1f6b",
- "countries": [
- "NO"
], - "amount": 3900,
- "vat_amount": 975,
- "vat": 25,
- "title": "Standard",
- "description": "Pick up at your nearest postal office",
- "delivery_method": "pick_up",
- "operator": "Bring",
- "operator_product_id": "pick-up-00001-location-0a1f6b",
- "eta": {
- "starts_at": "2020-10-14T19:00:00Z",
- "ends_at": "2020-10-14T20:00:00Z"
}, - "time_slot": {
- "starts_at": "2020-10-14T19:00:00Z",
- "ends_at": "2020-10-14T20:00:00Z"
}, - "pick_up_address": {
- "first_name": "John",
- "last_name": "Doe",
- "address_line": "string",
- "address_line_2": "string",
- "co_address": "Land Lord",
- "business_name": "string",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO",
- "phone_number": "string",
- "email": "string",
- "latitude": 0,
- "longitude": 0,
- "comment": "string",
- "organization_number": "string",
- "organization_type": "string",
- "customer_reference": "string",
- "cost_center": "string",
- "distance": 0
}, - "metadata": {
- "operator_dest": "XAB1239",
- "number_x": 1921
}, - "environmental_data": {
- "description": "Fossil free",
- "details": [
- {
- "label": "Carbon offset",
- "value": "1KG CO2"
}
]
}, - "pay_in_store": {
- "type": "full"
}, - "fee_split": {
- "type": "proportional",
- "destinations": [
- "string"
]
}, - "splits": [
- {
- "payout_destination_id": "P000000001",
- "amount": 29700
}
]
}, - "billing_address": {
- "first_name": "John",
- "last_name": "Doe",
- "address_line": "string",
- "address_line_2": "string",
- "co_address": "Land Lord",
- "business_name": "string",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO",
- "phone_number": "string",
- "email": "string",
- "latitude": 0,
- "longitude": 0,
- "comment": "string",
- "organization_number": "string",
- "organization_type": "string",
- "customer_reference": "string",
- "cost_center": "string"
}, - "store": {
- "id": "sc029",
- "name": "SC Oslo",
- "business_name": "SC Oslo AS",
- "address": {
- "address_line": "Sommerkroveien 34",
- "address_line_2": "PB 123",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO"
}, - "chain": "SuperChain",
- "email": "contact@superchain.com",
- "gln": "5790001398644",
- "organization_number": "123456789MVA",
- "phone_number": "+4738260107",
- "mcc": "5814",
- "bax": "102603",
- "terminal_id": "T0292"
}, - "status": "CAPTURED",
- "card": {
- "type": "string",
- "brand": "Visa",
- "region": "domestic",
- "masked_pan": "476173******0416",
- "expiry_date": "string",
- "eci": "04",
- "country": "string",
- "acquirer_transaction_type": "3DSECURE",
- "three_ds_version": "2",
- "three_ds_server_trans_id": "string",
- "payment_system_type": "wallet",
- "issuing_bank": "string",
- "acquirer_stan": "string",
- "acquirer_terminal_id": "string",
- "acquirer_transaction_time": "2019-08-24T14:15:22Z",
- "authentication_status": "Y",
- "payment_token": "string",
- "payment_token_id": "string",
- "recurrence_token": "string",
- "recurrence_token_id": "string"
}, - "gift_cards": [
- {
- "type": "dintero.wallets",
- "card_id": "string",
- "amount": 0,
- "masked_card_token": "string"
}
], - "items": [
- {
- "amount": 2000,
- "quantity": 2,
- "line_id": "1",
- "description": "Forsvinnignspølse",
- "vat": 20,
- "id": "10"
}, - {
- "amount": 6600,
- "quantity": 2,
- "line_id": "2",
- "description": "Vissvossafår på neppebrød",
- "vat": 20,
- "id": "6",
- "eligible_for_discount": true,
- "is_changed": true,
- "gross_amount": 10000,
- "discount_lines": [
- {
- "amount": 4400,
- "discount_type": "customer",
- "discount_id": "ed960ace-eb16-4e2e-ae52-b27647ccae8d",
- "description": "Vossafestpris",
- "line_id": 1
}
]
}, - {
- "amount": 59700,
- "quantity": 3,
- "line_id": "3",
- "description": "Luftboller",
- "vat": 20,
- "id": "1"
}
], - "url": {
}, - "events": [
- {
- "event": "INITIATE",
- "transaction_status": "INITIATED",
- "created_at": "2019-01-18T13:13:37.175Z",
- "success": true,
- "request_id": "a3dcc23125bc4363b9dae29ed25a4eb1",
- "metadata": {
- "bambora:transaction:status": "string",
- "bambora:transactionoperation:id": "string",
- "bambora:meta:action:source": "string",
- "bambora:meta:action:code": "string",
- "bambora:meta:action:type": "string",
- "payout_correlation_id": "string",
- "collector:Invoice.InvoiceStatus": 0,
- "collector:CorrelationId": "string",
- "collector:Invoice.PaymentReference": "string",
- "collector:Invoice.LowestAmountToPay": 0,
- "collector:Invoice.TotalAmount": 0,
- "collector:Invoice.DueDate": "string",
- "collector:Invoice.InvoiceUrl": "string",
- "collector:Invoice.CurrentInvoiceNumber": "string",
- "collector:Invoice.NewInvoiceNumber": "string",
- "instabank:Sale.Status": "string",
- "instabank:RequestId": "string",
- "dintero_psp:operation_ref": "string",
- "dintero_psp:authorization_operation_ref": "string",
- "dintero_psp:capture_operation_ref": "string",
- "dintero_psp:sale_operation_ref": "string",
- "klarna:reference": "string",
- "klarna:headers:capture_id": "string",
- "klarna:headers:refund_id": "string",
- "klarna:headers:location": "string",
- "klarna:authorization_expiration": "string",
- "klarna:authorization_expiration_reason": "string",
- "klarna:authorization_expiration_reference": "string",
- "klarna:authorization_expiration_error_reason": "string",
- "netaxept:transaction_id": "string",
- "netaxept:operation": "string",
- "netaxept:execution_time": "string",
- "netaxept:bat_number": "string",
- "netaxept:response_code": "string",
- "netaxept:terminal_url": "string",
- "payex:transaction:id": "string",
- "payex:transaction:number": 0,
- "payex:transaction:type": "string",
- "payex:transaction:state": "string",
- "payex:transaction:created": "2019-08-24T14:15:22Z",
- "payex:transaction:payee_reference": "string",
- "santander:debit_account.ApplicationNumber": "string",
- "santander:debit_account.StatusCode": "string",
- "swish:payment_request:get_payment_url": "string",
- "swish:id": "string",
- "swish:originalPaymentReference": "string",
- "swish:paymentReference": "string",
- "swish:amount": "string",
- "swish:dateCreated": "string",
- "swish:datePaid": "string",
- "swish:status": "string",
- "swish:errorCode": "string",
- "swish:errorMessage": "string",
- "vipps:transactionInfo.timeStamp": "2019-08-24T14:15:22Z",
- "vipps:transactionInfo.transactionId": "string",
- "vipps:transactionInfo.status": "INITIATE",
- "vipps:transaction.transactionText": "string"
}
}, - {
- "event": "AUTHORIZE",
- "transaction_status": "AUTHORIZED",
- "created_at": "2019-01-18T13:13:37.540Z",
- "success": true,
- "request_id": "f5f64165e5b3404e9af63586c184c3e9"
}, - {
- "event": "CAPTURE",
- "transaction_status": "PARTIALLY_CAPTURED",
- "created_at": "2019-01-18T15:37:00.879Z",
- "created_by": "99115ac5-2d10-4be4-8594-bbf5e3aa7dfc",
- "amount": 59700,
- "splits": [
- {
- "payout_destination_id": "P000000001",
- "amount": 29700
}, - {
- "payout_destination_id": "P000000002",
- "amount": 30000
}
], - "fee_split": {
- "type": "proportional",
- "destinations": [
- "P000000001"
]
}, - "items": [
- {
- "amount": 59700,
- "quantity": 3,
- "line_id": "3"
}
], - "success": true,
- "request_id": "27c71936004e48649c6dd437d314d90c"
}, - {
- "event": "CAPTURE",
- "transaction_status": "CAPTURED",
- "created_at": "2019-01-18T21:24:31.669Z",
- "created_by": "a33aef94-a17d-447a-a1dd-81055892b59d",
- "amount": 8600,
- "items": [
- {
- "amount": 2000,
- "quantity": 2,
- "line_id": "1"
}, - {
- "amount": 6600,
- "quantity": 2,
- "line_id": "2"
}
], - "success": true,
- "request_id": "c3e60b98a1d1466c97151318be621cf9"
}
], - "session_id": "P00000000.465U8CUzaPVpneu1wt8Wei",
- "session": {
- "url": {
}, - "customer": {
- "customer_id": "string",
- "email": "john.doe@example.com",
- "phone_number": "+4799999999"
}, - "order": {
- "amount": 72200,
- "currency": "NOK",
- "vat_amount": 13660,
- "merchant_reference_2": "string",
- "shipping_address": {
- "first_name": "John",
- "last_name": "Doe",
- "address_line": "string",
- "address_line_2": "string",
- "co_address": "Land Lord",
- "business_name": "string",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO",
- "phone_number": "string",
- "email": "string",
- "latitude": 0,
- "longitude": 0,
- "comment": "string",
- "organization_number": "string",
- "organization_type": "string",
- "customer_reference": "string",
- "cost_center": "string"
}, - "billing_address": {
- "first_name": "John",
- "last_name": "Doe",
- "address_line": "string",
- "address_line_2": "string",
- "co_address": "Land Lord",
- "business_name": "string",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO",
- "phone_number": "string",
- "email": "string",
- "latitude": 0,
- "longitude": 0,
- "comment": "string",
- "organization_number": "string",
- "organization_type": "string",
- "customer_reference": "string",
- "cost_center": "string"
}, - "partial_payment": false,
- "items": [
- {
- "amount": 2000,
- "quantity": 2,
- "line_id": "1",
- "description": "Forsvinnignspølse",
- "vat": 20,
- "id": "10"
}, - {
- "amount": 6600,
- "quantity": 2,
- "line_id": "2",
- "description": "Vissvossafår på neppebrød",
- "vat": 20,
- "id": "6",
- "eligible_for_discount": true,
- "is_changed": true,
- "gross_amount": 10000,
- "discount_lines": [
- {
- "amount": 4400,
- "discount_type": "customer",
- "discount_id": "ed960ace-eb16-4e2e-ae52-b27647ccae8d",
- "description": "Vossafestpris",
- "line_id": 1
}
]
}, - {
- "amount": 59700,
- "quantity": 3,
- "line_id": "3",
- "description": "Luftboller",
- "vat": 20,
- "id": "1"
}
], - "gross_amount": 0,
- "is_changed": true,
- "shipping_option": {
- "id": "bring-pick-up-00001",
- "line_id": "bring-pick-up-00001-location-0a1f6b",
- "countries": [
- "NO"
], - "amount": 3900,
- "vat_amount": 975,
- "vat": 25,
- "title": "Standard",
- "description": "Pick up at your nearest postal office",
- "delivery_method": "pick_up",
- "operator": "Bring",
- "operator_product_id": "pick-up-00001-location-0a1f6b",
- "eta": {
- "starts_at": "2020-10-14T19:00:00Z",
- "ends_at": "2020-10-14T20:00:00Z"
}, - "time_slot": {
- "starts_at": "2020-10-14T19:00:00Z",
- "ends_at": "2020-10-14T20:00:00Z"
}, - "pick_up_address": {
- "first_name": "John",
- "last_name": "Doe",
- "address_line": "string",
- "address_line_2": "string",
- "co_address": "Land Lord",
- "business_name": "string",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO",
- "phone_number": "string",
- "email": "string",
- "latitude": 0,
- "longitude": 0,
- "comment": "string",
- "organization_number": "string",
- "organization_type": "string",
- "customer_reference": "string",
- "cost_center": "string",
- "distance": 0
}, - "metadata": {
- "operator_dest": "XAB1239",
- "number_x": 1921
}, - "environmental_data": {
- "description": "Fossil free",
- "details": [
- {
- "label": "Carbon offset",
- "value": "1KG CO2"
}
]
}, - "pay_in_store": {
- "type": "full"
}, - "fee_split": {
- "type": "proportional",
- "destinations": [
- "string"
]
}, - "splits": [
- {
- "payout_destination_id": "P000000001",
- "amount": 29700
}
]
}, - "store": {
- "id": "sc029",
- "name": "SC Oslo",
- "business_name": "SC Oslo AS",
- "address": {
- "address_line": "Sommerkroveien 34",
- "address_line_2": "PB 123",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO"
}, - "chain": "SuperChain",
- "email": "contact@superchain.com",
- "gln": "5790001398644",
- "organization_number": "123456789MVA",
- "phone_number": "+4738260107",
- "mcc": "5814",
- "bax": "102603",
- "terminal_id": "T0292"
}, - "discount_lines": [
- {
- "amount": 4400,
- "percentage": 44,
- "discount_type": "customer",
- "discount_id": "766da0ef-9283-42bd-b012-0582344ec53c",
- "description": "string",
- "line_id": 1
}
], - "discount_codes": [
- "SUMMER20"
], - "gift_cards": [
- {
- "type": "dintero.wallets",
- "card_id": "string",
- "amount": 0,
- "masked_card_token": "string"
}
], - "payout_destination_id": "string",
- "merchant_reference": "string"
}, - "expires_at": "2019-08-24T14:15:22Z",
- "checkboxes": [
- {
- "id": "string",
- "label": "string",
- "checked": true,
- "required": true,
- "link": {
- "url": "string",
- "text": "Terms for checkbox action"
}
}
], - "express": {
- "shipping_options": [
- {
- "id": "bring-pick-up-00001",
- "line_id": "bring-pick-up-00001-location-0a1f6b",
- "countries": [
- "NO"
], - "amount": 3900,
- "vat_amount": 975,
- "vat": 25,
- "title": "Standard",
- "description": "Pick up at your nearest postal office",
- "delivery_method": "pick_up",
- "operator": "Bring",
- "operator_product_id": "pick-up-00001-location-0a1f6b",
- "eta": {
- "starts_at": "2020-10-14T19:00:00Z",
- "ends_at": "2020-10-14T20:00:00Z"
}, - "time_slot": {
- "starts_at": "2020-10-14T19:00:00Z",
- "ends_at": "2020-10-14T20:00:00Z"
}, - "pick_up_address": {
- "first_name": "John",
- "last_name": "Doe",
- "address_line": "string",
- "address_line_2": "string",
- "co_address": "Land Lord",
- "business_name": "string",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO",
- "phone_number": "string",
- "email": "string",
- "latitude": 0,
- "longitude": 0,
- "comment": "string",
- "organization_number": "string",
- "organization_type": "string",
- "customer_reference": "string",
- "cost_center": "string",
- "distance": 0
}, - "metadata": {
- "operator_dest": "XAB1239",
- "number_x": 1921
}, - "environmental_data": {
- "description": "Fossil free",
- "details": [
- {
- "label": "Carbon offset",
- "value": "1KG CO2"
}
]
}, - "pay_in_store": {
- "type": "full"
}, - "fee_split": {
- "type": "proportional",
- "destinations": [
- "string"
]
}, - "splits": [
- {
- "payout_destination_id": "P000000001",
- "amount": 29700
}
]
}
], - "shipping_mode": "shipping_required",
- "discount_codes": {
- "max_count": 0,
}, - "customer_types": [
- "b2c",
- "b2b"
]
}, - "configuration": {
- "auto_capture": true,
- "channel": "in_app",
- "publish": [
- {
- "channel": "sms",
- "type": "checkout-link",
- "id": "string",
- "status": "sent"
}
], - "active_payment_types": {
- "enabled": true
}, - "default_payment_type": "bambora.applepay",
- "bambora": {
- "type": "payment_type",
- "applepay": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}, - "creditcard": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable",
- "generate_payment_token": false
}, - "googlepay": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}, - "mobilepay": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}, - "vipps": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}
}, - "dintero": {
- "type": "payment_type",
- "wallets": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}, - "zero": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}
}, - "dintero_psp": {
- "type": "payment_type",
- "creditcard": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}
}, - "instabank": {
- "finance": {
- "enabled": true,
- "payability": "payable",
- "product": {
- "product_code": "630",
- "minimum_monthly_balance_rate": "1.67",
- "annual_interest_rate": "0.0",
- "effective_annual_interest_rate": "0.0",
- "origination_fee": 9500,
- "notification_fee": 3900,
- "minimum_amount": 20000,
- "loan_example": {
- "amount": 2500000,
- "years": 1,
- "total_amount": 2772300,
- "cost": 272300,
- "effective_annual_interest_rate": "21.38"
}, - "branding_image_url": "string"
}
}, - "invoice": {
- "enabled": true,
- "payability": "payable",
- "require_applicant": true,
- "product": {
- "product_code": "632",
- "due_in_days": 10,
- "minimum_amount": 20000,
- "invoice_fee": 9500,
- "require_applicant_amount": 7500000,
- "branding_image_url": "string"
}
}, - "installment": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable",
- "products": [
- {
- "minimum_amount": 20000,
- "product_code": "633",
- "credit_time": 36,
- "origination_fee": 9500,
- "notification_fee": 3900,
- "annual_interest_rate": "0.0",
- "effective_annual_interest_rate": "54.69",
- "total_amount": 309400,
- "monthly_amount": 100000,
- "first_monthly_amount": 109500,
- "require_applicant_amount": 2500000,
- "loan_example": {
- "amount": 2500000,
- "years": 1,
- "total_amount": 2772300,
- "cost": 272300,
- "effective_annual_interest_rate": "21.38"
}, - "branding_image_url": "string"
}
]
}, - "postponement": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable",
- "products": [
- {
- "minimum_amount": 20000,
- "product_code": "633",
- "postponement_months": 36,
- "origination_fee": 9500,
- "notification_fee": 3900,
- "annual_interest_rate": "0.0",
- "effective_annual_interest_rate": "54.69",
- "total_amount": 309400,
- "require_applicant_amount": 2500000,
- "loan_example": {
- "amount": 2500000,
- "years": 1,
- "total_amount": 2772300,
- "cost": 272300,
- "effective_annual_interest_rate": "21.38"
}, - "branding_image_url": "string"
}
]
}
}, - "netaxept": {
- "type": "payment_type",
- "creditcard": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable",
- "terminal": {
- "terminal": "/Terminal/default.aspx",
- "terminal_design": "string",
- "terminal_single_page": true,
- "terminal_layout": "string"
}
}
}, - "payex": {
- "dynamic_descriptor": "string",
- "swish": {
- "enabled": true,
- "payability": "payable"
}, - "creditcard": {
- "enabled": true,
- "payability": "payable",
- "generate_payment_token": false,
- "generate_recurrence_token": false,
- "no_cvc": true
}, - "mobilepay": {
- "enabled": true,
- "payability": "payable"
}, - "vipps": {
- "enabled": true,
- "payability": "payable"
}, - "applepay": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}, - "clicktopay": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}, - "googlepay": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}
}, - "vipps": {
- "enabled": true,
- "payability": "payable",
- "dynamic_descriptor": "string"
}, - "collector": {
- "type": "payment_type",
- "dynamic_descriptor": "string",
- "invoice": {
- "type": "payment_product_type",
- "enabled": true,
- "countries": [
- "string"
], - "options": {
- "enable_on_hold": true
}, - "payability": "payable"
}, - "invoice_b2b": {
- "type": "payment_product_type",
- "payability": "payable",
- "enabled": true,
- "countries": [
- "string"
], - "options": {
- "disable_collector_b2b_address_enforcement": false,
- "enable_on_hold": true
}
}, - "invoice_b2b_preapproved": {
- "type": "payment_product_type",
- "payability": "payable",
- "enabled": true,
- "countries": [
- "string"
], - "accounts": [
- {
- "billing_address": {
- "business_name": "string",
- "organization_number": "stringstr",
- "address_line": "string",
- "address_line_2": "string",
- "co_address": "string",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO",
- "phone_number": "string",
- "email": "string",
- "customer_reference": "string",
- "cost_center": "string",
- "first_name": "John",
- "last_name": "Doe",
- "address_id": "address_1"
}, - "company_id": "string"
}
]
}, - "finance": {
- "type": "payment_product_type",
- "enabled": true,
- "countries": [
- "string"
], - "payability": "payable"
}, - "installment": {
- "type": "payment_product_type",
- "enabled": true,
- "countries": [
- "string"
], - "options": {
- "enable_on_hold": true
}, - "payability": "payable"
}
}, - "klarna": {
- "type": "payment_type",
- "klarna": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}, - "billie": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}
}, - "santander": {
- "type": "payment_type",
- "debit_account": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable",
- "branding_name": "string",
- "accounts": [
- {
- "account_number_token": "string",
- "masked_account_number": "string"
}
]
}
}, - "swish": {
- "type": "payment_type",
- "swish": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}
}, - "payout": {
- "dynamic_payout_destination_ids": [
- {
- "type": "order_store_id",
- "order_store_id": "STORE_123",
- "order_payout_destination_id": "PD_123"
}
], - "payment_products": [
- {
- "payment_product": "bambora"
}
]
}, - "discounts": {
- "type": "discounts",
- "express_discount_codes": {
- "payability": "payable",
- "enabled": true
}, - "order": {
- "enabled": false
}
}, - "theme": {
- "backdrop": "string",
- "primary": "string",
- "text": "string",
- "warning": "string",
- "error": "string",
- "font-family": "string"
}, - "countries": {
- "preferred_country": "string",
- "allow_countries": [
- "string"
], - "deny_countries": [
- "string"
]
}, - "default_customer_type": "b2c",
- "allow_different_billing_shipping_address": [ ]
}, - "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "customer_ip": "string",
- "user_agent": "string",
- "initiating_system_request_headers": {
- "dintero-system-name": "woocommerce",
- "dintero-system-version": "5.0.0",
- "dintero-system-plugin-name": "Dintero.Checkout.WooCommerce",
- "dintero-system-plugin-version": "2021.03.02",
- "user-agent": "Mozilla: Mozilla/5.0"
}, - "payment_operation": "unscheduled_purchase",
- "events": [
- {
- "id": "769952fe-86c9-4185-a1ce-aeb46da3509c",
- "name": "INITIATED",
- "created_at": "2019-05-09T09:13:40.306Z",
- "request_id": "b97b6312-f8b3-11ed-be56-0242ac120002"
}, - {
- "name": "VISITED",
- "created_at": "2019-05-09T09:13:50.548Z"
}, - {
- "name": "PAY_FAILED",
- "created_at": "2019-05-09T09:14:10.548Z",
- "details": {
- "error": "Rejected",
- "payment_product_type": "instabank.finance"
}
}, - {
- "name": "FAILED",
- "created_at": "2019-05-09T09:16:11.786Z"
}
], - "transaction_id": "string"
}, - "updated_at": "2019-08-24T14:15:22Z",
- "metadata": {
- "merchant_name": "string",
- "session:profile_id": "string",
- "payout": "payout_account",
- "payout_correlation_id": "string",
- "gateway:id": "string",
- "bambora:merchant_number": "string",
- "bambora:transaction_id": "string",
- "bambora:reference": "string",
- "bambora:acquirer": "string",
- "bambora:wallet": "string",
- "collector:StoreId": "string",
- "collector:Invoice.InvoiceNumber": "string",
- "collector:Invoice.OrderNumber": "string",
- "collector:Invoice.CountryCode": "string",
- "collector:Invoice.ProductCode": "string",
- "collector:Invoice.InvoiceType": "string",
- "collector:Invoice.SettlementReference": "string",
- "instabank:Sale.ExternalReference": "string",
- "instabank:Sale.Sequence": 0,
- "instabank:Sale.Product.Name": "string",
- "klarna:authorized_payment_method:type": "invoice",
- "klarna:authorized_payment_method:number_of_days": "string",
- "klarna:authorized_payment_method:number_of_installments": "string",
- "klarna:authorized_payment_method:fraud_status": "ACCEPTED",
- "netaxept:merchant_id": "string",
- "netaxept:transaction_id": "string",
- "payex:payment:payee_info:payee_id": "string",
- "payex:payment:payee_info:payee_name": "string",
- "payex:payment:payee_info:subsite": "string",
- "payex:payment:id": "string",
- "payex:payment:number": 0,
- "payex:payment:operation": "string",
- "payex:payment:created": "2019-08-24T14:15:22Z",
- "santander:debit_account.ApplicationNumber": "string",
- "santander:debit_account.StatusCode": "string",
- "swish:payment_request:id": "string",
- "swish:swish_number": "string",
- "swish:id": "string",
- "swish:paymentReference": "string",
- "vipps:transaction.orderId": "string",
- "vipps:transaction.transactionText": "string",
- "vipps:merchantInfo.merchantSerialNumber": "string",
- "vipps:merchantInfo.paymentType": "eComm Regular Payment"
}, - "checkboxes": [
- {
- "id": "string",
- "label": "string",
- "checked": true,
- "required": true,
- "link": {
- "url": "string",
- "text": "Terms for checkbox action"
}
}
]
}
scopes:
id required | string <checkout-id> The ID of the transaction |
merchant_reference_2 | string A reference specified by the merchant to identify the transaction, can be updated after the transaction has been created |
{- "merchant_reference_2": "string"
}
{- "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "payment_product": "bambora",
- "payment_product_type": "bambora.applepay",
- "amount": 72200,
- "currency": "NOK",
- "payout_destination_id": "string",
- "merchant_reference": "string",
- "merchant_reference_2": "string",
- "dynamic_descriptor": "string",
- "payment_operation": "unscheduled_purchase",
- "settlement_status": "NOT_SETTLED",
- "customer": {
- "customer_id": "string",
- "email": "john.doe@example.com",
- "phone_number": "+4799999999",
- "my_dintero": {
- "actions": [
- "create_user"
],
}
}, - "customer_ip": "127.0.0.1",
- "user_agent": "Mozilla/5.0 ...",
- "initiating_system_request_headers": {
- "dintero-system-name": "woocommerce",
- "dintero-system-version": "5.0.0",
- "dintero-system-plugin-name": "Dintero.Checkout.WooCommerce",
- "dintero-system-plugin-version": "2021.03.02",
- "user-agent": "Mozilla: Mozilla/5.0"
}, - "shipping_address": {
- "first_name": "John",
- "last_name": "Doe",
- "address_line": "string",
- "address_line_2": "string",
- "co_address": "Land Lord",
- "business_name": "string",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO",
- "phone_number": "string",
- "email": "string",
- "latitude": 0,
- "longitude": 0,
- "comment": "string",
- "organization_number": "string",
- "organization_type": "string",
- "customer_reference": "string",
- "cost_center": "string"
}, - "shipping_option": {
- "id": "bring-pick-up-00001",
- "line_id": "bring-pick-up-00001-location-0a1f6b",
- "countries": [
- "NO"
], - "amount": 3900,
- "vat_amount": 975,
- "vat": 25,
- "title": "Standard",
- "description": "Pick up at your nearest postal office",
- "delivery_method": "pick_up",
- "operator": "Bring",
- "operator_product_id": "pick-up-00001-location-0a1f6b",
- "eta": {
- "starts_at": "2020-10-14T19:00:00Z",
- "ends_at": "2020-10-14T20:00:00Z"
}, - "time_slot": {
- "starts_at": "2020-10-14T19:00:00Z",
- "ends_at": "2020-10-14T20:00:00Z"
}, - "pick_up_address": {
- "first_name": "John",
- "last_name": "Doe",
- "address_line": "string",
- "address_line_2": "string",
- "co_address": "Land Lord",
- "business_name": "string",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO",
- "phone_number": "string",
- "email": "string",
- "latitude": 0,
- "longitude": 0,
- "comment": "string",
- "organization_number": "string",
- "organization_type": "string",
- "customer_reference": "string",
- "cost_center": "string",
- "distance": 0
}, - "metadata": {
- "operator_dest": "XAB1239",
- "number_x": 1921
}, - "environmental_data": {
- "description": "Fossil free",
- "details": [
- {
- "label": "Carbon offset",
- "value": "1KG CO2"
}
]
}, - "pay_in_store": {
- "type": "full"
}, - "fee_split": {
- "type": "proportional",
- "destinations": [
- "string"
]
}, - "splits": [
- {
- "payout_destination_id": "P000000001",
- "amount": 29700
}
]
}, - "billing_address": {
- "first_name": "John",
- "last_name": "Doe",
- "address_line": "string",
- "address_line_2": "string",
- "co_address": "Land Lord",
- "business_name": "string",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO",
- "phone_number": "string",
- "email": "string",
- "latitude": 0,
- "longitude": 0,
- "comment": "string",
- "organization_number": "string",
- "organization_type": "string",
- "customer_reference": "string",
- "cost_center": "string"
}, - "store": {
- "id": "sc029",
- "name": "SC Oslo",
- "business_name": "SC Oslo AS",
- "address": {
- "address_line": "Sommerkroveien 34",
- "address_line_2": "PB 123",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO"
}, - "chain": "SuperChain",
- "email": "contact@superchain.com",
- "gln": "5790001398644",
- "organization_number": "123456789MVA",
- "phone_number": "+4738260107",
- "mcc": "5814",
- "bax": "102603",
- "terminal_id": "T0292"
}, - "status": "CAPTURED",
- "card": {
- "type": "string",
- "brand": "Visa",
- "region": "domestic",
- "masked_pan": "476173******0416",
- "expiry_date": "string",
- "eci": "04",
- "country": "string",
- "acquirer_transaction_type": "3DSECURE",
- "three_ds_version": "2",
- "three_ds_server_trans_id": "string",
- "payment_system_type": "wallet",
- "issuing_bank": "string",
- "acquirer_stan": "string",
- "acquirer_terminal_id": "string",
- "acquirer_transaction_time": "2019-08-24T14:15:22Z",
- "authentication_status": "Y",
- "payment_token": "string",
- "payment_token_id": "string",
- "recurrence_token": "string",
- "recurrence_token_id": "string"
}, - "gift_cards": [
- {
- "type": "dintero.wallets",
- "card_id": "string",
- "amount": 0,
- "masked_card_token": "string"
}
], - "items": [
- {
- "amount": 2000,
- "quantity": 2,
- "line_id": "1",
- "description": "Forsvinnignspølse",
- "vat": 20,
- "id": "10"
}, - {
- "amount": 6600,
- "quantity": 2,
- "line_id": "2",
- "description": "Vissvossafår på neppebrød",
- "vat": 20,
- "id": "6",
- "eligible_for_discount": true,
- "is_changed": true,
- "gross_amount": 10000,
- "discount_lines": [
- {
- "amount": 4400,
- "discount_type": "customer",
- "discount_id": "ed960ace-eb16-4e2e-ae52-b27647ccae8d",
- "description": "Vossafestpris",
- "line_id": 1
}
]
}, - {
- "amount": 59700,
- "quantity": 3,
- "line_id": "3",
- "description": "Luftboller",
- "vat": 20,
- "id": "1"
}
], - "url": {
}, - "events": [
- {
- "event": "INITIATE",
- "transaction_status": "INITIATED",
- "created_at": "2019-01-18T13:13:37.175Z",
- "success": true,
- "request_id": "a3dcc23125bc4363b9dae29ed25a4eb1",
- "metadata": {
- "bambora:transaction:status": "string",
- "bambora:transactionoperation:id": "string",
- "bambora:meta:action:source": "string",
- "bambora:meta:action:code": "string",
- "bambora:meta:action:type": "string",
- "payout_correlation_id": "string",
- "collector:Invoice.InvoiceStatus": 0,
- "collector:CorrelationId": "string",
- "collector:Invoice.PaymentReference": "string",
- "collector:Invoice.LowestAmountToPay": 0,
- "collector:Invoice.TotalAmount": 0,
- "collector:Invoice.DueDate": "string",
- "collector:Invoice.InvoiceUrl": "string",
- "collector:Invoice.CurrentInvoiceNumber": "string",
- "collector:Invoice.NewInvoiceNumber": "string",
- "instabank:Sale.Status": "string",
- "instabank:RequestId": "string",
- "dintero_psp:operation_ref": "string",
- "dintero_psp:authorization_operation_ref": "string",
- "dintero_psp:capture_operation_ref": "string",
- "dintero_psp:sale_operation_ref": "string",
- "klarna:reference": "string",
- "klarna:headers:capture_id": "string",
- "klarna:headers:refund_id": "string",
- "klarna:headers:location": "string",
- "klarna:authorization_expiration": "string",
- "klarna:authorization_expiration_reason": "string",
- "klarna:authorization_expiration_reference": "string",
- "klarna:authorization_expiration_error_reason": "string",
- "netaxept:transaction_id": "string",
- "netaxept:operation": "string",
- "netaxept:execution_time": "string",
- "netaxept:bat_number": "string",
- "netaxept:response_code": "string",
- "netaxept:terminal_url": "string",
- "payex:transaction:id": "string",
- "payex:transaction:number": 0,
- "payex:transaction:type": "string",
- "payex:transaction:state": "string",
- "payex:transaction:created": "2019-08-24T14:15:22Z",
- "payex:transaction:payee_reference": "string",
- "santander:debit_account.ApplicationNumber": "string",
- "santander:debit_account.StatusCode": "string",
- "swish:payment_request:get_payment_url": "string",
- "swish:id": "string",
- "swish:originalPaymentReference": "string",
- "swish:paymentReference": "string",
- "swish:amount": "string",
- "swish:dateCreated": "string",
- "swish:datePaid": "string",
- "swish:status": "string",
- "swish:errorCode": "string",
- "swish:errorMessage": "string",
- "vipps:transactionInfo.timeStamp": "2019-08-24T14:15:22Z",
- "vipps:transactionInfo.transactionId": "string",
- "vipps:transactionInfo.status": "INITIATE",
- "vipps:transaction.transactionText": "string"
}
}, - {
- "event": "AUTHORIZE",
- "transaction_status": "AUTHORIZED",
- "created_at": "2019-01-18T13:13:37.540Z",
- "success": true,
- "request_id": "f5f64165e5b3404e9af63586c184c3e9"
}, - {
- "event": "CAPTURE",
- "transaction_status": "PARTIALLY_CAPTURED",
- "created_at": "2019-01-18T15:37:00.879Z",
- "created_by": "99115ac5-2d10-4be4-8594-bbf5e3aa7dfc",
- "amount": 59700,
- "splits": [
- {
- "payout_destination_id": "P000000001",
- "amount": 29700
}, - {
- "payout_destination_id": "P000000002",
- "amount": 30000
}
], - "fee_split": {
- "type": "proportional",
- "destinations": [
- "P000000001"
]
}, - "items": [
- {
- "amount": 59700,
- "quantity": 3,
- "line_id": "3"
}
], - "success": true,
- "request_id": "27c71936004e48649c6dd437d314d90c"
}, - {
- "event": "CAPTURE",
- "transaction_status": "CAPTURED",
- "created_at": "2019-01-18T21:24:31.669Z",
- "created_by": "a33aef94-a17d-447a-a1dd-81055892b59d",
- "amount": 8600,
- "items": [
- {
- "amount": 2000,
- "quantity": 2,
- "line_id": "1"
}, - {
- "amount": 6600,
- "quantity": 2,
- "line_id": "2"
}
], - "success": true,
- "request_id": "c3e60b98a1d1466c97151318be621cf9"
}
], - "session_id": "P00000000.465U8CUzaPVpneu1wt8Wei",
- "session": {
- "url": {
}, - "customer": {
- "customer_id": "string",
- "email": "john.doe@example.com",
- "phone_number": "+4799999999"
}, - "order": {
- "amount": 72200,
- "currency": "NOK",
- "vat_amount": 13660,
- "merchant_reference_2": "string",
- "shipping_address": {
- "first_name": "John",
- "last_name": "Doe",
- "address_line": "string",
- "address_line_2": "string",
- "co_address": "Land Lord",
- "business_name": "string",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO",
- "phone_number": "string",
- "email": "string",
- "latitude": 0,
- "longitude": 0,
- "comment": "string",
- "organization_number": "string",
- "organization_type": "string",
- "customer_reference": "string",
- "cost_center": "string"
}, - "billing_address": {
- "first_name": "John",
- "last_name": "Doe",
- "address_line": "string",
- "address_line_2": "string",
- "co_address": "Land Lord",
- "business_name": "string",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO",
- "phone_number": "string",
- "email": "string",
- "latitude": 0,
- "longitude": 0,
- "comment": "string",
- "organization_number": "string",
- "organization_type": "string",
- "customer_reference": "string",
- "cost_center": "string"
}, - "partial_payment": false,
- "items": [
- {
- "amount": 2000,
- "quantity": 2,
- "line_id": "1",
- "description": "Forsvinnignspølse",
- "vat": 20,
- "id": "10"
}, - {
- "amount": 6600,
- "quantity": 2,
- "line_id": "2",
- "description": "Vissvossafår på neppebrød",
- "vat": 20,
- "id": "6",
- "eligible_for_discount": true,
- "is_changed": true,
- "gross_amount": 10000,
- "discount_lines": [
- {
- "amount": 4400,
- "discount_type": "customer",
- "discount_id": "ed960ace-eb16-4e2e-ae52-b27647ccae8d",
- "description": "Vossafestpris",
- "line_id": 1
}
]
}, - {
- "amount": 59700,
- "quantity": 3,
- "line_id": "3",
- "description": "Luftboller",
- "vat": 20,
- "id": "1"
}
], - "gross_amount": 0,
- "is_changed": true,
- "shipping_option": {
- "id": "bring-pick-up-00001",
- "line_id": "bring-pick-up-00001-location-0a1f6b",
- "countries": [
- "NO"
], - "amount": 3900,
- "vat_amount": 975,
- "vat": 25,
- "title": "Standard",
- "description": "Pick up at your nearest postal office",
- "delivery_method": "pick_up",
- "operator": "Bring",
- "operator_product_id": "pick-up-00001-location-0a1f6b",
- "eta": {
- "starts_at": "2020-10-14T19:00:00Z",
- "ends_at": "2020-10-14T20:00:00Z"
}, - "time_slot": {
- "starts_at": "2020-10-14T19:00:00Z",
- "ends_at": "2020-10-14T20:00:00Z"
}, - "pick_up_address": {
- "first_name": "John",
- "last_name": "Doe",
- "address_line": "string",
- "address_line_2": "string",
- "co_address": "Land Lord",
- "business_name": "string",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO",
- "phone_number": "string",
- "email": "string",
- "latitude": 0,
- "longitude": 0,
- "comment": "string",
- "organization_number": "string",
- "organization_type": "string",
- "customer_reference": "string",
- "cost_center": "string",
- "distance": 0
}, - "metadata": {
- "operator_dest": "XAB1239",
- "number_x": 1921
}, - "environmental_data": {
- "description": "Fossil free",
- "details": [
- {
- "label": "Carbon offset",
- "value": "1KG CO2"
}
]
}, - "pay_in_store": {
- "type": "full"
}, - "fee_split": {
- "type": "proportional",
- "destinations": [
- "string"
]
}, - "splits": [
- {
- "payout_destination_id": "P000000001",
- "amount": 29700
}
]
}, - "store": {
- "id": "sc029",
- "name": "SC Oslo",
- "business_name": "SC Oslo AS",
- "address": {
- "address_line": "Sommerkroveien 34",
- "address_line_2": "PB 123",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO"
}, - "chain": "SuperChain",
- "email": "contact@superchain.com",
- "gln": "5790001398644",
- "organization_number": "123456789MVA",
- "phone_number": "+4738260107",
- "mcc": "5814",
- "bax": "102603",
- "terminal_id": "T0292"
}, - "discount_lines": [
- {
- "amount": 4400,
- "percentage": 44,
- "discount_type": "customer",
- "discount_id": "766da0ef-9283-42bd-b012-0582344ec53c",
- "description": "string",
- "line_id": 1
}
], - "discount_codes": [
- "SUMMER20"
], - "gift_cards": [
- {
- "type": "dintero.wallets",
- "card_id": "string",
- "amount": 0,
- "masked_card_token": "string"
}
], - "payout_destination_id": "string",
- "merchant_reference": "string"
}, - "expires_at": "2019-08-24T14:15:22Z",
- "checkboxes": [
- {
- "id": "string",
- "label": "string",
- "checked": true,
- "required": true,
- "link": {
- "url": "string",
- "text": "Terms for checkbox action"
}
}
], - "express": {
- "shipping_options": [
- {
- "id": "bring-pick-up-00001",
- "line_id": "bring-pick-up-00001-location-0a1f6b",
- "countries": [
- "NO"
], - "amount": 3900,
- "vat_amount": 975,
- "vat": 25,
- "title": "Standard",
- "description": "Pick up at your nearest postal office",
- "delivery_method": "pick_up",
- "operator": "Bring",
- "operator_product_id": "pick-up-00001-location-0a1f6b",
- "eta": {
- "starts_at": "2020-10-14T19:00:00Z",
- "ends_at": "2020-10-14T20:00:00Z"
}, - "time_slot": {
- "starts_at": "2020-10-14T19:00:00Z",
- "ends_at": "2020-10-14T20:00:00Z"
}, - "pick_up_address": {
- "first_name": "John",
- "last_name": "Doe",
- "address_line": "string",
- "address_line_2": "string",
- "co_address": "Land Lord",
- "business_name": "string",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO",
- "phone_number": "string",
- "email": "string",
- "latitude": 0,
- "longitude": 0,
- "comment": "string",
- "organization_number": "string",
- "organization_type": "string",
- "customer_reference": "string",
- "cost_center": "string",
- "distance": 0
}, - "metadata": {
- "operator_dest": "XAB1239",
- "number_x": 1921
}, - "environmental_data": {
- "description": "Fossil free",
- "details": [
- {
- "label": "Carbon offset",
- "value": "1KG CO2"
}
]
}, - "pay_in_store": {
- "type": "full"
}, - "fee_split": {
- "type": "proportional",
- "destinations": [
- "string"
]
}, - "splits": [
- {
- "payout_destination_id": "P000000001",
- "amount": 29700
}
]
}
], - "shipping_mode": "shipping_required",
- "discount_codes": {
- "max_count": 0,
}, - "customer_types": [
- "b2c",
- "b2b"
]
}, - "configuration": {
- "auto_capture": true,
- "channel": "in_app",
- "publish": [
- {
- "channel": "sms",
- "type": "checkout-link",
- "id": "string",
- "status": "sent"
}
], - "active_payment_types": {
- "enabled": true
}, - "default_payment_type": "bambora.applepay",
- "bambora": {
- "type": "payment_type",
- "applepay": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}, - "creditcard": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable",
- "generate_payment_token": false
}, - "googlepay": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}, - "mobilepay": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}, - "vipps": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}
}, - "dintero": {
- "type": "payment_type",
- "wallets": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}, - "zero": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}
}, - "dintero_psp": {
- "type": "payment_type",
- "creditcard": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}
}, - "instabank": {
- "finance": {
- "enabled": true,
- "payability": "payable",
- "product": {
- "product_code": "630",
- "minimum_monthly_balance_rate": "1.67",
- "annual_interest_rate": "0.0",
- "effective_annual_interest_rate": "0.0",
- "origination_fee": 9500,
- "notification_fee": 3900,
- "minimum_amount": 20000,
- "loan_example": {
- "amount": 2500000,
- "years": 1,
- "total_amount": 2772300,
- "cost": 272300,
- "effective_annual_interest_rate": "21.38"
}, - "branding_image_url": "string"
}
}, - "invoice": {
- "enabled": true,
- "payability": "payable",
- "require_applicant": true,
- "product": {
- "product_code": "632",
- "due_in_days": 10,
- "minimum_amount": 20000,
- "invoice_fee": 9500,
- "require_applicant_amount": 7500000,
- "branding_image_url": "string"
}
}, - "installment": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable",
- "products": [
- {
- "minimum_amount": 20000,
- "product_code": "633",
- "credit_time": 36,
- "origination_fee": 9500,
- "notification_fee": 3900,
- "annual_interest_rate": "0.0",
- "effective_annual_interest_rate": "54.69",
- "total_amount": 309400,
- "monthly_amount": 100000,
- "first_monthly_amount": 109500,
- "require_applicant_amount": 2500000,
- "loan_example": {
- "amount": 2500000,
- "years": 1,
- "total_amount": 2772300,
- "cost": 272300,
- "effective_annual_interest_rate": "21.38"
}, - "branding_image_url": "string"
}
]
}, - "postponement": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable",
- "products": [
- {
- "minimum_amount": 20000,
- "product_code": "633",
- "postponement_months": 36,
- "origination_fee": 9500,
- "notification_fee": 3900,
- "annual_interest_rate": "0.0",
- "effective_annual_interest_rate": "54.69",
- "total_amount": 309400,
- "require_applicant_amount": 2500000,
- "loan_example": {
- "amount": 2500000,
- "years": 1,
- "total_amount": 2772300,
- "cost": 272300,
- "effective_annual_interest_rate": "21.38"
}, - "branding_image_url": "string"
}
]
}
}, - "netaxept": {
- "type": "payment_type",
- "creditcard": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable",
- "terminal": {
- "terminal": "/Terminal/default.aspx",
- "terminal_design": "string",
- "terminal_single_page": true,
- "terminal_layout": "string"
}
}
}, - "payex": {
- "dynamic_descriptor": "string",
- "swish": {
- "enabled": true,
- "payability": "payable"
}, - "creditcard": {
- "enabled": true,
- "payability": "payable",
- "generate_payment_token": false,
- "generate_recurrence_token": false,
- "no_cvc": true
}, - "mobilepay": {
- "enabled": true,
- "payability": "payable"
}, - "vipps": {
- "enabled": true,
- "payability": "payable"
}, - "applepay": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}, - "clicktopay": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}, - "googlepay": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}
}, - "vipps": {
- "enabled": true,
- "payability": "payable",
- "dynamic_descriptor": "string"
}, - "collector": {
- "type": "payment_type",
- "dynamic_descriptor": "string",
- "invoice": {
- "type": "payment_product_type",
- "enabled": true,
- "countries": [
- "string"
], - "options": {
- "enable_on_hold": true
}, - "payability": "payable"
}, - "invoice_b2b": {
- "type": "payment_product_type",
- "payability": "payable",
- "enabled": true,
- "countries": [
- "string"
], - "options": {
- "disable_collector_b2b_address_enforcement": false,
- "enable_on_hold": true
}
}, - "invoice_b2b_preapproved": {
- "type": "payment_product_type",
- "payability": "payable",
- "enabled": true,
- "countries": [
- "string"
], - "accounts": [
- {
- "billing_address": {
- "business_name": "string",
- "organization_number": "stringstr",
- "address_line": "string",
- "address_line_2": "string",
- "co_address": "string",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO",
- "phone_number": "string",
- "email": "string",
- "customer_reference": "string",
- "cost_center": "string",
- "first_name": "John",
- "last_name": "Doe",
- "address_id": "address_1"
}, - "company_id": "string"
}
]
}, - "finance": {
- "type": "payment_product_type",
- "enabled": true,
- "countries": [
- "string"
], - "payability": "payable"
}, - "installment": {
- "type": "payment_product_type",
- "enabled": true,
- "countries": [
- "string"
], - "options": {
- "enable_on_hold": true
}, - "payability": "payable"
}
}, - "klarna": {
- "type": "payment_type",
- "klarna": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}, - "billie": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}
}, - "santander": {
- "type": "payment_type",
- "debit_account": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable",
- "branding_name": "string",
- "accounts": [
- {
- "account_number_token": "string",
- "masked_account_number": "string"
}
]
}
}, - "swish": {
- "type": "payment_type",
- "swish": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}
}, - "payout": {
- "dynamic_payout_destination_ids": [
- {
- "type": "order_store_id",
- "order_store_id": "STORE_123",
- "order_payout_destination_id": "PD_123"
}
], - "payment_products": [
- {
- "payment_product": "bambora"
}
]
}, - "discounts": {
- "type": "discounts",
- "express_discount_codes": {
- "payability": "payable",
- "enabled": true
}, - "order": {
- "enabled": false
}
}, - "theme": {
- "backdrop": "string",
- "primary": "string",
- "text": "string",
- "warning": "string",
- "error": "string",
- "font-family": "string"
}, - "countries": {
- "preferred_country": "string",
- "allow_countries": [
- "string"
], - "deny_countries": [
- "string"
]
}, - "default_customer_type": "b2c",
- "allow_different_billing_shipping_address": [ ]
}, - "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "customer_ip": "string",
- "user_agent": "string",
- "initiating_system_request_headers": {
- "dintero-system-name": "woocommerce",
- "dintero-system-version": "5.0.0",
- "dintero-system-plugin-name": "Dintero.Checkout.WooCommerce",
- "dintero-system-plugin-version": "2021.03.02",
- "user-agent": "Mozilla: Mozilla/5.0"
}, - "payment_operation": "unscheduled_purchase",
- "events": [
- {
- "id": "769952fe-86c9-4185-a1ce-aeb46da3509c",
- "name": "INITIATED",
- "created_at": "2019-05-09T09:13:40.306Z",
- "request_id": "b97b6312-f8b3-11ed-be56-0242ac120002"
}, - {
- "name": "VISITED",
- "created_at": "2019-05-09T09:13:50.548Z"
}, - {
- "name": "PAY_FAILED",
- "created_at": "2019-05-09T09:14:10.548Z",
- "details": {
- "error": "Rejected",
- "payment_product_type": "instabank.finance"
}
}, - {
- "name": "FAILED",
- "created_at": "2019-05-09T09:16:11.786Z"
}
], - "transaction_id": "string"
}, - "updated_at": "2019-08-24T14:15:22Z",
- "metadata": {
- "merchant_name": "string",
- "session:profile_id": "string",
- "payout": "payout_account",
- "payout_correlation_id": "string",
- "gateway:id": "string",
- "bambora:merchant_number": "string",
- "bambora:transaction_id": "string",
- "bambora:reference": "string",
- "bambora:acquirer": "string",
- "bambora:wallet": "string",
- "collector:StoreId": "string",
- "collector:Invoice.InvoiceNumber": "string",
- "collector:Invoice.OrderNumber": "string",
- "collector:Invoice.CountryCode": "string",
- "collector:Invoice.ProductCode": "string",
- "collector:Invoice.InvoiceType": "string",
- "collector:Invoice.SettlementReference": "string",
- "instabank:Sale.ExternalReference": "string",
- "instabank:Sale.Sequence": 0,
- "instabank:Sale.Product.Name": "string",
- "klarna:authorized_payment_method:type": "invoice",
- "klarna:authorized_payment_method:number_of_days": "string",
- "klarna:authorized_payment_method:number_of_installments": "string",
- "klarna:authorized_payment_method:fraud_status": "ACCEPTED",
- "netaxept:merchant_id": "string",
- "netaxept:transaction_id": "string",
- "payex:payment:payee_info:payee_id": "string",
- "payex:payment:payee_info:payee_name": "string",
- "payex:payment:payee_info:subsite": "string",
- "payex:payment:id": "string",
- "payex:payment:number": 0,
- "payex:payment:operation": "string",
- "payex:payment:created": "2019-08-24T14:15:22Z",
- "santander:debit_account.ApplicationNumber": "string",
- "santander:debit_account.StatusCode": "string",
- "swish:payment_request:id": "string",
- "swish:swish_number": "string",
- "swish:id": "string",
- "swish:paymentReference": "string",
- "vipps:transaction.orderId": "string",
- "vipps:transaction.transactionText": "string",
- "vipps:merchantInfo.merchantSerialNumber": "string",
- "vipps:merchantInfo.paymentType": "eComm Regular Payment"
}, - "checkboxes": [
- {
- "id": "string",
- "label": "string",
- "checked": true,
- "required": true,
- "link": {
- "url": "string",
- "text": "Terms for checkbox action"
}
}
]
}
scopes:
id | Array of strings <checkout-id> [ items <checkout-id > ] List of ids that should be included in the result. ?id=A&id=B&id=X |
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 <checkout-id> 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, ending with |
status | Array of strings Items Enum: "AUTHORIZATION_VOIDED" "AUTHORIZED" "CAPTURED" "DECLINED" "FAILED" "INITIATED" "ON_HOLD" "PARTIALLY_CAPTURED" "PARTIALLY_REFUNDED" "PARTIALLY_CAPTURED_REFUNDED" "REFUNDED" "UNKNOWN" The status of the transaction. |
payment_product | Array of strings The type of payment product used |
payment_product_type | Array of strings The payment product type |
card_brand | Array of strings The card brand for the payment |
merchant_reference | string The merchant reference used |
merchant_reference_2 | string The second merchant reference on the transaction |
session_id | Array of strings <checkout-id> [ items <checkout-id > ] The session id(s) associated with the transactions. ?session_id=A&session_id=B&session_id=X. |
store_id | Array of strings The store_id that the transaction belongs to. ?store_id=A&store_id=B&store_id=X. |
payout_correlation_id | Array of strings Filter by the |
currency | Array of strings The currency of the transaction. ?currency=NOK¤cy=SEK. |
amount | integer >= 0 Exact transaction amount, amount authorized. |
amount.gte | integer >= 0 Lower limit for filtering on transaction amount, amount authorized. |
amount.lte | integer Upper limit for filtering on transaction amount, amount authorized. |
created_at.gte | string <isodate> Transaction created after (ISO 8601. We recommend using a localised ISO 8601 datetime like |
created_at.lte | string <isodate> Transaction created before a date (ISO 8601. We recommend using a localised ISO 8601 datetime like |
captured_at.gte | string <isodate> Transaction captured after date (This param is subject to change in the future) (ISO 8601. We recommend using a localised ISO 8601 datetime like |
captured_at.lte | string <isodate> Transaction captured before date (This param is subject to change in the future) (ISO 8601. We recommend using a localised ISO 8601 datetime like |
refunded_at.gte | string <isodate> Transaction refunded after date (This param is subject to change in the future) (ISO 8601. We recommend using a localised ISO 8601 datetime like |
refunded_at.lte | string <isodate> Transaction refunded before date (This param is subject to change in the future) (ISO 8601. We recommend using a localised ISO 8601 datetime like |
search | string Will try to match the search to either transaction_id, session_id or merchant_reference, merchant_reference_2,
phone_number, email or the customer name using the format |
payment_operation | string Example: payment_operation=unscheduled_purchase Filter on |
customer_id | string Filter transactions on the |
includes | Array of strings Items Value: "events.success.true" Control the data that is included in the transactions
|
[- {
- "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "payment_product": "bambora",
- "payment_product_type": "bambora.applepay",
- "amount": 72200,
- "currency": "NOK",
- "payout_destination_id": "string",
- "merchant_reference": "string",
- "merchant_reference_2": "string",
- "dynamic_descriptor": "string",
- "payment_operation": "unscheduled_purchase",
- "settlement_status": "NOT_SETTLED",
- "customer": {
- "customer_id": "string",
- "email": "john.doe@example.com",
- "phone_number": "+4799999999",
- "my_dintero": {
- "actions": [
- "create_user"
],
}
}, - "customer_ip": "127.0.0.1",
- "user_agent": "Mozilla/5.0 ...",
- "initiating_system_request_headers": {
- "dintero-system-name": "woocommerce",
- "dintero-system-version": "5.0.0",
- "dintero-system-plugin-name": "Dintero.Checkout.WooCommerce",
- "dintero-system-plugin-version": "2021.03.02",
- "user-agent": "Mozilla: Mozilla/5.0"
}, - "shipping_address": {
- "first_name": "John",
- "last_name": "Doe",
- "address_line": "string",
- "address_line_2": "string",
- "co_address": "Land Lord",
- "business_name": "string",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO",
- "phone_number": "string",
- "email": "string",
- "latitude": 0,
- "longitude": 0,
- "comment": "string",
- "organization_number": "string",
- "organization_type": "string",
- "customer_reference": "string",
- "cost_center": "string"
}, - "shipping_option": {
- "id": "bring-pick-up-00001",
- "line_id": "bring-pick-up-00001-location-0a1f6b",
- "countries": [
- "NO"
], - "amount": 3900,
- "vat_amount": 975,
- "vat": 25,
- "title": "Standard",
- "description": "Pick up at your nearest postal office",
- "delivery_method": "pick_up",
- "operator": "Bring",
- "operator_product_id": "pick-up-00001-location-0a1f6b",
- "eta": {
- "starts_at": "2020-10-14T19:00:00Z",
- "ends_at": "2020-10-14T20:00:00Z"
}, - "time_slot": {
- "starts_at": "2020-10-14T19:00:00Z",
- "ends_at": "2020-10-14T20:00:00Z"
}, - "pick_up_address": {
- "first_name": "John",
- "last_name": "Doe",
- "address_line": "string",
- "address_line_2": "string",
- "co_address": "Land Lord",
- "business_name": "string",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO",
- "phone_number": "string",
- "email": "string",
- "latitude": 0,
- "longitude": 0,
- "comment": "string",
- "organization_number": "string",
- "organization_type": "string",
- "customer_reference": "string",
- "cost_center": "string",
- "distance": 0
}, - "metadata": {
- "operator_dest": "XAB1239",
- "number_x": 1921
}, - "environmental_data": {
- "description": "Fossil free",
- "details": [
- {
- "label": "Carbon offset",
- "value": "1KG CO2"
}
]
}, - "pay_in_store": {
- "type": "full"
}, - "fee_split": {
- "type": "proportional",
- "destinations": [
- "string"
]
}, - "splits": [
- {
- "payout_destination_id": "P000000001",
- "amount": 29700
}
]
}, - "billing_address": {
- "first_name": "John",
- "last_name": "Doe",
- "address_line": "string",
- "address_line_2": "string",
- "co_address": "Land Lord",
- "business_name": "string",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO",
- "phone_number": "string",
- "email": "string",
- "latitude": 0,
- "longitude": 0,
- "comment": "string",
- "organization_number": "string",
- "organization_type": "string",
- "customer_reference": "string",
- "cost_center": "string"
}, - "store": {
- "id": "sc029",
- "name": "SC Oslo",
- "business_name": "SC Oslo AS",
- "address": {
- "address_line": "Sommerkroveien 34",
- "address_line_2": "PB 123",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO"
}, - "chain": "SuperChain",
- "email": "contact@superchain.com",
- "gln": "5790001398644",
- "organization_number": "123456789MVA",
- "phone_number": "+4738260107",
- "mcc": "5814",
- "bax": "102603",
- "terminal_id": "T0292"
}, - "status": "CAPTURED",
- "card": {
- "type": "string",
- "brand": "Visa",
- "region": "domestic",
- "masked_pan": "476173******0416",
- "expiry_date": "string",
- "eci": "04",
- "country": "string",
- "acquirer_transaction_type": "3DSECURE",
- "three_ds_version": "2",
- "three_ds_server_trans_id": "string",
- "payment_system_type": "wallet",
- "issuing_bank": "string",
- "acquirer_stan": "string",
- "acquirer_terminal_id": "string",
- "acquirer_transaction_time": "2019-08-24T14:15:22Z",
- "authentication_status": "Y",
- "payment_token": "string",
- "payment_token_id": "string",
- "recurrence_token": "string",
- "recurrence_token_id": "string"
}, - "gift_cards": [
- {
- "type": "dintero.wallets",
- "card_id": "string",
- "amount": 0,
- "masked_card_token": "string"
}
], - "items": [
- {
- "amount": 2000,
- "quantity": 2,
- "line_id": "1",
- "description": "Forsvinnignspølse",
- "vat": 20,
- "id": "10"
}, - {
- "amount": 6600,
- "quantity": 2,
- "line_id": "2",
- "description": "Vissvossafår på neppebrød",
- "vat": 20,
- "id": "6",
- "eligible_for_discount": true,
- "is_changed": true,
- "gross_amount": 10000,
- "discount_lines": [
- {
- "amount": 4400,
- "discount_type": "customer",
- "discount_id": "ed960ace-eb16-4e2e-ae52-b27647ccae8d",
- "description": "Vossafestpris",
- "line_id": 1
}
]
}, - {
- "amount": 59700,
- "quantity": 3,
- "line_id": "3",
- "description": "Luftboller",
- "vat": 20,
- "id": "1"
}
], - "url": {
}, - "events": [
- {
- "event": "INITIATE",
- "transaction_status": "INITIATED",
- "created_at": "2019-01-18T13:13:37.175Z",
- "success": true,
- "request_id": "a3dcc23125bc4363b9dae29ed25a4eb1",
- "metadata": {
- "bambora:transaction:status": "string",
- "bambora:transactionoperation:id": "string",
- "bambora:meta:action:source": "string",
- "bambora:meta:action:code": "string",
- "bambora:meta:action:type": "string",
- "payout_correlation_id": "string",
- "collector:Invoice.InvoiceStatus": 0,
- "collector:CorrelationId": "string",
- "collector:Invoice.PaymentReference": "string",
- "collector:Invoice.LowestAmountToPay": 0,
- "collector:Invoice.TotalAmount": 0,
- "collector:Invoice.DueDate": "string",
- "collector:Invoice.InvoiceUrl": "string",
- "collector:Invoice.CurrentInvoiceNumber": "string",
- "collector:Invoice.NewInvoiceNumber": "string",
- "instabank:Sale.Status": "string",
- "instabank:RequestId": "string",
- "dintero_psp:operation_ref": "string",
- "dintero_psp:authorization_operation_ref": "string",
- "dintero_psp:capture_operation_ref": "string",
- "dintero_psp:sale_operation_ref": "string",
- "klarna:reference": "string",
- "klarna:headers:capture_id": "string",
- "klarna:headers:refund_id": "string",
- "klarna:headers:location": "string",
- "klarna:authorization_expiration": "string",
- "klarna:authorization_expiration_reason": "string",
- "klarna:authorization_expiration_reference": "string",
- "klarna:authorization_expiration_error_reason": "string",
- "netaxept:transaction_id": "string",
- "netaxept:operation": "string",
- "netaxept:execution_time": "string",
- "netaxept:bat_number": "string",
- "netaxept:response_code": "string",
- "netaxept:terminal_url": "string",
- "payex:transaction:id": "string",
- "payex:transaction:number": 0,
- "payex:transaction:type": "string",
- "payex:transaction:state": "string",
- "payex:transaction:created": "2019-08-24T14:15:22Z",
- "payex:transaction:payee_reference": "string",
- "santander:debit_account.ApplicationNumber": "string",
- "santander:debit_account.StatusCode": "string",
- "swish:payment_request:get_payment_url": "string",
- "swish:id": "string",
- "swish:originalPaymentReference": "string",
- "swish:paymentReference": "string",
- "swish:amount": "string",
- "swish:dateCreated": "string",
- "swish:datePaid": "string",
- "swish:status": "string",
- "swish:errorCode": "string",
- "swish:errorMessage": "string",
- "vipps:transactionInfo.timeStamp": "2019-08-24T14:15:22Z",
- "vipps:transactionInfo.transactionId": "string",
- "vipps:transactionInfo.status": "INITIATE",
- "vipps:transaction.transactionText": "string"
}
}, - {
- "event": "AUTHORIZE",
- "transaction_status": "AUTHORIZED",
- "created_at": "2019-01-18T13:13:37.540Z",
- "success": true,
- "request_id": "f5f64165e5b3404e9af63586c184c3e9"
}, - {
- "event": "CAPTURE",
- "transaction_status": "PARTIALLY_CAPTURED",
- "created_at": "2019-01-18T15:37:00.879Z",
- "created_by": "99115ac5-2d10-4be4-8594-bbf5e3aa7dfc",
- "amount": 59700,
- "splits": [
- {
- "payout_destination_id": "P000000001",
- "amount": 29700
}, - {
- "payout_destination_id": "P000000002",
- "amount": 30000
}
], - "fee_split": {
- "type": "proportional",
- "destinations": [
- "P000000001"
]
}, - "items": [
- {
- "amount": 59700,
- "quantity": 3,
- "line_id": "3"
}
], - "success": true,
- "request_id": "27c71936004e48649c6dd437d314d90c"
}, - {
- "event": "CAPTURE",
- "transaction_status": "CAPTURED",
- "created_at": "2019-01-18T21:24:31.669Z",
- "created_by": "a33aef94-a17d-447a-a1dd-81055892b59d",
- "amount": 8600,
- "items": [
- {
- "amount": 2000,
- "quantity": 2,
- "line_id": "1"
}, - {
- "amount": 6600,
- "quantity": 2,
- "line_id": "2"
}
], - "success": true,
- "request_id": "c3e60b98a1d1466c97151318be621cf9"
}
], - "session_id": "P00000000.465U8CUzaPVpneu1wt8Wei",
- "session": {
- "url": {
}, - "customer": {
- "customer_id": "string",
- "email": "john.doe@example.com",
- "phone_number": "+4799999999"
}, - "order": {
- "amount": 72200,
- "currency": "NOK",
- "vat_amount": 13660,
- "merchant_reference_2": "string",
- "shipping_address": {
- "first_name": "John",
- "last_name": "Doe",
- "address_line": "string",
- "address_line_2": "string",
- "co_address": "Land Lord",
- "business_name": "string",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO",
- "phone_number": "string",
- "email": "string",
- "latitude": 0,
- "longitude": 0,
- "comment": "string",
- "organization_number": "string",
- "organization_type": "string",
- "customer_reference": "string",
- "cost_center": "string"
}, - "billing_address": {
- "first_name": "John",
- "last_name": "Doe",
- "address_line": "string",
- "address_line_2": "string",
- "co_address": "Land Lord",
- "business_name": "string",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO",
- "phone_number": "string",
- "email": "string",
- "latitude": 0,
- "longitude": 0,
- "comment": "string",
- "organization_number": "string",
- "organization_type": "string",
- "customer_reference": "string",
- "cost_center": "string"
}, - "partial_payment": false,
- "items": [
- {
- "amount": 2000,
- "quantity": 2,
- "line_id": "1",
- "description": "Forsvinnignspølse",
- "vat": 20,
- "id": "10"
}, - {
- "amount": 6600,
- "quantity": 2,
- "line_id": "2",
- "description": "Vissvossafår på neppebrød",
- "vat": 20,
- "id": "6",
- "eligible_for_discount": true,
- "is_changed": true,
- "gross_amount": 10000,
- "discount_lines": [
- {
- "amount": 4400,
- "discount_type": "customer",
- "discount_id": "ed960ace-eb16-4e2e-ae52-b27647ccae8d",
- "description": "Vossafestpris",
- "line_id": 1
}
]
}, - {
- "amount": 59700,
- "quantity": 3,
- "line_id": "3",
- "description": "Luftboller",
- "vat": 20,
- "id": "1"
}
], - "gross_amount": 0,
- "is_changed": true,
- "shipping_option": {
- "id": "bring-pick-up-00001",
- "line_id": "bring-pick-up-00001-location-0a1f6b",
- "countries": [
- "NO"
], - "amount": 3900,
- "vat_amount": 975,
- "vat": 25,
- "title": "Standard",
- "description": "Pick up at your nearest postal office",
- "delivery_method": "pick_up",
- "operator": "Bring",
- "operator_product_id": "pick-up-00001-location-0a1f6b",
- "eta": {
- "starts_at": "2020-10-14T19:00:00Z",
- "ends_at": "2020-10-14T20:00:00Z"
}, - "time_slot": {
- "starts_at": "2020-10-14T19:00:00Z",
- "ends_at": "2020-10-14T20:00:00Z"
}, - "pick_up_address": {
- "first_name": "John",
- "last_name": "Doe",
- "address_line": "string",
- "address_line_2": "string",
- "co_address": "Land Lord",
- "business_name": "string",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO",
- "phone_number": "string",
- "email": "string",
- "latitude": 0,
- "longitude": 0,
- "comment": "string",
- "organization_number": "string",
- "organization_type": "string",
- "customer_reference": "string",
- "cost_center": "string",
- "distance": 0
}, - "metadata": {
- "operator_dest": "XAB1239",
- "number_x": 1921
}, - "environmental_data": {
- "description": "Fossil free",
- "details": [
- {
- "label": "Carbon offset",
- "value": "1KG CO2"
}
]
}, - "pay_in_store": {
- "type": "full"
}, - "fee_split": {
- "type": "proportional",
- "destinations": [
- "string"
]
}, - "splits": [
- {
- "payout_destination_id": "P000000001",
- "amount": 29700
}
]
}, - "store": {
- "id": "sc029",
- "name": "SC Oslo",
- "business_name": "SC Oslo AS",
- "address": {
- "address_line": "Sommerkroveien 34",
- "address_line_2": "PB 123",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO"
}, - "chain": "SuperChain",
- "email": "contact@superchain.com",
- "gln": "5790001398644",
- "organization_number": "123456789MVA",
- "phone_number": "+4738260107",
- "mcc": "5814",
- "bax": "102603",
- "terminal_id": "T0292"
}, - "discount_lines": [
- {
- "amount": 4400,
- "percentage": 44,
- "discount_type": "customer",
- "discount_id": "766da0ef-9283-42bd-b012-0582344ec53c",
- "description": "string",
- "line_id": 1
}
], - "discount_codes": [
- "SUMMER20"
], - "gift_cards": [
- {
- "type": "dintero.wallets",
- "card_id": "string",
- "amount": 0,
- "masked_card_token": "string"
}
], - "payout_destination_id": "string",
- "merchant_reference": "string"
}, - "expires_at": "2019-08-24T14:15:22Z",
- "checkboxes": [
- {
- "id": "string",
- "label": "string",
- "checked": true,
- "required": true,
- "link": {
- "url": "string",
- "text": "Terms for checkbox action"
}
}
], - "express": {
- "shipping_options": [
- {
- "id": "bring-pick-up-00001",
- "line_id": "bring-pick-up-00001-location-0a1f6b",
- "countries": [
- "NO"
], - "amount": 3900,
- "vat_amount": 975,
- "vat": 25,
- "title": "Standard",
- "description": "Pick up at your nearest postal office",
- "delivery_method": "pick_up",
- "operator": "Bring",
- "operator_product_id": "pick-up-00001-location-0a1f6b",
- "eta": {
- "starts_at": "2020-10-14T19:00:00Z",
- "ends_at": "2020-10-14T20:00:00Z"
}, - "time_slot": {
- "starts_at": "2020-10-14T19:00:00Z",
- "ends_at": "2020-10-14T20:00:00Z"
}, - "pick_up_address": {
- "first_name": "John",
- "last_name": "Doe",
- "address_line": "string",
- "address_line_2": "string",
- "co_address": "Land Lord",
- "business_name": "string",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO",
- "phone_number": "string",
- "email": "string",
- "latitude": 0,
- "longitude": 0,
- "comment": "string",
- "organization_number": "string",
- "organization_type": "string",
- "customer_reference": "string",
- "cost_center": "string",
- "distance": 0
}, - "metadata": {
- "operator_dest": "XAB1239",
- "number_x": 1921
}, - "environmental_data": {
- "description": "Fossil free",
- "details": [
- {
- "label": "Carbon offset",
- "value": "1KG CO2"
}
]
}, - "pay_in_store": {
- "type": "full"
}, - "fee_split": {
- "type": "proportional",
- "destinations": [
- "string"
]
}, - "splits": [
- {
- "payout_destination_id": "P000000001",
- "amount": 29700
}
]
}
], - "shipping_mode": "shipping_required",
- "discount_codes": {
- "max_count": 0,
}, - "customer_types": [
- "b2c",
- "b2b"
]
}, - "configuration": {
- "auto_capture": true,
- "channel": "in_app",
- "publish": [
- {
- "channel": "sms",
- "type": "checkout-link",
- "id": "string",
- "status": "sent"
}
], - "active_payment_types": {
- "enabled": true
}, - "default_payment_type": "bambora.applepay",
- "bambora": {
- "type": "payment_type",
- "applepay": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}, - "creditcard": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable",
- "generate_payment_token": false
}, - "googlepay": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}, - "mobilepay": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}, - "vipps": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}
}, - "dintero": {
- "type": "payment_type",
- "wallets": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}, - "zero": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}
}, - "dintero_psp": {
- "type": "payment_type",
- "creditcard": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}
}, - "instabank": {
- "finance": {
- "enabled": true,
- "payability": "payable",
- "product": {
- "product_code": "630",
- "minimum_monthly_balance_rate": "1.67",
- "annual_interest_rate": "0.0",
- "effective_annual_interest_rate": "0.0",
- "origination_fee": 9500,
- "notification_fee": 3900,
- "minimum_amount": 20000,
- "loan_example": {
- "amount": 2500000,
- "years": 1,
- "total_amount": 2772300,
- "cost": 272300,
- "effective_annual_interest_rate": "21.38"
}, - "branding_image_url": "string"
}
}, - "invoice": {
- "enabled": true,
- "payability": "payable",
- "require_applicant": true,
- "product": {
- "product_code": "632",
- "due_in_days": 10,
- "minimum_amount": 20000,
- "invoice_fee": 9500,
- "require_applicant_amount": 7500000,
- "branding_image_url": "string"
}
}, - "installment": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable",
- "products": [
- {
- "minimum_amount": 20000,
- "product_code": "633",
- "credit_time": 36,
- "origination_fee": 9500,
- "notification_fee": 3900,
- "annual_interest_rate": "0.0",
- "effective_annual_interest_rate": "54.69",
- "total_amount": 309400,
- "monthly_amount": 100000,
- "first_monthly_amount": 109500,
- "require_applicant_amount": 2500000,
- "loan_example": {
- "amount": 2500000,
- "years": 1,
- "total_amount": 2772300,
- "cost": 272300,
- "effective_annual_interest_rate": "21.38"
}, - "branding_image_url": "string"
}
]
}, - "postponement": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable",
- "products": [
- {
- "minimum_amount": 20000,
- "product_code": "633",
- "postponement_months": 36,
- "origination_fee": 9500,
- "notification_fee": 3900,
- "annual_interest_rate": "0.0",
- "effective_annual_interest_rate": "54.69",
- "total_amount": 309400,
- "require_applicant_amount": 2500000,
- "loan_example": {
- "amount": 2500000,
- "years": 1,
- "total_amount": 2772300,
- "cost": 272300,
- "effective_annual_interest_rate": "21.38"
}, - "branding_image_url": "string"
}
]
}
}, - "netaxept": {
- "type": "payment_type",
- "creditcard": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable",
- "terminal": {
- "terminal": "/Terminal/default.aspx",
- "terminal_design": "string",
- "terminal_single_page": true,
- "terminal_layout": "string"
}
}
}, - "payex": {
- "dynamic_descriptor": "string",
- "swish": {
- "enabled": true,
- "payability": "payable"
}, - "creditcard": {
- "enabled": true,
- "payability": "payable",
- "generate_payment_token": false,
- "generate_recurrence_token": false,
- "no_cvc": true
}, - "mobilepay": {
- "enabled": true,
- "payability": "payable"
}, - "vipps": {
- "enabled": true,
- "payability": "payable"
}, - "applepay": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}, - "clicktopay": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}, - "googlepay": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}
}, - "vipps": {
- "enabled": true,
- "payability": "payable",
- "dynamic_descriptor": "string"
}, - "collector": {
- "type": "payment_type",
- "dynamic_descriptor": "string",
- "invoice": {
- "type": "payment_product_type",
- "enabled": true,
- "countries": [
- "string"
], - "options": {
- "enable_on_hold": true
}, - "payability": "payable"
}, - "invoice_b2b": {
- "type": "payment_product_type",
- "payability": "payable",
- "enabled": true,
- "countries": [
- "string"
], - "options": {
- "disable_collector_b2b_address_enforcement": false,
- "enable_on_hold": true
}
}, - "invoice_b2b_preapproved": {
- "type": "payment_product_type",
- "payability": "payable",
- "enabled": true,
- "countries": [
- "string"
], - "accounts": [
- {
- "billing_address": {
- "business_name": "string",
- "organization_number": "stringstr",
- "address_line": "string",
- "address_line_2": "string",
- "co_address": "string",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO",
- "phone_number": "string",
- "email": "string",
- "customer_reference": "string",
- "cost_center": "string",
- "first_name": "John",
- "last_name": "Doe",
- "address_id": "address_1"
}, - "company_id": "string"
}
]
}, - "finance": {
- "type": "payment_product_type",
- "enabled": true,
- "countries": [
- "string"
], - "payability": "payable"
}, - "installment": {
- "type": "payment_product_type",
- "enabled": true,
- "countries": [
- "string"
], - "options": {
- "enable_on_hold": true
}, - "payability": "payable"
}
}, - "klarna": {
- "type": "payment_type",
- "klarna": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}, - "billie": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}
}, - "santander": {
- "type": "payment_type",
- "debit_account": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable",
- "branding_name": "string",
- "accounts": [
- {
- "account_number_token": "string",
- "masked_account_number": "string"
}
]
}
}, - "swish": {
- "type": "payment_type",
- "swish": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}
}, - "payout": {
- "dynamic_payout_destination_ids": [
- {
- "type": "order_store_id",
- "order_store_id": "STORE_123",
- "order_payout_destination_id": "PD_123"
}
], - "payment_products": [
- {
- "payment_product": "bambora"
}
]
}, - "discounts": {
- "type": "discounts",
- "express_discount_codes": {
- "payability": "payable",
- "enabled": true
}, - "order": {
- "enabled": false
}
}, - "theme": {
- "backdrop": "string",
- "primary": "string",
- "text": "string",
- "warning": "string",
- "error": "string",
- "font-family": "string"
}, - "countries": {
- "preferred_country": "string",
- "allow_countries": [
- "string"
], - "deny_countries": [
- "string"
]
}, - "default_customer_type": "b2c",
- "allow_different_billing_shipping_address": [ ]
}, - "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "customer_ip": "string",
- "user_agent": "string",
- "initiating_system_request_headers": {
- "dintero-system-name": "woocommerce",
- "dintero-system-version": "5.0.0",
- "dintero-system-plugin-name": "Dintero.Checkout.WooCommerce",
- "dintero-system-plugin-version": "2021.03.02",
- "user-agent": "Mozilla: Mozilla/5.0"
}, - "payment_operation": "unscheduled_purchase",
- "events": [
- {
- "id": "769952fe-86c9-4185-a1ce-aeb46da3509c",
- "name": "INITIATED",
- "created_at": "2019-05-09T09:13:40.306Z",
- "request_id": "b97b6312-f8b3-11ed-be56-0242ac120002"
}, - {
- "name": "VISITED",
- "created_at": "2019-05-09T09:13:50.548Z"
}, - {
- "name": "PAY_FAILED",
- "created_at": "2019-05-09T09:14:10.548Z",
- "details": {
- "error": "Rejected",
- "payment_product_type": "instabank.finance"
}
}, - {
- "name": "FAILED",
- "created_at": "2019-05-09T09:16:11.786Z"
}
], - "transaction_id": "string"
}, - "updated_at": "2019-08-24T14:15:22Z",
- "metadata": {
- "merchant_name": "string",
- "session:profile_id": "string",
- "payout": "payout_account",
- "payout_correlation_id": "string",
- "gateway:id": "string",
- "bambora:merchant_number": "string",
- "bambora:transaction_id": "string",
- "bambora:reference": "string",
- "bambora:acquirer": "string",
- "bambora:wallet": "string",
- "collector:StoreId": "string",
- "collector:Invoice.InvoiceNumber": "string",
- "collector:Invoice.OrderNumber": "string",
- "collector:Invoice.CountryCode": "string",
- "collector:Invoice.ProductCode": "string",
- "collector:Invoice.InvoiceType": "string",
- "collector:Invoice.SettlementReference": "string",
- "instabank:Sale.ExternalReference": "string",
- "instabank:Sale.Sequence": 0,
- "instabank:Sale.Product.Name": "string",
- "klarna:authorized_payment_method:type": "invoice",
- "klarna:authorized_payment_method:number_of_days": "string",
- "klarna:authorized_payment_method:number_of_installments": "string",
- "klarna:authorized_payment_method:fraud_status": "ACCEPTED",
- "netaxept:merchant_id": "string",
- "netaxept:transaction_id": "string",
- "payex:payment:payee_info:payee_id": "string",
- "payex:payment:payee_info:payee_name": "string",
- "payex:payment:payee_info:subsite": "string",
- "payex:payment:id": "string",
- "payex:payment:number": 0,
- "payex:payment:operation": "string",
- "payex:payment:created": "2019-08-24T14:15:22Z",
- "santander:debit_account.ApplicationNumber": "string",
- "santander:debit_account.StatusCode": "string",
- "swish:payment_request:id": "string",
- "swish:swish_number": "string",
- "swish:id": "string",
- "swish:paymentReference": "string",
- "vipps:transaction.orderId": "string",
- "vipps:transaction.transactionText": "string",
- "vipps:merchantInfo.merchantSerialNumber": "string",
- "vipps:merchantInfo.paymentType": "eComm Regular Payment"
}, - "checkboxes": [
- {
- "id": "string",
- "label": "string",
- "checked": true,
- "required": true,
- "link": {
- "url": "string",
- "text": "Terms for checkbox action"
}
}
]
}
]
For merchant initiated payments, where the customer is not involved.
Receives a session and pays it with the given card token.
Merchant is resposible for managing their retry policy for payments that fails, and not retry when payment fails with
DO_NOT_RETRY
error.200 response will be returned when request fails due to authorization error. Transaction will have status
FAILED
and error information can be found atevents.error
.Insufficient error handling will cause cards to be blocked https://docs.dintero.com/docs/checkout/tokenization#do-not-try-again--excessive-reattempts
scopes:
Dintero-Feature-Toggles | Array of strings Default: Items Enum: "strict-merchant-reference" "strict-success-merchant-reference" Example: strict-merchant-reference
|
Dintero-System-Name | string <= 120 characters The name of the ecommerce solution Example: |
Dintero-System-Version | string <= 120 characters The version number of the ecommerce solution Example: |
Dintero-System-Plugin-Name | string <= 120 characters The name of the ecommerce plugin Example: |
Dintero-System-Plugin-Version | string <= 120 characters The version number of the ecommerce plugin Example: |
object (PaySessionOptions) The session to create the payment from | |
object (PayPayment) |
{- "session": {
- "customer": {
- "customer_id": "string",
- "email": "john.doe@example.com",
- "phone_number": "+4799999999",
- "tokens": {
- "bambora.creditcard": {
- "payment_token": "string"
}, - "payex.creditcard": {
- "payment_token": "string",
- "recurrence_token": "string"
}
}
}, - "order": {
- "amount": 72200,
- "currency": "NOK",
- "vat_amount": 13660,
- "merchant_reference_2": "string",
- "shipping_address": {
- "first_name": "John",
- "last_name": "Doe",
- "address_line": "string",
- "address_line_2": "string",
- "co_address": "Land Lord",
- "business_name": "string",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO",
- "phone_number": "string",
- "email": "string",
- "latitude": 0,
- "longitude": 0,
- "comment": "string",
- "organization_number": "string",
- "organization_type": "string",
- "customer_reference": "string",
- "cost_center": "string"
}, - "billing_address": {
- "first_name": "John",
- "last_name": "Doe",
- "address_line": "string",
- "address_line_2": "string",
- "co_address": "Land Lord",
- "business_name": "string",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO",
- "phone_number": "string",
- "email": "string",
- "latitude": 0,
- "longitude": 0,
- "comment": "string",
- "organization_number": "string",
- "organization_type": "string",
- "customer_reference": "string",
- "cost_center": "string"
}, - "partial_payment": false,
- "items": [
- {
- "amount": 2000,
- "quantity": 2,
- "line_id": "1",
- "description": "Forsvinnignspølse",
- "vat": 20,
- "id": "10"
}, - {
- "amount": 6600,
- "quantity": 2,
- "line_id": "2",
- "description": "Vissvossafår på neppebrød",
- "vat": 20,
- "id": "6",
- "eligible_for_discount": true,
- "is_changed": true,
- "gross_amount": 10000,
- "discount_lines": [
- {
- "amount": 4400,
- "discount_type": "customer",
- "discount_id": "ed960ace-eb16-4e2e-ae52-b27647ccae8d",
- "description": "Vossafestpris",
- "line_id": 1
}
]
}, - {
- "amount": 59700,
- "quantity": 3,
- "line_id": "3",
- "description": "Luftboller",
- "vat": 20,
- "id": "1"
}
], - "shipping_option": {
- "id": "bring-pick-up-00001",
- "line_id": "bring-pick-up-00001-location-0a1f6b",
- "countries": [
- "NO"
], - "amount": 3900,
- "vat_amount": 975,
- "vat": 25,
- "title": "Standard",
- "description": "Pick up at your nearest postal office",
- "delivery_method": "pick_up",
- "operator": "Bring",
- "operator_product_id": "pick-up-00001-location-0a1f6b",
- "eta": {
- "starts_at": "2020-10-14T19:00:00Z",
- "ends_at": "2020-10-14T20:00:00Z"
}, - "time_slot": {
- "starts_at": "2020-10-14T19:00:00Z",
- "ends_at": "2020-10-14T20:00:00Z"
}, - "pick_up_address": {
- "first_name": "John",
- "last_name": "Doe",
- "address_line": "string",
- "address_line_2": "string",
- "co_address": "Land Lord",
- "business_name": "string",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO",
- "phone_number": "string",
- "email": "string",
- "latitude": 0,
- "longitude": 0,
- "comment": "string",
- "organization_number": "string",
- "organization_type": "string",
- "customer_reference": "string",
- "cost_center": "string",
- "distance": 0
}, - "metadata": {
- "operator_dest": "XAB1239",
- "number_x": 1921
}, - "environmental_data": {
- "description": "Fossil free",
- "details": [
- {
- "label": "Carbon offset",
- "value": "1KG CO2"
}
]
}, - "pay_in_store": {
- "type": "full"
}, - "fee_split": {
- "type": "proportional",
- "destinations": [
- "string"
]
}, - "splits": [
- {
- "payout_destination_id": "P000000001",
- "amount": 29700
}
]
}, - "store": {
- "id": "sc029",
- "name": "SC Oslo",
- "business_name": "SC Oslo AS",
- "address": {
- "address_line": "Sommerkroveien 34",
- "address_line_2": "PB 123",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO"
}, - "chain": "SuperChain",
- "email": "contact@superchain.com",
- "gln": "5790001398644",
- "organization_number": "123456789MVA",
- "phone_number": "+4738260107",
- "mcc": "5814",
- "bax": "102603",
- "terminal_id": "T0292"
}, - "discount_lines": [
- {
- "amount": 4400,
- "percentage": 44,
- "discount_type": "customer",
- "discount_id": "766da0ef-9283-42bd-b012-0582344ec53c",
- "description": "string",
- "line_id": 1
}
], - "discount_codes": [
- "SUMMER20"
], - "gift_cards": [
- {
- "type": "dintero.wallets",
- "card_id": "string",
- "amount": 0,
- "masked_card_token": "string"
}
], - "payout_destination_id": "string",
- "merchant_reference": "string"
}, - "expires_at": "2019-08-24T14:15:22Z",
- "configuration": {
- "auto_capture": true
}, - "metadata": {
- "system_x_id": "XAB1239",
- "number_x": 1921
}
}, - "payment": {
- "payment_product_type": "string"
}
}
{- "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "payment_product": "bambora",
- "payment_product_type": "bambora.applepay",
- "amount": 72200,
- "currency": "NOK",
- "payout_destination_id": "string",
- "merchant_reference": "string",
- "merchant_reference_2": "string",
- "dynamic_descriptor": "string",
- "payment_operation": "unscheduled_purchase",
- "settlement_status": "NOT_SETTLED",
- "customer": {
- "customer_id": "string",
- "email": "john.doe@example.com",
- "phone_number": "+4799999999",
- "my_dintero": {
- "actions": [
- "create_user"
],
}
}, - "customer_ip": "127.0.0.1",
- "user_agent": "Mozilla/5.0 ...",
- "initiating_system_request_headers": {
- "dintero-system-name": "woocommerce",
- "dintero-system-version": "5.0.0",
- "dintero-system-plugin-name": "Dintero.Checkout.WooCommerce",
- "dintero-system-plugin-version": "2021.03.02",
- "user-agent": "Mozilla: Mozilla/5.0"
}, - "shipping_address": {
- "first_name": "John",
- "last_name": "Doe",
- "address_line": "string",
- "address_line_2": "string",
- "co_address": "Land Lord",
- "business_name": "string",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO",
- "phone_number": "string",
- "email": "string",
- "latitude": 0,
- "longitude": 0,
- "comment": "string",
- "organization_number": "string",
- "organization_type": "string",
- "customer_reference": "string",
- "cost_center": "string"
}, - "shipping_option": {
- "id": "bring-pick-up-00001",
- "line_id": "bring-pick-up-00001-location-0a1f6b",
- "countries": [
- "NO"
], - "amount": 3900,
- "vat_amount": 975,
- "vat": 25,
- "title": "Standard",
- "description": "Pick up at your nearest postal office",
- "delivery_method": "pick_up",
- "operator": "Bring",
- "operator_product_id": "pick-up-00001-location-0a1f6b",
- "eta": {
- "starts_at": "2020-10-14T19:00:00Z",
- "ends_at": "2020-10-14T20:00:00Z"
}, - "time_slot": {
- "starts_at": "2020-10-14T19:00:00Z",
- "ends_at": "2020-10-14T20:00:00Z"
}, - "pick_up_address": {
- "first_name": "John",
- "last_name": "Doe",
- "address_line": "string",
- "address_line_2": "string",
- "co_address": "Land Lord",
- "business_name": "string",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO",
- "phone_number": "string",
- "email": "string",
- "latitude": 0,
- "longitude": 0,
- "comment": "string",
- "organization_number": "string",
- "organization_type": "string",
- "customer_reference": "string",
- "cost_center": "string",
- "distance": 0
}, - "metadata": {
- "operator_dest": "XAB1239",
- "number_x": 1921
}, - "environmental_data": {
- "description": "Fossil free",
- "details": [
- {
- "label": "Carbon offset",
- "value": "1KG CO2"
}
]
}, - "pay_in_store": {
- "type": "full"
}, - "fee_split": {
- "type": "proportional",
- "destinations": [
- "string"
]
}, - "splits": [
- {
- "payout_destination_id": "P000000001",
- "amount": 29700
}
]
}, - "billing_address": {
- "first_name": "John",
- "last_name": "Doe",
- "address_line": "string",
- "address_line_2": "string",
- "co_address": "Land Lord",
- "business_name": "string",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO",
- "phone_number": "string",
- "email": "string",
- "latitude": 0,
- "longitude": 0,
- "comment": "string",
- "organization_number": "string",
- "organization_type": "string",
- "customer_reference": "string",
- "cost_center": "string"
}, - "store": {
- "id": "sc029",
- "name": "SC Oslo",
- "business_name": "SC Oslo AS",
- "address": {
- "address_line": "Sommerkroveien 34",
- "address_line_2": "PB 123",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO"
}, - "chain": "SuperChain",
- "email": "contact@superchain.com",
- "gln": "5790001398644",
- "organization_number": "123456789MVA",
- "phone_number": "+4738260107",
- "mcc": "5814",
- "bax": "102603",
- "terminal_id": "T0292"
}, - "status": "CAPTURED",
- "card": {
- "type": "string",
- "brand": "Visa",
- "region": "domestic",
- "masked_pan": "476173******0416",
- "expiry_date": "string",
- "eci": "04",
- "country": "string",
- "acquirer_transaction_type": "3DSECURE",
- "three_ds_version": "2",
- "three_ds_server_trans_id": "string",
- "payment_system_type": "wallet",
- "issuing_bank": "string",
- "acquirer_stan": "string",
- "acquirer_terminal_id": "string",
- "acquirer_transaction_time": "2019-08-24T14:15:22Z",
- "authentication_status": "Y",
- "payment_token": "string",
- "payment_token_id": "string",
- "recurrence_token": "string",
- "recurrence_token_id": "string"
}, - "gift_cards": [
- {
- "type": "dintero.wallets",
- "card_id": "string",
- "amount": 0,
- "masked_card_token": "string"
}
], - "items": [
- {
- "amount": 2000,
- "quantity": 2,
- "line_id": "1",
- "description": "Forsvinnignspølse",
- "vat": 20,
- "id": "10"
}, - {
- "amount": 6600,
- "quantity": 2,
- "line_id": "2",
- "description": "Vissvossafår på neppebrød",
- "vat": 20,
- "id": "6",
- "eligible_for_discount": true,
- "is_changed": true,
- "gross_amount": 10000,
- "discount_lines": [
- {
- "amount": 4400,
- "discount_type": "customer",
- "discount_id": "ed960ace-eb16-4e2e-ae52-b27647ccae8d",
- "description": "Vossafestpris",
- "line_id": 1
}
]
}, - {
- "amount": 59700,
- "quantity": 3,
- "line_id": "3",
- "description": "Luftboller",
- "vat": 20,
- "id": "1"
}
], - "url": {
}, - "events": [
- {
- "event": "INITIATE",
- "transaction_status": "INITIATED",
- "created_at": "2019-01-18T13:13:37.175Z",
- "success": true,
- "request_id": "a3dcc23125bc4363b9dae29ed25a4eb1",
- "metadata": {
- "bambora:transaction:status": "string",
- "bambora:transactionoperation:id": "string",
- "bambora:meta:action:source": "string",
- "bambora:meta:action:code": "string",
- "bambora:meta:action:type": "string",
- "payout_correlation_id": "string",
- "collector:Invoice.InvoiceStatus": 0,
- "collector:CorrelationId": "string",
- "collector:Invoice.PaymentReference": "string",
- "collector:Invoice.LowestAmountToPay": 0,
- "collector:Invoice.TotalAmount": 0,
- "collector:Invoice.DueDate": "string",
- "collector:Invoice.InvoiceUrl": "string",
- "collector:Invoice.CurrentInvoiceNumber": "string",
- "collector:Invoice.NewInvoiceNumber": "string",
- "instabank:Sale.Status": "string",
- "instabank:RequestId": "string",
- "dintero_psp:operation_ref": "string",
- "dintero_psp:authorization_operation_ref": "string",
- "dintero_psp:capture_operation_ref": "string",
- "dintero_psp:sale_operation_ref": "string",
- "klarna:reference": "string",
- "klarna:headers:capture_id": "string",
- "klarna:headers:refund_id": "string",
- "klarna:headers:location": "string",
- "klarna:authorization_expiration": "string",
- "klarna:authorization_expiration_reason": "string",
- "klarna:authorization_expiration_reference": "string",
- "klarna:authorization_expiration_error_reason": "string",
- "netaxept:transaction_id": "string",
- "netaxept:operation": "string",
- "netaxept:execution_time": "string",
- "netaxept:bat_number": "string",
- "netaxept:response_code": "string",
- "netaxept:terminal_url": "string",
- "payex:transaction:id": "string",
- "payex:transaction:number": 0,
- "payex:transaction:type": "string",
- "payex:transaction:state": "string",
- "payex:transaction:created": "2019-08-24T14:15:22Z",
- "payex:transaction:payee_reference": "string",
- "santander:debit_account.ApplicationNumber": "string",
- "santander:debit_account.StatusCode": "string",
- "swish:payment_request:get_payment_url": "string",
- "swish:id": "string",
- "swish:originalPaymentReference": "string",
- "swish:paymentReference": "string",
- "swish:amount": "string",
- "swish:dateCreated": "string",
- "swish:datePaid": "string",
- "swish:status": "string",
- "swish:errorCode": "string",
- "swish:errorMessage": "string",
- "vipps:transactionInfo.timeStamp": "2019-08-24T14:15:22Z",
- "vipps:transactionInfo.transactionId": "string",
- "vipps:transactionInfo.status": "INITIATE",
- "vipps:transaction.transactionText": "string"
}
}, - {
- "event": "AUTHORIZE",
- "transaction_status": "AUTHORIZED",
- "created_at": "2019-01-18T13:13:37.540Z",
- "success": true,
- "request_id": "f5f64165e5b3404e9af63586c184c3e9"
}, - {
- "event": "CAPTURE",
- "transaction_status": "PARTIALLY_CAPTURED",
- "created_at": "2019-01-18T15:37:00.879Z",
- "created_by": "99115ac5-2d10-4be4-8594-bbf5e3aa7dfc",
- "amount": 59700,
- "splits": [
- {
- "payout_destination_id": "P000000001",
- "amount": 29700
}, - {
- "payout_destination_id": "P000000002",
- "amount": 30000
}
], - "fee_split": {
- "type": "proportional",
- "destinations": [
- "P000000001"
]
}, - "items": [
- {
- "amount": 59700,
- "quantity": 3,
- "line_id": "3"
}
], - "success": true,
- "request_id": "27c71936004e48649c6dd437d314d90c"
}, - {
- "event": "CAPTURE",
- "transaction_status": "CAPTURED",
- "created_at": "2019-01-18T21:24:31.669Z",
- "created_by": "a33aef94-a17d-447a-a1dd-81055892b59d",
- "amount": 8600,
- "items": [
- {
- "amount": 2000,
- "quantity": 2,
- "line_id": "1"
}, - {
- "amount": 6600,
- "quantity": 2,
- "line_id": "2"
}
], - "success": true,
- "request_id": "c3e60b98a1d1466c97151318be621cf9"
}
], - "session_id": "string",
- "session": {
- "url": {
}, - "customer": {
- "customer_id": "string",
- "email": "john.doe@example.com",
- "phone_number": "+4799999999"
}, - "order": {
- "amount": 72200,
- "currency": "NOK",
- "vat_amount": 13660,
- "merchant_reference_2": "string",
- "shipping_address": {
- "first_name": "John",
- "last_name": "Doe",
- "address_line": "string",
- "address_line_2": "string",
- "co_address": "Land Lord",
- "business_name": "string",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO",
- "phone_number": "string",
- "email": "string",
- "latitude": 0,
- "longitude": 0,
- "comment": "string",
- "organization_number": "string",
- "organization_type": "string",
- "customer_reference": "string",
- "cost_center": "string"
}, - "billing_address": {
- "first_name": "John",
- "last_name": "Doe",
- "address_line": "string",
- "address_line_2": "string",
- "co_address": "Land Lord",
- "business_name": "string",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO",
- "phone_number": "string",
- "email": "string",
- "latitude": 0,
- "longitude": 0,
- "comment": "string",
- "organization_number": "string",
- "organization_type": "string",
- "customer_reference": "string",
- "cost_center": "string"
}, - "partial_payment": false,
- "items": [
- {
- "amount": 2000,
- "quantity": 2,
- "line_id": "1",
- "description": "Forsvinnignspølse",
- "vat": 20,
- "id": "10"
}, - {
- "amount": 6600,
- "quantity": 2,
- "line_id": "2",
- "description": "Vissvossafår på neppebrød",
- "vat": 20,
- "id": "6",
- "eligible_for_discount": true,
- "is_changed": true,
- "gross_amount": 10000,
- "discount_lines": [
- {
- "amount": 4400,
- "discount_type": "customer",
- "discount_id": "ed960ace-eb16-4e2e-ae52-b27647ccae8d",
- "description": "Vossafestpris",
- "line_id": 1
}
]
}, - {
- "amount": 59700,
- "quantity": 3,
- "line_id": "3",
- "description": "Luftboller",
- "vat": 20,
- "id": "1"
}
], - "gross_amount": 0,
- "is_changed": true,
- "shipping_option": {
- "id": "bring-pick-up-00001",
- "line_id": "bring-pick-up-00001-location-0a1f6b",
- "countries": [
- "NO"
], - "amount": 3900,
- "vat_amount": 975,
- "vat": 25,
- "title": "Standard",
- "description": "Pick up at your nearest postal office",
- "delivery_method": "pick_up",
- "operator": "Bring",
- "operator_product_id": "pick-up-00001-location-0a1f6b",
- "eta": {
- "starts_at": "2020-10-14T19:00:00Z",
- "ends_at": "2020-10-14T20:00:00Z"
}, - "time_slot": {
- "starts_at": "2020-10-14T19:00:00Z",
- "ends_at": "2020-10-14T20:00:00Z"
}, - "pick_up_address": {
- "first_name": "John",
- "last_name": "Doe",
- "address_line": "string",
- "address_line_2": "string",
- "co_address": "Land Lord",
- "business_name": "string",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO",
- "phone_number": "string",
- "email": "string",
- "latitude": 0,
- "longitude": 0,
- "comment": "string",
- "organization_number": "string",
- "organization_type": "string",
- "customer_reference": "string",
- "cost_center": "string",
- "distance": 0
}, - "metadata": {
- "operator_dest": "XAB1239",
- "number_x": 1921
}, - "environmental_data": {
- "description": "Fossil free",
- "details": [
- {
- "label": "Carbon offset",
- "value": "1KG CO2"
}
]
}, - "pay_in_store": {
- "type": "full"
}, - "fee_split": {
- "type": "proportional",
- "destinations": [
- "string"
]
}, - "splits": [
- {
- "payout_destination_id": "P000000001",
- "amount": 29700
}
]
}, - "store": {
- "id": "sc029",
- "name": "SC Oslo",
- "business_name": "SC Oslo AS",
- "address": {
- "address_line": "Sommerkroveien 34",
- "address_line_2": "PB 123",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO"
}, - "chain": "SuperChain",
- "email": "contact@superchain.com",
- "gln": "5790001398644",
- "organization_number": "123456789MVA",
- "phone_number": "+4738260107",
- "mcc": "5814",
- "bax": "102603",
- "terminal_id": "T0292"
}, - "discount_lines": [
- {
- "amount": 4400,
- "percentage": 44,
- "discount_type": "customer",
- "discount_id": "766da0ef-9283-42bd-b012-0582344ec53c",
- "description": "string",
- "line_id": 1
}
], - "discount_codes": [
- "SUMMER20"
], - "gift_cards": [
- {
- "type": "dintero.wallets",
- "card_id": "string",
- "amount": 0,
- "masked_card_token": "string"
}
], - "payout_destination_id": "string",
- "merchant_reference": "string"
}, - "expires_at": "2019-08-24T14:15:22Z",
- "checkboxes": [
- {
- "id": "string",
- "label": "string",
- "checked": true,
- "required": true,
- "link": {
- "url": "string",
- "text": "Terms for checkbox action"
}
}
], - "express": {
- "shipping_options": [
- {
- "id": "bring-pick-up-00001",
- "line_id": "bring-pick-up-00001-location-0a1f6b",
- "countries": [
- "NO"
], - "amount": 3900,
- "vat_amount": 975,
- "vat": 25,
- "title": "Standard",
- "description": "Pick up at your nearest postal office",
- "delivery_method": "pick_up",
- "operator": "Bring",
- "operator_product_id": "pick-up-00001-location-0a1f6b",
- "eta": {
- "starts_at": "2020-10-14T19:00:00Z",
- "ends_at": "2020-10-14T20:00:00Z"
}, - "time_slot": {
- "starts_at": "2020-10-14T19:00:00Z",
- "ends_at": "2020-10-14T20:00:00Z"
}, - "pick_up_address": {
- "first_name": "John",
- "last_name": "Doe",
- "address_line": "string",
- "address_line_2": "string",
- "co_address": "Land Lord",
- "business_name": "string",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO",
- "phone_number": "string",
- "email": "string",
- "latitude": 0,
- "longitude": 0,
- "comment": "string",
- "organization_number": "string",
- "organization_type": "string",
- "customer_reference": "string",
- "cost_center": "string",
- "distance": 0
}, - "metadata": {
- "operator_dest": "XAB1239",
- "number_x": 1921
}, - "environmental_data": {
- "description": "Fossil free",
- "details": [
- {
- "label": "Carbon offset",
- "value": "1KG CO2"
}
]
}, - "pay_in_store": {
- "type": "full"
}, - "fee_split": {
- "type": "proportional",
- "destinations": [
- "string"
]
}, - "splits": [
- {
- "payout_destination_id": "P000000001",
- "amount": 29700
}
]
}
], - "shipping_mode": "shipping_required",
- "discount_codes": {
- "max_count": 0,
}, - "customer_types": [
- "b2c",
- "b2b"
]
}, - "configuration": {
- "auto_capture": true,
- "channel": "in_app",
- "publish": [
- {
- "channel": "sms",
- "type": "checkout-link",
- "id": "string",
- "status": "sent"
}
], - "active_payment_types": {
- "enabled": true
}, - "default_payment_type": "bambora.applepay",
- "bambora": {
- "type": "payment_type",
- "applepay": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}, - "creditcard": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable",
- "generate_payment_token": false
}, - "googlepay": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}, - "mobilepay": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}, - "vipps": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}
}, - "dintero": {
- "type": "payment_type",
- "wallets": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}, - "zero": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}
}, - "dintero_psp": {
- "type": "payment_type",
- "creditcard": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}
}, - "instabank": {
- "finance": {
- "enabled": true,
- "payability": "payable",
- "product": {
- "product_code": "630",
- "minimum_monthly_balance_rate": "1.67",
- "annual_interest_rate": "0.0",
- "effective_annual_interest_rate": "0.0",
- "origination_fee": 9500,
- "notification_fee": 3900,
- "minimum_amount": 20000,
- "loan_example": {
- "amount": 2500000,
- "years": 1,
- "total_amount": 2772300,
- "cost": 272300,
- "effective_annual_interest_rate": "21.38"
}, - "branding_image_url": "string"
}
}, - "invoice": {
- "enabled": true,
- "payability": "payable",
- "require_applicant": true,
- "product": {
- "product_code": "632",
- "due_in_days": 10,
- "minimum_amount": 20000,
- "invoice_fee": 9500,
- "require_applicant_amount": 7500000,
- "branding_image_url": "string"
}
}, - "installment": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable",
- "products": [
- {
- "minimum_amount": 20000,
- "product_code": "633",
- "credit_time": 36,
- "origination_fee": 9500,
- "notification_fee": 3900,
- "annual_interest_rate": "0.0",
- "effective_annual_interest_rate": "54.69",
- "total_amount": 309400,
- "monthly_amount": 100000,
- "first_monthly_amount": 109500,
- "require_applicant_amount": 2500000,
- "loan_example": {
- "amount": 2500000,
- "years": 1,
- "total_amount": 2772300,
- "cost": 272300,
- "effective_annual_interest_rate": "21.38"
}, - "branding_image_url": "string"
}
]
}, - "postponement": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable",
- "products": [
- {
- "minimum_amount": 20000,
- "product_code": "633",
- "postponement_months": 36,
- "origination_fee": 9500,
- "notification_fee": 3900,
- "annual_interest_rate": "0.0",
- "effective_annual_interest_rate": "54.69",
- "total_amount": 309400,
- "require_applicant_amount": 2500000,
- "loan_example": {
- "amount": 2500000,
- "years": 1,
- "total_amount": 2772300,
- "cost": 272300,
- "effective_annual_interest_rate": "21.38"
}, - "branding_image_url": "string"
}
]
}
}, - "netaxept": {
- "type": "payment_type",
- "creditcard": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable",
- "terminal": {
- "terminal": "/Terminal/default.aspx",
- "terminal_design": "string",
- "terminal_single_page": true,
- "terminal_layout": "string"
}
}
}, - "payex": {
- "dynamic_descriptor": "string",
- "swish": {
- "enabled": true,
- "payability": "payable"
}, - "creditcard": {
- "enabled": true,
- "payability": "payable",
- "generate_payment_token": false,
- "generate_recurrence_token": false,
- "no_cvc": true
}, - "mobilepay": {
- "enabled": true,
- "payability": "payable"
}, - "vipps": {
- "enabled": true,
- "payability": "payable"
}, - "applepay": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}, - "clicktopay": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}, - "googlepay": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}
}, - "vipps": {
- "enabled": true,
- "payability": "payable",
- "dynamic_descriptor": "string"
}, - "collector": {
- "type": "payment_type",
- "dynamic_descriptor": "string",
- "invoice": {
- "type": "payment_product_type",
- "enabled": true,
- "countries": [
- "string"
], - "options": {
- "enable_on_hold": true
}, - "payability": "payable"
}, - "invoice_b2b": {
- "type": "payment_product_type",
- "payability": "payable",
- "enabled": true,
- "countries": [
- "string"
], - "options": {
- "disable_collector_b2b_address_enforcement": false,
- "enable_on_hold": true
}
}, - "invoice_b2b_preapproved": {
- "type": "payment_product_type",
- "payability": "payable",
- "enabled": true,
- "countries": [
- "string"
], - "accounts": [
- {
- "billing_address": {
- "business_name": "string",
- "organization_number": "stringstr",
- "address_line": "string",
- "address_line_2": "string",
- "co_address": "string",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO",
- "phone_number": "string",
- "email": "string",
- "customer_reference": "string",
- "cost_center": "string",
- "first_name": "John",
- "last_name": "Doe",
- "address_id": "address_1"
}, - "company_id": "string"
}
]
}, - "finance": {
- "type": "payment_product_type",
- "enabled": true,
- "countries": [
- "string"
], - "payability": "payable"
}, - "installment": {
- "type": "payment_product_type",
- "enabled": true,
- "countries": [
- "string"
], - "options": {
- "enable_on_hold": true
}, - "payability": "payable"
}
}, - "klarna": {
- "type": "payment_type",
- "klarna": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}, - "billie": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}
}, - "santander": {
- "type": "payment_type",
- "debit_account": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable",
- "branding_name": "string",
- "accounts": [
- {
- "account_number_token": "string",
- "masked_account_number": "string"
}
]
}
}, - "swish": {
- "type": "payment_type",
- "swish": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}
}, - "payout": {
- "dynamic_payout_destination_ids": [
- {
- "type": "order_store_id",
- "order_store_id": "STORE_123",
- "order_payout_destination_id": "PD_123"
}
], - "payment_products": [
- {
- "payment_product": "bambora"
}
]
}, - "discounts": {
- "type": "discounts",
- "express_discount_codes": {
- "payability": "payable",
- "enabled": true
}, - "order": {
- "enabled": false
}
}, - "theme": {
- "backdrop": "string",
- "primary": "string",
- "text": "string",
- "warning": "string",
- "error": "string",
- "font-family": "string"
}, - "countries": {
- "preferred_country": "string",
- "allow_countries": [
- "string"
], - "deny_countries": [
- "string"
]
}, - "default_customer_type": "b2c",
- "allow_different_billing_shipping_address": [ ]
}, - "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "customer_ip": "string",
- "user_agent": "string",
- "initiating_system_request_headers": {
- "dintero-system-name": "woocommerce",
- "dintero-system-version": "5.0.0",
- "dintero-system-plugin-name": "Dintero.Checkout.WooCommerce",
- "dintero-system-plugin-version": "2021.03.02",
- "user-agent": "Mozilla: Mozilla/5.0"
}, - "payment_operation": "unscheduled_purchase",
- "events": [
- {
- "id": "769952fe-86c9-4185-a1ce-aeb46da3509c",
- "name": "INITIATED",
- "created_at": "2019-05-09T09:13:40.306Z",
- "request_id": "b97b6312-f8b3-11ed-be56-0242ac120002"
}, - {
- "name": "VISITED",
- "created_at": "2019-05-09T09:13:50.548Z"
}, - {
- "name": "PAY_FAILED",
- "created_at": "2019-05-09T09:14:10.548Z",
- "details": {
- "error": "Rejected",
- "payment_product_type": "instabank.finance"
}
}, - {
- "name": "FAILED",
- "created_at": "2019-05-09T09:16:11.786Z"
}
], - "transaction_id": "string"
}, - "updated_at": "2019-08-24T14:15:22Z",
- "metadata": {
- "merchant_name": "string",
- "session:profile_id": "string",
- "payout": "payout_account",
- "payout_correlation_id": "string",
- "gateway:id": "string",
- "bambora:merchant_number": "string",
- "bambora:transaction_id": "string",
- "bambora:reference": "string",
- "bambora:acquirer": "string",
- "bambora:wallet": "string",
- "collector:StoreId": "string",
- "collector:Invoice.InvoiceNumber": "string",
- "collector:Invoice.OrderNumber": "string",
- "collector:Invoice.CountryCode": "string",
- "collector:Invoice.ProductCode": "string",
- "collector:Invoice.InvoiceType": "string",
- "collector:Invoice.SettlementReference": "string",
- "instabank:Sale.ExternalReference": "string",
- "instabank:Sale.Sequence": 0,
- "instabank:Sale.Product.Name": "string",
- "klarna:authorized_payment_method:type": "invoice",
- "klarna:authorized_payment_method:number_of_days": "string",
- "klarna:authorized_payment_method:number_of_installments": "string",
- "klarna:authorized_payment_method:fraud_status": "ACCEPTED",
- "netaxept:merchant_id": "string",
- "netaxept:transaction_id": "string",
- "payex:payment:payee_info:payee_id": "string",
- "payex:payment:payee_info:payee_name": "string",
- "payex:payment:payee_info:subsite": "string",
- "payex:payment:id": "string",
- "payex:payment:number": 0,
- "payex:payment:operation": "string",
- "payex:payment:created": "2019-08-24T14:15:22Z",
- "santander:debit_account.ApplicationNumber": "string",
- "santander:debit_account.StatusCode": "string",
- "swish:payment_request:id": "string",
- "swish:swish_number": "string",
- "swish:id": "string",
- "swish:paymentReference": "string",
- "vipps:transaction.orderId": "string",
- "vipps:transaction.transactionText": "string",
- "vipps:merchantInfo.merchantSerialNumber": "string",
- "vipps:merchantInfo.paymentType": "eComm Regular Payment"
}, - "checkboxes": [
- {
- "id": "string",
- "label": "string",
- "checked": true,
- "required": true,
- "link": {
- "url": "string",
- "text": "Terms for checkbox action"
}
}
], - "success": true,
- "actions": [
- {
- "source": "PAYEX",
- "code": "AUTHORIZED",
- "type": "success"
}
]
}
This API endpoint on the merchant side allows Dintero to get
shipping_options and order with discounts based on the provided
session that had its order.discount_codes
updated.
required | object (SessionOrder) |
required | object (SessionUrls) |
required | object (PaymentConfiguration) |
id | string An ID that uniquely identifies the resource |
created_at | string <date-time> The date-time when the resource was created |
object | |
expires_at | string <date-time> The session expiration time after which the Checkout page wouldn't be available |
Array of objects (CheckboxConfiguration) <= 2 items Configuration for checkboxes that should be part of the checkout | |
object Present only for Express Checkout sessions.An Express Checkout session is a session where the end user will submit a shipping address and then select a shipping option before the before a payment method is selected and the payment is initiated. Endpoints used in the Express Checkout flow. | |
updated_at | string <date-time> Last time when the Checkout was updated |
customer_ip | string The IP of the customer upon visiting the page. If the page is visited multiple times, the field is always updated with the last known value. |
user_agent | string The full user agent of the device the customer used when visiting the checkout page |
object (SystemRequestHeaders) | |
payment_operation | string (PaymentOperationIntent) Enum: "unscheduled_purchase" "recurring_purchase" "generate_payment_token" Initiated by the merchant or used to generate a token |
Array of objects Checkout process events | |
transaction_id | string Transaction which has been created using the checkout. |
object metadata about the session |
{- "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "url": {
}, - "customer": {
- "customer_id": "string",
- "email": "john.doe@example.com",
- "phone_number": "+4799999999",
- "my_dintero": {
- "actions": [
- "create_user"
],
}, - "gift_cards": {
- "dintero.wallets": [
- {
- "card_id": "string",
- "masked_card_token": "string"
}
]
}, - "tokens": {
- "payex.creditcard": { },
- "bambora.creditcard": { }
}
}, - "order": {
- "amount": 72200,
- "currency": "NOK",
- "vat_amount": 13660,
- "merchant_reference_2": "string",
- "shipping_address": {
- "first_name": "John",
- "last_name": "Doe",
- "address_line": "string",
- "address_line_2": "string",
- "co_address": "Land Lord",
- "business_name": "string",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO",
- "phone_number": "string",
- "email": "string",
- "latitude": 0,
- "longitude": 0,
- "comment": "string",
- "organization_number": "string",
- "organization_type": "string",
- "customer_reference": "string",
- "cost_center": "string"
}, - "billing_address": {
- "first_name": "John",
- "last_name": "Doe",
- "address_line": "string",
- "address_line_2": "string",
- "co_address": "Land Lord",
- "business_name": "string",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO",
- "phone_number": "string",
- "email": "string",
- "latitude": 0,
- "longitude": 0,
- "comment": "string",
- "organization_number": "string",
- "organization_type": "string",
- "customer_reference": "string",
- "cost_center": "string"
}, - "partial_payment": false,
- "items": [
- {
- "amount": 2000,
- "quantity": 2,
- "line_id": "1",
- "description": "Forsvinnignspølse",
- "vat": 20,
- "id": "10"
}, - {
- "amount": 6600,
- "quantity": 2,
- "line_id": "2",
- "description": "Vissvossafår på neppebrød",
- "vat": 20,
- "id": "6",
- "eligible_for_discount": true,
- "is_changed": true,
- "gross_amount": 10000,
- "discount_lines": [
- {
- "amount": 4400,
- "discount_type": "customer",
- "discount_id": "ed960ace-eb16-4e2e-ae52-b27647ccae8d",
- "description": "Vossafestpris",
- "line_id": 1
}
]
}, - {
- "amount": 59700,
- "quantity": 3,
- "line_id": "3",
- "description": "Luftboller",
- "vat": 20,
- "id": "1"
}
], - "shipping_option": {
- "id": "bring-pick-up-00001",
- "line_id": "bring-pick-up-00001-location-0a1f6b",
- "countries": [
- "NO"
], - "amount": 3900,
- "vat_amount": 975,
- "vat": 25,
- "title": "Standard",
- "description": "Pick up at your nearest postal office",
- "delivery_method": "pick_up",
- "operator": "Bring",
- "operator_product_id": "pick-up-00001-location-0a1f6b",
- "eta": {
- "starts_at": "2020-10-14T19:00:00Z",
- "ends_at": "2020-10-14T20:00:00Z"
}, - "time_slot": {
- "starts_at": "2020-10-14T19:00:00Z",
- "ends_at": "2020-10-14T20:00:00Z"
}, - "pick_up_address": {
- "first_name": "John",
- "last_name": "Doe",
- "address_line": "string",
- "address_line_2": "string",
- "co_address": "Land Lord",
- "business_name": "string",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO",
- "phone_number": "string",
- "email": "string",
- "latitude": 0,
- "longitude": 0,
- "comment": "string",
- "organization_number": "string",
- "organization_type": "string",
- "customer_reference": "string",
- "cost_center": "string",
- "distance": 0
}, - "metadata": {
- "operator_dest": "XAB1239",
- "number_x": 1921
}, - "environmental_data": {
- "description": "Fossil free",
- "details": [
- {
- "label": "Carbon offset",
- "value": "1KG CO2"
}
]
}, - "pay_in_store": {
- "type": "full"
}, - "fee_split": {
- "type": "proportional",
- "destinations": [
- "string"
]
}, - "splits": [
- {
- "payout_destination_id": "P000000001",
- "amount": 29700
}
]
}, - "store": {
- "id": "sc029",
- "name": "SC Oslo",
- "business_name": "SC Oslo AS",
- "address": {
- "address_line": "Sommerkroveien 34",
- "address_line_2": "PB 123",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO"
}, - "chain": "SuperChain",
- "email": "contact@superchain.com",
- "gln": "5790001398644",
- "organization_number": "123456789MVA",
- "phone_number": "+4738260107",
- "mcc": "5814",
- "bax": "102603",
- "terminal_id": "T0292"
}, - "discount_lines": [
- {
- "amount": 4400,
- "percentage": 44,
- "discount_type": "customer",
- "discount_id": "766da0ef-9283-42bd-b012-0582344ec53c",
- "description": "string",
- "line_id": 1
}
], - "discount_codes": [
- "SUMMER20"
], - "gift_cards": [
- {
- "type": "dintero.wallets",
- "card_id": "string",
- "amount": 0,
- "masked_card_token": "string"
}
], - "payout_destination_id": "string",
- "merchant_reference": "string"
}, - "expires_at": "2019-08-24T14:15:22Z",
- "checkboxes": [
- {
- "id": "string",
- "label": "string",
- "checked": true,
- "required": true,
- "link": {
- "url": "string",
- "text": "Terms for checkbox action"
}
}
], - "express": {
- "shipping_options": [
- {
- "id": "bring-pick-up-00001",
- "line_id": "bring-pick-up-00001-location-0a1f6b",
- "countries": [
- "NO"
], - "amount": 3900,
- "vat_amount": 975,
- "vat": 25,
- "title": "Standard",
- "description": "Pick up at your nearest postal office",
- "delivery_method": "pick_up",
- "operator": "Bring",
- "operator_product_id": "pick-up-00001-location-0a1f6b",
- "eta": {
- "starts_at": "2020-10-14T19:00:00Z",
- "ends_at": "2020-10-14T20:00:00Z"
}, - "time_slot": {
- "starts_at": "2020-10-14T19:00:00Z",
- "ends_at": "2020-10-14T20:00:00Z"
}, - "pick_up_address": {
- "first_name": "John",
- "last_name": "Doe",
- "address_line": "string",
- "address_line_2": "string",
- "co_address": "Land Lord",
- "business_name": "string",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO",
- "phone_number": "string",
- "email": "string",
- "latitude": 0,
- "longitude": 0,
- "comment": "string",
- "organization_number": "string",
- "organization_type": "string",
- "customer_reference": "string",
- "cost_center": "string",
- "distance": 0
}, - "metadata": {
- "operator_dest": "XAB1239",
- "number_x": 1921
}, - "environmental_data": {
- "description": "Fossil free",
- "details": [
- {
- "label": "Carbon offset",
- "value": "1KG CO2"
}
]
}, - "pay_in_store": {
- "type": "full"
}, - "fee_split": {
- "type": "proportional",
- "destinations": [
- "string"
]
}, - "splits": [
- {
- "payout_destination_id": "P000000001",
- "amount": 29700
}
]
}
], - "shipping_mode": "shipping_required",
- "discount_codes": {
- "max_count": 0,
}, - "customer_types": [
- "b2c",
- "b2b"
]
}, - "configuration": {
- "auto_capture": true,
- "channel": "in_app",
- "publish": [
- {
- "channel": "sms",
- "type": "checkout-link"
}
], - "active_payment_types": {
- "enabled": true
}, - "default_payment_type": "bambora.applepay",
- "bambora": {
- "type": "payment_type",
- "applepay": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}, - "creditcard": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable",
- "generate_payment_token": false
}, - "googlepay": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}, - "mobilepay": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}, - "vipps": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}
}, - "dintero": {
- "type": "payment_type",
- "wallets": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}, - "zero": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}
}, - "dintero_psp": {
- "type": "payment_type",
- "creditcard": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}
}, - "instabank": {
- "finance": {
- "enabled": true,
- "payability": "payable"
}, - "invoice": {
- "enabled": true,
- "payability": "payable",
- "require_applicant": true
}, - "installment": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}, - "postponement": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}
}, - "netaxept": {
- "type": "payment_type",
- "creditcard": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable",
- "terminal": {
- "terminal": "/Terminal/default.aspx",
- "terminal_design": "string",
- "terminal_single_page": true,
- "terminal_layout": "string"
}
}
}, - "payex": {
- "dynamic_descriptor": "string",
- "swish": {
- "enabled": true,
- "payability": "payable"
}, - "creditcard": {
- "enabled": true,
- "payability": "payable",
- "generate_payment_token": false,
- "generate_recurrence_token": false,
- "no_cvc": true
}, - "mobilepay": {
- "enabled": true,
- "payability": "payable"
}, - "vipps": {
- "enabled": true,
- "payability": "payable"
}, - "applepay": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}, - "clicktopay": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}, - "googlepay": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}
}, - "vipps": {
- "enabled": true,
- "payability": "payable",
- "dynamic_descriptor": "string"
}, - "collector": {
- "type": "payment_type",
- "dynamic_descriptor": "string",
- "invoice": {
- "type": "payment_product_type",
- "enabled": true,
- "countries": [
- "string"
], - "options": {
- "enable_on_hold": true
}, - "payability": "payable"
}, - "invoice_b2b": {
- "type": "payment_product_type",
- "payability": "payable",
- "enabled": true,
- "countries": [
- "string"
], - "options": {
- "disable_collector_b2b_address_enforcement": false,
- "enable_on_hold": true
}
}, - "invoice_b2b_preapproved": {
- "type": "payment_product_type",
- "payability": "payable",
- "enabled": true,
- "countries": [
- "string"
], - "accounts": [
- {
- "billing_address": {
- "business_name": "string",
- "organization_number": "stringstr",
- "address_line": "string",
- "address_line_2": "string",
- "co_address": "string",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO",
- "phone_number": "string",
- "email": "string",
- "customer_reference": "string",
- "cost_center": "string",
- "first_name": "John",
- "last_name": "Doe",
- "address_id": "address_1"
}, - "company_id": "string"
}
]
}, - "finance": {
- "type": "payment_product_type",
- "enabled": true,
- "countries": [
- "string"
], - "payability": "payable"
}, - "installment": {
- "type": "payment_product_type",
- "enabled": true,
- "countries": [
- "string"
], - "options": {
- "enable_on_hold": true
}, - "payability": "payable"
}
}, - "klarna": {
- "type": "payment_type",
- "klarna": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}, - "billie": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}
}, - "santander": {
- "type": "payment_type",
- "debit_account": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable",
- "branding_name": "string",
- "accounts": [
- {
- "account_number_token": "string",
- "masked_account_number": "string"
}
]
}
}, - "swish": {
- "type": "payment_type",
- "swish": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}
}, - "payout": {
- "dynamic_payout_destination_ids": [
- {
- "type": "order_store_id",
- "order_store_id": "STORE_123",
- "order_payout_destination_id": "PD_123"
}
]
}, - "discounts": {
- "express_discount_codes": {
- "payability": "payable",
- "enabled": true
}, - "order": {
- "enabled": false
}
}, - "theme": {
- "backdrop": "string",
- "primary": "string",
- "text": "string",
- "warning": "string",
- "error": "string",
- "font-family": "string"
}, - "countries": {
- "preferred_country": "string",
- "allow_countries": [
- "string"
], - "deny_countries": [
- "string"
]
}, - "default_customer_type": "b2c",
- "allow_different_billing_shipping_address": [ ],
}, - "updated_at": "2019-08-24T14:15:22Z",
- "customer_ip": "string",
- "user_agent": "string",
- "initiating_system_request_headers": {
- "dintero-system-name": "woocommerce",
- "dintero-system-version": "5.0.0",
- "dintero-system-plugin-name": "Dintero.Checkout.WooCommerce",
- "dintero-system-plugin-version": "2021.03.02",
- "user-agent": "Mozilla: Mozilla/5.0"
}, - "payment_operation": "unscheduled_purchase",
- "events": [
- {
- "id": "769952fe-86c9-4185-a1ce-aeb46da3509c",
- "name": "INITIATED",
- "created_at": "2019-05-09T09:13:40.306Z",
- "request_id": "b97b6312-f8b3-11ed-be56-0242ac120002"
}, - {
- "name": "VISITED",
- "created_at": "2019-05-09T09:13:50.548Z"
}, - {
- "name": "PAY_FAILED",
- "created_at": "2019-05-09T09:14:10.548Z",
- "details": {
- "error": "Rejected",
- "payment_product_type": "instabank.finance"
}
}, - {
- "name": "FAILED",
- "created_at": "2019-05-09T09:16:11.786Z"
}
], - "transaction_id": "string",
- "metadata": {
- "session:profile_id": "string"
}
}
{- "order": {
- "discount_codes": [
- "string"
], - "amount": 72200,
- "items": [
- {
- "amount": 2000,
- "quantity": 2,
- "line_id": "1",
- "description": "Forsvinnignspølse",
- "vat": 20,
- "id": "10"
}, - {
- "amount": 6600,
- "quantity": 2,
- "line_id": "2",
- "description": "Vissvossafår på neppebrød",
- "vat": 20,
- "id": "6",
- "eligible_for_discount": true,
- "is_changed": true,
- "gross_amount": 10000,
- "discount_lines": [
- {
- "amount": 4400,
- "discount_type": "external",
- "discount_id": "ed960ace-eb16-4e2e-ae52-b27647ccae8d",
- "description": "Vossafestpris",
- "line_id": 1
}
]
}, - {
- "amount": 59700,
- "quantity": 3,
- "line_id": "3",
- "description": "Luftboller",
- "vat": 20,
- "id": "1"
}
]
}, - "shipping_options": [
- {
- "id": "bring-pick-up-00001",
- "line_id": "bring-pick-up-00001-location-0a1f6b",
- "countries": [
- "NO"
], - "amount": 3900,
- "vat_amount": 975,
- "vat": 25,
- "title": "Standard",
- "description": "Pick up at your nearest postal office",
- "delivery_method": "pick_up",
- "operator": "Bring",
- "operator_product_id": "pick-up-00001-location-0a1f6b",
- "eta": {
- "starts_at": "2020-10-14T19:00:00Z",
- "ends_at": "2020-10-14T20:00:00Z"
}, - "time_slot": {
- "starts_at": "2020-10-14T19:00:00Z",
- "ends_at": "2020-10-14T20:00:00Z"
}, - "pick_up_address": {
- "first_name": "John",
- "last_name": "Doe",
- "address_line": "string",
- "address_line_2": "string",
- "co_address": "Land Lord",
- "business_name": "string",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO",
- "phone_number": "string",
- "email": "string",
- "latitude": 0,
- "longitude": 0,
- "comment": "string",
- "organization_number": "string",
- "organization_type": "string",
- "customer_reference": "string",
- "cost_center": "string",
- "distance": 0
}, - "metadata": {
- "operator_dest": "XAB1239",
- "number_x": 1921
}, - "environmental_data": {
- "description": "Fossil free",
- "details": [
- {
- "label": "Carbon offset",
- "value": "1KG CO2"
}
]
}, - "pay_in_store": {
- "type": "full"
}, - "fee_split": {
- "type": "proportional",
- "destinations": [
- "string"
]
}, - "splits": [
- {
- "payout_destination_id": "P000000001",
- "amount": 29700
}
]
}
]
}
This API endpoint on the merchant side allows Dintero to notify
the session.url.callback_url
when the payment is completed
The
transaction_id
is optional ifreport_error=true
transaction_id required | string The Id for the transaction created |
merchant_reference required | string The merchants reference |
time required | string <date-time> ISO 8601 format for when the transaction was created |
session_id | string Session Id. Either |
sid | string Session Id if |
error | string Example: error=authorization Error code |
event | string Event applied to transaction |
event_id | string Example: event_id=3 Id for the event applied to transaction |
method | string Example: method=POST The method to use when delivering the callback |
report_error | boolean Report error callback |
delay_callback | integer Delay before delivering the callback |
report_event | string Example: report_event=CAPTURE Deliver callback on othe transaction events |
Dintero-Signature | string Dintero signature that can be used to verify the payload from the callback. Only include if a signature secret exist: |
{ }
This API endpoint on the merchant side allows Dintero to notify
the session.url.callback_url
when the payment is completed
POST is only use if
callback_url
includesmethod=POST
query parameter.
The
body
andtransaction_id
is optional ifreport_error=true
transaction_id required | string The Id for the transaction created |
merchant_reference required | string The merchants reference |
time required | string <date-time> ISO 8601 format for when the transaction was created |
method required | string Example: method=POST POST method used to deliver the callback |
includes required | string Example: includes=session Aditional data included |
session_id | string Session Id. Either |
sid | string Session Id if |
error | string Example: error=authorization Error code |
event | string Event applied to transaction |
event_id | string Example: event_id=3 Id for the event applied to transaction |
report_error | boolean Report error callback |
delay_callback | integer Delay before delivering the callback |
report_event | string Example: report_event=CAPTURE Deliver callback on othe transaction events |
Dintero-Signature | string Dintero signature that can be used to verify the payload from the callback. Only include if a signature secret exist: |
payment_product required | string Enum: "bambora" "collector" "dintero" "dintero_psp" "instabank" "klarna" "netaxept" "payex" "santander" "swish" "vipps" The payment product corresponding to this transaction |
payment_product_type required | string Enum: "bambora.applepay" "bambora.creditcard" "bambora.googlepay" "bambora.mobilepay" "bambora.vipps" "collector.invoice" "collector.invoice_b2b" "collector.invoice_b2b_preapproved" "collector.installment" "dintero.zero" "dintero.wallets" "dintero_psp.creditcard" "instabank.finance" "instabank.invoice" "instabank.installment" "instabank.postponement" "klarna.klarna" "klarna.billie" "netaxept.creditcard" "payex.creditcard" "payex.mobilepay" "payex.swish" "payex.vipps" "payex.applepay" "payex.clicktopay" "payex.googlepay" "santander.debit_account" "swish.swish" "vipps" The payment product type corresponding to this transaction |
amount required | integer Non-negative, minor units. Total amount of the transaction |
currency required | string <iso4217-code> ISO 4217 transaction currency |
id | string An ID that uniquely identifies the resource |
created_at | string <date-time> The date-time when the resource was created |
payout_destination_id | string <= 40 characters An id that identifies the seller, value will be included in the settlement reports |
merchant_reference | string A reference specified by the merchant to identify the transaction |
merchant_reference_2 | string A reference specified by the merchant to identify the transaction, can be updated after the transaction has been created |
dynamic_descriptor | string A short reference / descriptor that will show up on the customers bank statement |
payment_operation | string (PaymentOperationIntent) Enum: "unscheduled_purchase" "recurring_purchase" "generate_payment_token" Initiated by the merchant or used to generate a token |
settlement_status | string (SettlementStatus) Enum: "NOT_SETTLED" "PENDING_SETTLEMENT" "PARTIALLY_SETTLED" "SETTLED" Overall settlement status after the events |
object | |
customer_ip | string The IP address of the customer |
user_agent | string The full user agent string of the device the customer used to submit the transaction |
object (SystemRequestHeaders) | |
object (OrderAddress) Address | |
object (SplitShippingOption) A shipping option | |
object (OrderAddress) Address | |
object (Store) | |
object | |
Array of objects (Giftcard) The gift cards that used to partially or fully authorize the transaction | |
Array of objects The applicable transaction items | |
object | |
Array of objects All events recorded on the transaction | |
session_id | string The session id for the transaction |
object (Session) | |
updated_at | string <date-time> When the transaction was last modified. |
object Additional details about the transaction | |
Array of objects (CheckboxConfiguration) <= 2 items Configuration for checkboxes that should be part of the checkout |
{- "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "payment_product": "bambora",
- "payment_product_type": "bambora.applepay",
- "amount": 72200,
- "currency": "NOK",
- "payout_destination_id": "string",
- "merchant_reference": "string",
- "merchant_reference_2": "string",
- "dynamic_descriptor": "string",
- "payment_operation": "unscheduled_purchase",
- "settlement_status": "NOT_SETTLED",
- "customer": {
- "customer_id": "string",
- "email": "john.doe@example.com",
- "phone_number": "+4799999999",
- "my_dintero": {
- "actions": [
- "create_user"
],
}
}, - "customer_ip": "127.0.0.1",
- "user_agent": "Mozilla/5.0 ...",
- "initiating_system_request_headers": {
- "dintero-system-name": "woocommerce",
- "dintero-system-version": "5.0.0",
- "dintero-system-plugin-name": "Dintero.Checkout.WooCommerce",
- "dintero-system-plugin-version": "2021.03.02",
- "user-agent": "Mozilla: Mozilla/5.0"
}, - "shipping_address": {
- "first_name": "John",
- "last_name": "Doe",
- "address_line": "string",
- "address_line_2": "string",
- "co_address": "Land Lord",
- "business_name": "string",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO",
- "phone_number": "string",
- "email": "string",
- "latitude": 0,
- "longitude": 0,
- "comment": "string",
- "organization_number": "string",
- "organization_type": "string",
- "customer_reference": "string",
- "cost_center": "string"
}, - "shipping_option": {
- "id": "bring-pick-up-00001",
- "line_id": "bring-pick-up-00001-location-0a1f6b",
- "countries": [
- "NO"
], - "amount": 3900,
- "vat_amount": 975,
- "vat": 25,
- "title": "Standard",
- "description": "Pick up at your nearest postal office",
- "delivery_method": "pick_up",
- "operator": "Bring",
- "operator_product_id": "pick-up-00001-location-0a1f6b",
- "eta": {
- "starts_at": "2020-10-14T19:00:00Z",
- "ends_at": "2020-10-14T20:00:00Z"
}, - "time_slot": {
- "starts_at": "2020-10-14T19:00:00Z",
- "ends_at": "2020-10-14T20:00:00Z"
}, - "pick_up_address": {
- "first_name": "John",
- "last_name": "Doe",
- "address_line": "string",
- "address_line_2": "string",
- "co_address": "Land Lord",
- "business_name": "string",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO",
- "phone_number": "string",
- "email": "string",
- "latitude": 0,
- "longitude": 0,
- "comment": "string",
- "organization_number": "string",
- "organization_type": "string",
- "customer_reference": "string",
- "cost_center": "string",
- "distance": 0
}, - "metadata": {
- "operator_dest": "XAB1239",
- "number_x": 1921
}, - "environmental_data": {
- "description": "Fossil free",
- "details": [
- {
- "label": "Carbon offset",
- "value": "1KG CO2"
}
]
}, - "pay_in_store": {
- "type": "full"
}, - "fee_split": {
- "type": "proportional",
- "destinations": [
- "string"
]
}, - "splits": [
- {
- "payout_destination_id": "P000000001",
- "amount": 29700
}
]
}, - "billing_address": {
- "first_name": "John",
- "last_name": "Doe",
- "address_line": "string",
- "address_line_2": "string",
- "co_address": "Land Lord",
- "business_name": "string",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO",
- "phone_number": "string",
- "email": "string",
- "latitude": 0,
- "longitude": 0,
- "comment": "string",
- "organization_number": "string",
- "organization_type": "string",
- "customer_reference": "string",
- "cost_center": "string"
}, - "store": {
- "id": "sc029",
- "name": "SC Oslo",
- "business_name": "SC Oslo AS",
- "address": {
- "address_line": "Sommerkroveien 34",
- "address_line_2": "PB 123",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO"
}, - "chain": "SuperChain",
- "email": "contact@superchain.com",
- "gln": "5790001398644",
- "organization_number": "123456789MVA",
- "phone_number": "+4738260107",
- "mcc": "5814",
- "bax": "102603",
- "terminal_id": "T0292"
}, - "card": {
- "type": "string",
- "brand": "Visa",
- "region": "domestic",
- "masked_pan": "476173******0416",
- "expiry_date": "string",
- "eci": "04",
- "country": "string",
- "acquirer_transaction_type": "3DSECURE",
- "three_ds_version": "2",
- "three_ds_server_trans_id": "string",
- "payment_system_type": "wallet",
- "issuing_bank": "string",
- "acquirer_stan": "string",
- "acquirer_terminal_id": "string",
- "acquirer_transaction_time": "2019-08-24T14:15:22Z",
- "authentication_status": "Y",
- "payment_token": "string",
- "payment_token_id": "string",
- "recurrence_token": "string",
- "recurrence_token_id": "string"
}, - "gift_cards": [
- {
- "type": "dintero.wallets",
- "card_id": "string",
- "amount": 0,
- "masked_card_token": "string"
}
], - "items": [
- {
- "amount": 2000,
- "quantity": 2,
- "line_id": "1",
- "description": "Forsvinnignspølse",
- "vat": 20,
- "id": "10"
}, - {
- "amount": 6600,
- "quantity": 2,
- "line_id": "2",
- "description": "Vissvossafår på neppebrød",
- "vat": 20,
- "id": "6",
- "eligible_for_discount": true,
- "is_changed": true,
- "gross_amount": 10000,
- "discount_lines": [
- {
- "amount": 4400,
- "discount_type": "customer",
- "discount_id": "ed960ace-eb16-4e2e-ae52-b27647ccae8d",
- "description": "Vossafestpris",
- "line_id": 1
}
]
}, - {
- "amount": 59700,
- "quantity": 3,
- "line_id": "3",
- "description": "Luftboller",
- "vat": 20,
- "id": "1"
}
], - "events": [
- {
- "event": "INITIATE",
- "transaction_status": "INITIATED",
- "created_at": "2019-01-18T13:13:37.175Z",
- "success": true,
- "request_id": "a3dcc23125bc4363b9dae29ed25a4eb1",
- "metadata": {
- "bambora:transaction:status": "string",
- "bambora:transactionoperation:id": "string",
- "bambora:meta:action:source": "string",
- "bambora:meta:action:code": "string",
- "bambora:meta:action:type": "string",
- "payout_correlation_id": "string",
- "collector:Invoice.InvoiceStatus": 0,
- "collector:CorrelationId": "string",
- "collector:Invoice.PaymentReference": "string",
- "collector:Invoice.LowestAmountToPay": 0,
- "collector:Invoice.TotalAmount": 0,
- "collector:Invoice.DueDate": "string",
- "collector:Invoice.InvoiceUrl": "string",
- "collector:Invoice.CurrentInvoiceNumber": "string",
- "collector:Invoice.NewInvoiceNumber": "string",
- "instabank:Sale.Status": "string",
- "instabank:RequestId": "string",
- "dintero_psp:operation_ref": "string",
- "dintero_psp:authorization_operation_ref": "string",
- "dintero_psp:capture_operation_ref": "string",
- "dintero_psp:sale_operation_ref": "string",
- "klarna:reference": "string",
- "klarna:headers:capture_id": "string",
- "klarna:headers:refund_id": "string",
- "klarna:headers:location": "string",
- "klarna:authorization_expiration": "string",
- "klarna:authorization_expiration_reason": "string",
- "klarna:authorization_expiration_reference": "string",
- "klarna:authorization_expiration_error_reason": "string",
- "netaxept:transaction_id": "string",
- "netaxept:operation": "string",
- "netaxept:execution_time": "string",
- "netaxept:bat_number": "string",
- "netaxept:response_code": "string",
- "netaxept:terminal_url": "string",
- "payex:transaction:id": "string",
- "payex:transaction:number": 0,
- "payex:transaction:type": "string",
- "payex:transaction:state": "string",
- "payex:transaction:created": "2019-08-24T14:15:22Z",
- "payex:transaction:payee_reference": "string",
- "santander:debit_account.ApplicationNumber": "string",
- "santander:debit_account.StatusCode": "string",
- "swish:payment_request:get_payment_url": "string",
- "swish:id": "string",
- "swish:originalPaymentReference": "string",
- "swish:paymentReference": "string",
- "swish:amount": "string",
- "swish:dateCreated": "string",
- "swish:datePaid": "string",
- "swish:status": "string",
- "swish:errorCode": "string",
- "swish:errorMessage": "string",
- "vipps:transactionInfo.timeStamp": "2019-08-24T14:15:22Z",
- "vipps:transactionInfo.transactionId": "string",
- "vipps:transactionInfo.status": "INITIATE",
- "vipps:transaction.transactionText": "string"
}
}, - {
- "event": "AUTHORIZE",
- "transaction_status": "AUTHORIZED",
- "created_at": "2019-01-18T13:13:37.540Z",
- "success": true,
- "request_id": "f5f64165e5b3404e9af63586c184c3e9"
}, - {
- "event": "CAPTURE",
- "transaction_status": "PARTIALLY_CAPTURED",
- "created_at": "2019-01-18T15:37:00.879Z",
- "created_by": "99115ac5-2d10-4be4-8594-bbf5e3aa7dfc",
- "amount": 59700,
- "splits": [
- {
- "payout_destination_id": "P000000001",
- "amount": 29700
}, - {
- "payout_destination_id": "P000000002",
- "amount": 30000
}
], - "fee_split": {
- "type": "proportional",
- "destinations": [
- "P000000001"
]
}, - "items": [
- {
- "amount": 59700,
- "quantity": 3,
- "line_id": "3"
}
], - "success": true,
- "request_id": "27c71936004e48649c6dd437d314d90c"
}, - {
- "event": "CAPTURE",
- "transaction_status": "CAPTURED",
- "created_at": "2019-01-18T21:24:31.669Z",
- "created_by": "a33aef94-a17d-447a-a1dd-81055892b59d",
- "amount": 8600,
- "items": [
- {
- "amount": 2000,
- "quantity": 2,
- "line_id": "1"
}, - {
- "amount": 6600,
- "quantity": 2,
- "line_id": "2"
}
], - "success": true,
- "request_id": "c3e60b98a1d1466c97151318be621cf9"
}
], - "session_id": "P00000000.465U8CUzaPVpneu1wt8Wei",
- "session": {
- "url": {
}, - "customer": {
- "customer_id": "string",
- "email": "john.doe@example.com",
- "phone_number": "+4799999999"
}, - "order": {
- "amount": 72200,
- "currency": "NOK",
- "vat_amount": 13660,
- "merchant_reference_2": "string",
- "shipping_address": {
- "first_name": "John",
- "last_name": "Doe",
- "address_line": "string",
- "address_line_2": "string",
- "co_address": "Land Lord",
- "business_name": "string",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO",
- "phone_number": "string",
- "email": "string",
- "latitude": 0,
- "longitude": 0,
- "comment": "string",
- "organization_number": "string",
- "organization_type": "string",
- "customer_reference": "string",
- "cost_center": "string"
}, - "billing_address": {
- "first_name": "John",
- "last_name": "Doe",
- "address_line": "string",
- "address_line_2": "string",
- "co_address": "Land Lord",
- "business_name": "string",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO",
- "phone_number": "string",
- "email": "string",
- "latitude": 0,
- "longitude": 0,
- "comment": "string",
- "organization_number": "string",
- "organization_type": "string",
- "customer_reference": "string",
- "cost_center": "string"
}, - "partial_payment": false,
- "items": [
- {
- "amount": 2000,
- "quantity": 2,
- "line_id": "1",
- "description": "Forsvinnignspølse",
- "vat": 20,
- "id": "10"
}, - {
- "amount": 6600,
- "quantity": 2,
- "line_id": "2",
- "description": "Vissvossafår på neppebrød",
- "vat": 20,
- "id": "6",
- "eligible_for_discount": true,
- "is_changed": true,
- "gross_amount": 10000,
- "discount_lines": [
- {
- "amount": 4400,
- "discount_type": "customer",
- "discount_id": "ed960ace-eb16-4e2e-ae52-b27647ccae8d",
- "description": "Vossafestpris",
- "line_id": 1
}
]
}, - {
- "amount": 59700,
- "quantity": 3,
- "line_id": "3",
- "description": "Luftboller",
- "vat": 20,
- "id": "1"
}
], - "shipping_option": {
- "id": "bring-pick-up-00001",
- "line_id": "bring-pick-up-00001-location-0a1f6b",
- "countries": [
- "NO"
], - "amount": 3900,
- "vat_amount": 975,
- "vat": 25,
- "title": "Standard",
- "description": "Pick up at your nearest postal office",
- "delivery_method": "pick_up",
- "operator": "Bring",
- "operator_product_id": "pick-up-00001-location-0a1f6b",
- "eta": {
- "starts_at": "2020-10-14T19:00:00Z",
- "ends_at": "2020-10-14T20:00:00Z"
}, - "time_slot": {
- "starts_at": "2020-10-14T19:00:00Z",
- "ends_at": "2020-10-14T20:00:00Z"
}, - "pick_up_address": {
- "first_name": "John",
- "last_name": "Doe",
- "address_line": "string",
- "address_line_2": "string",
- "co_address": "Land Lord",
- "business_name": "string",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO",
- "phone_number": "string",
- "email": "string",
- "latitude": 0,
- "longitude": 0,
- "comment": "string",
- "organization_number": "string",
- "organization_type": "string",
- "customer_reference": "string",
- "cost_center": "string",
- "distance": 0
}, - "metadata": {
- "operator_dest": "XAB1239",
- "number_x": 1921
}, - "environmental_data": {
- "description": "Fossil free",
- "details": [
- {
- "label": "Carbon offset",
- "value": "1KG CO2"
}
]
}, - "pay_in_store": {
- "type": "full"
}, - "fee_split": {
- "type": "proportional",
- "destinations": [
- "string"
]
}, - "splits": [
- {
- "payout_destination_id": "P000000001",
- "amount": 29700
}
]
}, - "store": {
- "id": "sc029",
- "name": "SC Oslo",
- "business_name": "SC Oslo AS",
- "address": {
- "address_line": "Sommerkroveien 34",
- "address_line_2": "PB 123",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO"
}, - "chain": "SuperChain",
- "email": "contact@superchain.com",
- "gln": "5790001398644",
- "organization_number": "123456789MVA",
- "phone_number": "+4738260107",
- "mcc": "5814",
- "bax": "102603",
- "terminal_id": "T0292"
}, - "discount_lines": [
- {
- "amount": 4400,
- "percentage": 44,
- "discount_type": "customer",
- "discount_id": "766da0ef-9283-42bd-b012-0582344ec53c",
- "description": "string",
- "line_id": 1
}
], - "discount_codes": [
- "SUMMER20"
], - "gift_cards": [
- {
- "type": "dintero.wallets",
- "card_id": "string",
- "amount": 0,
- "masked_card_token": "string"
}
], - "payout_destination_id": "string",
- "merchant_reference": "string"
}, - "expires_at": "2019-08-24T14:15:22Z",
- "checkboxes": [
- {
- "id": "string",
- "label": "string",
- "checked": true,
- "required": true,
- "link": {
- "url": "string",
- "text": "Terms for checkbox action"
}
}
], - "express": {
- "shipping_options": [
- {
- "id": "bring-pick-up-00001",
- "line_id": "bring-pick-up-00001-location-0a1f6b",
- "countries": [
- "NO"
], - "amount": 3900,
- "vat_amount": 975,
- "vat": 25,
- "title": "Standard",
- "description": "Pick up at your nearest postal office",
- "delivery_method": "pick_up",
- "operator": "Bring",
- "operator_product_id": "pick-up-00001-location-0a1f6b",
- "eta": {
- "starts_at": "2020-10-14T19:00:00Z",
- "ends_at": "2020-10-14T20:00:00Z"
}, - "time_slot": {
- "starts_at": "2020-10-14T19:00:00Z",
- "ends_at": "2020-10-14T20:00:00Z"
}, - "pick_up_address": {
- "first_name": "John",
- "last_name": "Doe",
- "address_line": "string",
- "address_line_2": "string",
- "co_address": "Land Lord",
- "business_name": "string",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO",
- "phone_number": "string",
- "email": "string",
- "latitude": 0,
- "longitude": 0,
- "comment": "string",
- "organization_number": "string",
- "organization_type": "string",
- "customer_reference": "string",
- "cost_center": "string",
- "distance": 0
}, - "metadata": {
- "operator_dest": "XAB1239",
- "number_x": 1921
}, - "environmental_data": {
- "description": "Fossil free",
- "details": [
- {
- "label": "Carbon offset",
- "value": "1KG CO2"
}
]
}, - "pay_in_store": {
- "type": "full"
}, - "fee_split": {
- "type": "proportional",
- "destinations": [
- "string"
]
}, - "splits": [
- {
- "payout_destination_id": "P000000001",
- "amount": 29700
}
]
}
], - "shipping_mode": "shipping_required",
- "discount_codes": {
- "max_count": 0,
}, - "customer_types": [
- "b2c",
- "b2b"
]
}, - "configuration": {
- "auto_capture": true,
- "channel": "in_app",
- "publish": [
- {
- "channel": "sms",
- "type": "checkout-link"
}
], - "active_payment_types": {
- "enabled": true
}, - "default_payment_type": "bambora.applepay",
- "bambora": {
- "type": "payment_type",
- "applepay": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}, - "creditcard": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable",
- "generate_payment_token": false
}, - "googlepay": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}, - "mobilepay": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}, - "vipps": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}
}, - "dintero": {
- "type": "payment_type",
- "wallets": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}, - "zero": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}
}, - "dintero_psp": {
- "type": "payment_type",
- "creditcard": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}
}, - "instabank": {
- "finance": {
- "enabled": true,
- "payability": "payable"
}, - "invoice": {
- "enabled": true,
- "payability": "payable",
- "require_applicant": true
}, - "installment": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}, - "postponement": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}
}, - "netaxept": {
- "type": "payment_type",
- "creditcard": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable",
- "terminal": {
- "terminal": "/Terminal/default.aspx",
- "terminal_design": "string",
- "terminal_single_page": true,
- "terminal_layout": "string"
}
}
}, - "payex": {
- "dynamic_descriptor": "string",
- "swish": {
- "enabled": true,
- "payability": "payable"
}, - "creditcard": {
- "enabled": true,
- "payability": "payable",
- "generate_payment_token": false,
- "generate_recurrence_token": false,
- "no_cvc": true
}, - "mobilepay": {
- "enabled": true,
- "payability": "payable"
}, - "vipps": {
- "enabled": true,
- "payability": "payable"
}, - "applepay": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}, - "clicktopay": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}, - "googlepay": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}
}, - "vipps": {
- "enabled": true,
- "payability": "payable",
- "dynamic_descriptor": "string"
}, - "collector": {
- "type": "payment_type",
- "dynamic_descriptor": "string",
- "invoice": {
- "type": "payment_product_type",
- "enabled": true,
- "countries": [
- "string"
], - "options": {
- "enable_on_hold": true
}, - "payability": "payable"
}, - "invoice_b2b": {
- "type": "payment_product_type",
- "payability": "payable",
- "enabled": true,
- "countries": [
- "string"
], - "options": {
- "disable_collector_b2b_address_enforcement": false,
- "enable_on_hold": true
}
}, - "invoice_b2b_preapproved": {
- "type": "payment_product_type",
- "payability": "payable",
- "enabled": true,
- "countries": [
- "string"
], - "accounts": [
- {
- "billing_address": {
- "business_name": "string",
- "organization_number": "stringstr",
- "address_line": "string",
- "address_line_2": "string",
- "co_address": "string",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO",
- "phone_number": "string",
- "email": "string",
- "customer_reference": "string",
- "cost_center": "string",
- "first_name": "John",
- "last_name": "Doe",
- "address_id": "address_1"
}, - "company_id": "string"
}
]
}, - "finance": {
- "type": "payment_product_type",
- "enabled": true,
- "countries": [
- "string"
], - "payability": "payable"
}, - "installment": {
- "type": "payment_product_type",
- "enabled": true,
- "countries": [
- "string"
], - "options": {
- "enable_on_hold": true
}, - "payability": "payable"
}
}, - "klarna": {
- "type": "payment_type",
- "klarna": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}, - "billie": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}
}, - "santander": {
- "type": "payment_type",
- "debit_account": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable",
- "branding_name": "string",
- "accounts": [
- {
- "account_number_token": "string",
- "masked_account_number": "string"
}
]
}
}, - "swish": {
- "type": "payment_type",
- "swish": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}
}, - "payout": {
- "dynamic_payout_destination_ids": [
- {
- "type": "order_store_id",
- "order_store_id": "STORE_123",
- "order_payout_destination_id": "PD_123"
}
]
}, - "discounts": {
- "express_discount_codes": {
- "payability": "payable",
- "enabled": true
}, - "order": {
- "enabled": false
}
}, - "theme": {
- "backdrop": "string",
- "primary": "string",
- "text": "string",
- "warning": "string",
- "error": "string",
- "font-family": "string"
}, - "countries": {
- "preferred_country": "string",
- "allow_countries": [
- "string"
], - "deny_countries": [
- "string"
]
}, - "default_customer_type": "b2c",
- "allow_different_billing_shipping_address": [ ]
}, - "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "customer_ip": "string",
- "user_agent": "string",
- "initiating_system_request_headers": {
- "dintero-system-name": "woocommerce",
- "dintero-system-version": "5.0.0",
- "dintero-system-plugin-name": "Dintero.Checkout.WooCommerce",
- "dintero-system-plugin-version": "2021.03.02",
- "user-agent": "Mozilla: Mozilla/5.0"
}, - "payment_operation": "unscheduled_purchase",
- "events": [
- {
- "id": "769952fe-86c9-4185-a1ce-aeb46da3509c",
- "name": "INITIATED",
- "created_at": "2019-05-09T09:13:40.306Z",
- "request_id": "b97b6312-f8b3-11ed-be56-0242ac120002"
}, - {
- "name": "VISITED",
- "created_at": "2019-05-09T09:13:50.548Z"
}, - {
- "name": "PAY_FAILED",
- "created_at": "2019-05-09T09:14:10.548Z",
- "details": {
- "error": "Rejected",
- "payment_product_type": "instabank.finance"
}
}, - {
- "name": "FAILED",
- "created_at": "2019-05-09T09:16:11.786Z"
}
], - "transaction_id": "string"
}, - "updated_at": "2019-08-24T14:15:22Z",
- "metadata": {
- "merchant_name": "string",
- "session:profile_id": "string",
- "payout": "payout_account",
- "payout_correlation_id": "string",
- "gateway:id": "string",
- "bambora:merchant_number": "string",
- "bambora:transaction_id": "string",
- "bambora:reference": "string",
- "bambora:acquirer": "string",
- "bambora:wallet": "string",
- "collector:StoreId": "string",
- "collector:Invoice.InvoiceNumber": "string",
- "collector:Invoice.OrderNumber": "string",
- "collector:Invoice.CountryCode": "string",
- "collector:Invoice.ProductCode": "string",
- "collector:Invoice.InvoiceType": "string",
- "collector:Invoice.SettlementReference": "string",
- "instabank:Sale.ExternalReference": "string",
- "instabank:Sale.Sequence": 0,
- "instabank:Sale.Product.Name": "string",
- "klarna:authorized_payment_method:type": "invoice",
- "klarna:authorized_payment_method:number_of_days": "string",
- "klarna:authorized_payment_method:number_of_installments": "string",
- "klarna:authorized_payment_method:fraud_status": "ACCEPTED",
- "netaxept:merchant_id": "string",
- "netaxept:transaction_id": "string",
- "payex:payment:payee_info:payee_id": "string",
- "payex:payment:payee_info:payee_name": "string",
- "payex:payment:payee_info:subsite": "string",
- "payex:payment:id": "string",
- "payex:payment:number": 0,
- "payex:payment:operation": "string",
- "payex:payment:created": "2019-08-24T14:15:22Z",
- "santander:debit_account.ApplicationNumber": "string",
- "santander:debit_account.StatusCode": "string",
- "swish:payment_request:id": "string",
- "swish:swish_number": "string",
- "swish:id": "string",
- "swish:paymentReference": "string",
- "vipps:transaction.orderId": "string",
- "vipps:transaction.transactionText": "string",
- "vipps:merchantInfo.merchantSerialNumber": "string",
- "vipps:merchantInfo.paymentType": "eComm Regular Payment"
}, - "checkboxes": [
- {
- "id": "string",
- "label": "string",
- "checked": true,
- "required": true,
- "link": {
- "url": "string",
- "text": "Terms for checkbox action"
}
}
]
}
{ }
This API endpoint on the merchant side allows Dintero to get shipping options based on the provided session after an address update
required | object (SessionOrder) |
required | object (SessionUrls) |
required | object (PaymentConfiguration) |
id | string An ID that uniquely identifies the resource |
created_at | string <date-time> The date-time when the resource was created |
object | |
expires_at | string <date-time> The session expiration time after which the Checkout page wouldn't be available |
Array of objects (CheckboxConfiguration) <= 2 items Configuration for checkboxes that should be part of the checkout | |
object Present only for Express Checkout sessions.An Express Checkout session is a session where the end user will submit a shipping address and then select a shipping option before the before a payment method is selected and the payment is initiated. Endpoints used in the Express Checkout flow. | |
updated_at | string <date-time> Last time when the Checkout was updated |
customer_ip | string The IP of the customer upon visiting the page. If the page is visited multiple times, the field is always updated with the last known value. |
user_agent | string The full user agent of the device the customer used when visiting the checkout page |
object (SystemRequestHeaders) | |
payment_operation | string (PaymentOperationIntent) Enum: "unscheduled_purchase" "recurring_purchase" "generate_payment_token" Initiated by the merchant or used to generate a token |
Array of objects Checkout process events | |
transaction_id | string Transaction which has been created using the checkout. |
object metadata about the session |
{- "id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "url": {
}, - "customer": {
- "customer_id": "string",
- "email": "john.doe@example.com",
- "phone_number": "+4799999999",
- "my_dintero": {
- "actions": [
- "create_user"
],
}, - "gift_cards": {
- "dintero.wallets": [
- {
- "card_id": "string",
- "masked_card_token": "string"
}
]
}, - "tokens": {
- "payex.creditcard": { },
- "bambora.creditcard": { }
}
}, - "order": {
- "amount": 72200,
- "currency": "NOK",
- "vat_amount": 13660,
- "merchant_reference_2": "string",
- "shipping_address": {
- "first_name": "John",
- "last_name": "Doe",
- "address_line": "string",
- "address_line_2": "string",
- "co_address": "Land Lord",
- "business_name": "string",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO",
- "phone_number": "string",
- "email": "string",
- "latitude": 0,
- "longitude": 0,
- "comment": "string",
- "organization_number": "string",
- "organization_type": "string",
- "customer_reference": "string",
- "cost_center": "string"
}, - "billing_address": {
- "first_name": "John",
- "last_name": "Doe",
- "address_line": "string",
- "address_line_2": "string",
- "co_address": "Land Lord",
- "business_name": "string",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO",
- "phone_number": "string",
- "email": "string",
- "latitude": 0,
- "longitude": 0,
- "comment": "string",
- "organization_number": "string",
- "organization_type": "string",
- "customer_reference": "string",
- "cost_center": "string"
}, - "partial_payment": false,
- "items": [
- {
- "amount": 2000,
- "quantity": 2,
- "line_id": "1",
- "description": "Forsvinnignspølse",
- "vat": 20,
- "id": "10"
}, - {
- "amount": 6600,
- "quantity": 2,
- "line_id": "2",
- "description": "Vissvossafår på neppebrød",
- "vat": 20,
- "id": "6",
- "eligible_for_discount": true,
- "is_changed": true,
- "gross_amount": 10000,
- "discount_lines": [
- {
- "amount": 4400,
- "discount_type": "customer",
- "discount_id": "ed960ace-eb16-4e2e-ae52-b27647ccae8d",
- "description": "Vossafestpris",
- "line_id": 1
}
]
}, - {
- "amount": 59700,
- "quantity": 3,
- "line_id": "3",
- "description": "Luftboller",
- "vat": 20,
- "id": "1"
}
], - "shipping_option": {
- "id": "bring-pick-up-00001",
- "line_id": "bring-pick-up-00001-location-0a1f6b",
- "countries": [
- "NO"
], - "amount": 3900,
- "vat_amount": 975,
- "vat": 25,
- "title": "Standard",
- "description": "Pick up at your nearest postal office",
- "delivery_method": "pick_up",
- "operator": "Bring",
- "operator_product_id": "pick-up-00001-location-0a1f6b",
- "eta": {
- "starts_at": "2020-10-14T19:00:00Z",
- "ends_at": "2020-10-14T20:00:00Z"
}, - "time_slot": {
- "starts_at": "2020-10-14T19:00:00Z",
- "ends_at": "2020-10-14T20:00:00Z"
}, - "pick_up_address": {
- "first_name": "John",
- "last_name": "Doe",
- "address_line": "string",
- "address_line_2": "string",
- "co_address": "Land Lord",
- "business_name": "string",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO",
- "phone_number": "string",
- "email": "string",
- "latitude": 0,
- "longitude": 0,
- "comment": "string",
- "organization_number": "string",
- "organization_type": "string",
- "customer_reference": "string",
- "cost_center": "string",
- "distance": 0
}, - "metadata": {
- "operator_dest": "XAB1239",
- "number_x": 1921
}, - "environmental_data": {
- "description": "Fossil free",
- "details": [
- {
- "label": "Carbon offset",
- "value": "1KG CO2"
}
]
}, - "pay_in_store": {
- "type": "full"
}, - "fee_split": {
- "type": "proportional",
- "destinations": [
- "string"
]
}, - "splits": [
- {
- "payout_destination_id": "P000000001",
- "amount": 29700
}
]
}, - "store": {
- "id": "sc029",
- "name": "SC Oslo",
- "business_name": "SC Oslo AS",
- "address": {
- "address_line": "Sommerkroveien 34",
- "address_line_2": "PB 123",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO"
}, - "chain": "SuperChain",
- "email": "contact@superchain.com",
- "gln": "5790001398644",
- "organization_number": "123456789MVA",
- "phone_number": "+4738260107",
- "mcc": "5814",
- "bax": "102603",
- "terminal_id": "T0292"
}, - "discount_lines": [
- {
- "amount": 4400,
- "percentage": 44,
- "discount_type": "customer",
- "discount_id": "766da0ef-9283-42bd-b012-0582344ec53c",
- "description": "string",
- "line_id": 1
}
], - "discount_codes": [
- "SUMMER20"
], - "gift_cards": [
- {
- "type": "dintero.wallets",
- "card_id": "string",
- "amount": 0,
- "masked_card_token": "string"
}
], - "payout_destination_id": "string",
- "merchant_reference": "string"
}, - "expires_at": "2019-08-24T14:15:22Z",
- "checkboxes": [
- {
- "id": "string",
- "label": "string",
- "checked": true,
- "required": true,
- "link": {
- "url": "string",
- "text": "Terms for checkbox action"
}
}
], - "express": {
- "shipping_options": [
- {
- "id": "bring-pick-up-00001",
- "line_id": "bring-pick-up-00001-location-0a1f6b",
- "countries": [
- "NO"
], - "amount": 3900,
- "vat_amount": 975,
- "vat": 25,
- "title": "Standard",
- "description": "Pick up at your nearest postal office",
- "delivery_method": "pick_up",
- "operator": "Bring",
- "operator_product_id": "pick-up-00001-location-0a1f6b",
- "eta": {
- "starts_at": "2020-10-14T19:00:00Z",
- "ends_at": "2020-10-14T20:00:00Z"
}, - "time_slot": {
- "starts_at": "2020-10-14T19:00:00Z",
- "ends_at": "2020-10-14T20:00:00Z"
}, - "pick_up_address": {
- "first_name": "John",
- "last_name": "Doe",
- "address_line": "string",
- "address_line_2": "string",
- "co_address": "Land Lord",
- "business_name": "string",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO",
- "phone_number": "string",
- "email": "string",
- "latitude": 0,
- "longitude": 0,
- "comment": "string",
- "organization_number": "string",
- "organization_type": "string",
- "customer_reference": "string",
- "cost_center": "string",
- "distance": 0
}, - "metadata": {
- "operator_dest": "XAB1239",
- "number_x": 1921
}, - "environmental_data": {
- "description": "Fossil free",
- "details": [
- {
- "label": "Carbon offset",
- "value": "1KG CO2"
}
]
}, - "pay_in_store": {
- "type": "full"
}, - "fee_split": {
- "type": "proportional",
- "destinations": [
- "string"
]
}, - "splits": [
- {
- "payout_destination_id": "P000000001",
- "amount": 29700
}
]
}
], - "shipping_mode": "shipping_required",
- "discount_codes": {
- "max_count": 0,
}, - "customer_types": [
- "b2c",
- "b2b"
]
}, - "configuration": {
- "auto_capture": true,
- "channel": "in_app",
- "publish": [
- {
- "channel": "sms",
- "type": "checkout-link"
}
], - "active_payment_types": {
- "enabled": true
}, - "default_payment_type": "bambora.applepay",
- "bambora": {
- "type": "payment_type",
- "applepay": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}, - "creditcard": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable",
- "generate_payment_token": false
}, - "googlepay": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}, - "mobilepay": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}, - "vipps": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}
}, - "dintero": {
- "type": "payment_type",
- "wallets": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}, - "zero": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}
}, - "dintero_psp": {
- "type": "payment_type",
- "creditcard": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}
}, - "instabank": {
- "finance": {
- "enabled": true,
- "payability": "payable"
}, - "invoice": {
- "enabled": true,
- "payability": "payable",
- "require_applicant": true
}, - "installment": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}, - "postponement": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}
}, - "netaxept": {
- "type": "payment_type",
- "creditcard": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable",
- "terminal": {
- "terminal": "/Terminal/default.aspx",
- "terminal_design": "string",
- "terminal_single_page": true,
- "terminal_layout": "string"
}
}
}, - "payex": {
- "dynamic_descriptor": "string",
- "swish": {
- "enabled": true,
- "payability": "payable"
}, - "creditcard": {
- "enabled": true,
- "payability": "payable",
- "generate_payment_token": false,
- "generate_recurrence_token": false,
- "no_cvc": true
}, - "mobilepay": {
- "enabled": true,
- "payability": "payable"
}, - "vipps": {
- "enabled": true,
- "payability": "payable"
}, - "applepay": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}, - "clicktopay": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}, - "googlepay": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}
}, - "vipps": {
- "enabled": true,
- "payability": "payable",
- "dynamic_descriptor": "string"
}, - "collector": {
- "type": "payment_type",
- "dynamic_descriptor": "string",
- "invoice": {
- "type": "payment_product_type",
- "enabled": true,
- "countries": [
- "string"
], - "options": {
- "enable_on_hold": true
}, - "payability": "payable"
}, - "invoice_b2b": {
- "type": "payment_product_type",
- "payability": "payable",
- "enabled": true,
- "countries": [
- "string"
], - "options": {
- "disable_collector_b2b_address_enforcement": false,
- "enable_on_hold": true
}
}, - "invoice_b2b_preapproved": {
- "type": "payment_product_type",
- "payability": "payable",
- "enabled": true,
- "countries": [
- "string"
], - "accounts": [
- {
- "billing_address": {
- "business_name": "string",
- "organization_number": "stringstr",
- "address_line": "string",
- "address_line_2": "string",
- "co_address": "string",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO",
- "phone_number": "string",
- "email": "string",
- "customer_reference": "string",
- "cost_center": "string",
- "first_name": "John",
- "last_name": "Doe",
- "address_id": "address_1"
}, - "company_id": "string"
}
]
}, - "finance": {
- "type": "payment_product_type",
- "enabled": true,
- "countries": [
- "string"
], - "payability": "payable"
}, - "installment": {
- "type": "payment_product_type",
- "enabled": true,
- "countries": [
- "string"
], - "options": {
- "enable_on_hold": true
}, - "payability": "payable"
}
}, - "klarna": {
- "type": "payment_type",
- "klarna": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}, - "billie": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}
}, - "santander": {
- "type": "payment_type",
- "debit_account": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable",
- "branding_name": "string",
- "accounts": [
- {
- "account_number_token": "string",
- "masked_account_number": "string"
}
]
}
}, - "swish": {
- "type": "payment_type",
- "swish": {
- "type": "payment_product_type",
- "enabled": true,
- "payability": "payable"
}
}, - "payout": {
- "dynamic_payout_destination_ids": [
- {
- "type": "order_store_id",
- "order_store_id": "STORE_123",
- "order_payout_destination_id": "PD_123"
}
]
}, - "discounts": {
- "express_discount_codes": {
- "payability": "payable",
- "enabled": true
}, - "order": {
- "enabled": false
}
}, - "theme": {
- "backdrop": "string",
- "primary": "string",
- "text": "string",
- "warning": "string",
- "error": "string",
- "font-family": "string"
}, - "countries": {
- "preferred_country": "string",
- "allow_countries": [
- "string"
], - "deny_countries": [
- "string"
]
}, - "default_customer_type": "b2c",
- "allow_different_billing_shipping_address": [ ],
}, - "updated_at": "2019-08-24T14:15:22Z",
- "customer_ip": "string",
- "user_agent": "string",
- "initiating_system_request_headers": {
- "dintero-system-name": "woocommerce",
- "dintero-system-version": "5.0.0",
- "dintero-system-plugin-name": "Dintero.Checkout.WooCommerce",
- "dintero-system-plugin-version": "2021.03.02",
- "user-agent": "Mozilla: Mozilla/5.0"
}, - "payment_operation": "unscheduled_purchase",
- "events": [
- {
- "id": "769952fe-86c9-4185-a1ce-aeb46da3509c",
- "name": "INITIATED",
- "created_at": "2019-05-09T09:13:40.306Z",
- "request_id": "b97b6312-f8b3-11ed-be56-0242ac120002"
}, - {
- "name": "VISITED",
- "created_at": "2019-05-09T09:13:50.548Z"
}, - {
- "name": "PAY_FAILED",
- "created_at": "2019-05-09T09:14:10.548Z",
- "details": {
- "error": "Rejected",
- "payment_product_type": "instabank.finance"
}
}, - {
- "name": "FAILED",
- "created_at": "2019-05-09T09:16:11.786Z"
}
], - "transaction_id": "string",
- "metadata": {
- "session:profile_id": "string"
}
}
{- "shipping_options": [
- {
- "id": "bring-pick-up-00001",
- "line_id": "bring-pick-up-00001-location-0a1f6b",
- "countries": [
- "NO"
], - "amount": 3900,
- "vat_amount": 975,
- "vat": 25,
- "title": "Standard",
- "description": "Pick up at your nearest postal office",
- "delivery_method": "pick_up",
- "operator": "Bring",
- "operator_product_id": "pick-up-00001-location-0a1f6b",
- "eta": {
- "starts_at": "2020-10-14T19:00:00Z",
- "ends_at": "2020-10-14T20:00:00Z"
}, - "time_slot": {
- "starts_at": "2020-10-14T19:00:00Z",
- "ends_at": "2020-10-14T20:00:00Z"
}, - "pick_up_address": {
- "first_name": "John",
- "last_name": "Doe",
- "address_line": "string",
- "address_line_2": "string",
- "co_address": "Land Lord",
- "business_name": "string",
- "postal_code": "0349",
- "postal_place": "Oslo",
- "country": "NO",
- "phone_number": "string",
- "email": "string",
- "latitude": 0,
- "longitude": 0,
- "comment": "string",
- "organization_number": "string",
- "organization_type": "string",
- "customer_reference": "string",
- "cost_center": "string",
- "distance": 0
}, - "metadata": {
- "operator_dest": "XAB1239",
- "number_x": 1921
}, - "environmental_data": {
- "description": "Fossil free",
- "details": [
- {
- "label": "Carbon offset",
- "value": "1KG CO2"
}
]
}, - "pay_in_store": {
- "type": "full"
}, - "fee_split": {
- "type": "proportional",
- "destinations": [
- "string"
]
}, - "splits": [
- {
- "payout_destination_id": "P000000001",
- "amount": 29700
}
]
}
], - "order": {
- "amount": 29990,
- "currency": "NOK",
- "vat_amount": 6000,
- "items": [
- {
- "id": "item_01",
- "groups": [
- {
- "id": "B234",
- "name": "Stol"
}
], - "line_id": "1",
- "version": 0,
- "description": "Stablestol",
- "quantity": 1,
- "amount": 2000,
- "vat_amount": 400,
- "vat": 20,
- "unit_volume": 0,
- "unit_weight": 0,
- "unit_dimensional_weight": 0,
- "type": "physical",
- "fee_split": {
- "type": "proportional",
- "destinations": [
- "string"
]
}, - "splits": [
- {
- "payout_destination_id": "P000000001",
- "amount": 29700
}
], - "emd": {
- "event": [
- {
- "event_name": "Michael Jackson",
- "event_company": "Diamond Events",
- "genre_of_event": "Pop",
- "arena_name": "Oslo Spektrum",
- "arena_location": {
- "street_address": "Sonja Henies plass 2",
- "postal_code": "0185",
- "city": "Oslo",
- "country": "NO"
}, - "start_time": "2023-08-16T15:00:00Z",
- "end_time": "2023-08-16T16:00:00Z",
- "access_controlled_venue": true,
- "ticket_delivery_method": "email",
- "ticket_delivery_recipient": "recipient@mail.com",
- "affiliate_name": "Klarna affiliate"
}
], - "subscription": {
- "subscription": {
- "subscription_name": "Contact lenses",
- "start_time": "2023-08-16T15:00:00Z",
- "end_time": "2023-09-16T15:00:00Z",
- "auto_renewal_of_subscription": true,
- "affiliate_name": "Klarna affiliate"
}, - "customer_account_info": {
- "unique_account_identifier": "Adam Adamsson",
- "account_registration_date": "2023-08-16T15:00:00Z",
- "account_last_modified": "2023-10-16T15:00:00Z"
}
}, - "travel": {
- "air_reservation_details": {
- "pnr": "VH67899",
- "itinerary": [
- {
- "departure": "OSL",
- "departure_city": "Oslo",
- "arrival": "MUC",
- "arrival_city": "Munich",
- "carrier": "LH",
- "segment_price": 200000,
- "departure_date": "2023-08-16T15:00:00Z",
- "ticket_delivery_method": "phone",
- "ticket_delivery_recipient": "97712123",
- "passenger_id": [
- 1
], - "class": "First Class"
}
], - "insurance": [
- {
- "insurance_company": "Oopsie Insurance Ltd.",
- "insurance_type": "travel",
- "insurance_price": 50000
}
], - "passengers": [
- {
- "id": 1,
- "title": "mr",
- "first_name": "Paul",
- "last_name": "Lamb"
}
], - "affiliate_name": "Klarna affiliate"
}, - "bus_reservation_details": {
- "pnr": "VH67899",
- "itinerary": [
- {
- "departure_city": "Oslo",
- "arrival_city": "Munich",
- "carrier": "Big Bus Travels Ltd.",
- "segment_price": 200000,
- "departure_date": "2023-08-16T15:00:00Z",
- "ticket_delivery_method": "phone",
- "ticket_delivery_recipient": "97712123",
- "passenger_id": [
- 1
], - "class": "First Class"
}
], - "insurance": [
- {
- "insurance_company": "Oopsie Insurance Ltd.",
- "insurance_type": "travel",
- "insurance_price": 50000
}
], - "passengers": [
- {
- "id": 1,
- "title": "mr",
- "first_name": "Paul",
- "last_name": "Lamb"
}
], - "affiliate_name": "Klarna affiliate"
}, - "train_reservation_details": {
- "pnr": "VH67899",
- "itinerary": [
- {
- "departure_city": "Oslo",
- "arrival_city": "Munich",
- "carrier": "Big Train Travels Ltd.",
- "segment_price": 200000,
- "departure_date": "2023-08-16T15:00:00Z",
- "ticket_delivery_method": "phone",
- "ticket_delivery_recipient": "97712123",
- "passenger_id": [
- 1
], - "class": "First Class"
}
], - "insurance": [
- {
- "insurance_company": "Oopsie Insurance Ltd.",
- "insurance_type": "travel",
- "insurance_price": 50000
}
], - "passengers": [
- {
- "id": 1,
- "title": "mr",
- "first_name": "Paul",
- "last_name": "Lamb"
}
], - "affiliate_name": "Klarna affiliate"
}, - "ferry_reservation_details": {
- "pnr": "VH67899",
- "itinerary": [
- {
- "departure_city": "Oslo",
- "arrival_city": "Munich",
- "carrier": "Big Ferry Travels Ltd.",
- "segment_price": 200000,
- "departure_date": "2023-08-16T15:00:00Z",
- "ticket_delivery_method": "phone",
- "ticket_delivery_recipient": "97712123",
- "passenger_id": [
- 1
], - "class": "First Class"
}
], - "insurance": [
- {
- "insurance_company": "Oopsie Insurance Ltd.",
- "insurance_type": "travel",
- "insurance_price": 50000
}
], - "passengers": [
- {
- "id": 1,
- "title": "mr",
- "first_name": "Paul",
- "last_name": "Lamb"
}
], - "affiliate_name": "Klarna affiliate"
}, - "hotel_reservation_details": {
- "pnr": "VH67899",
- "itinerary": [
- {
- "hotel_name": "Premium Hotel",
- "address": {
- "street_address": null,
- "postal_code": null,
- "city": null,
- "country": null
}, - "start_time": "2023-08-16T15:00:00Z",
- "end_time": "2023-08-20T15:00:00Z",
- "number_of_rooms": 2,
- "passenger_id": [
- 1
], - "ticket_delivery_method": "phone",
- "ticket_delivery_recipient": "97712123",
- "hotel_price": 200000,
- "class": "First Class"
}
], - "insurance": [
- {
- "insurance_company": "Oopsie Insurance Ltd.",
- "insurance_type": "travel",
- "insurance_price": 50000
}
], - "passengers": [
- {
- "id": 1,
- "title": "mr",
- "first_name": "Paul",
- "last_name": "Lamb"
}
], - "affiliate_name": "Klarna affiliate"
}, - "car_rental_reservation_details": {
- "pnr": "VH67899",
- "itinerary": [
- {
- "rental_company": "Premium Cars",
- "drivers_id": [
- 1
], - "pick_up_location": {
- "street_address": null,
- "postal_code": null,
- "city": null,
- "country": null
}, - "drop_off_location": {
- "street_address": null,
- "postal_code": null,
- "city": null,
- "country": null
}, - "start_time": "2023-08-16T15:00:00Z",
- "end_time": "2023-08-20T15:00:00Z",
- "car_price": 500000,
- "class": "Premium Cars Premium Class"
}
], - "insurance": [
- {
- "insurance_company": "Oopsie Insurance Ltd.",
- "insurance_type": "travel",
- "insurance_price": 50000
}
], - "drivers": [
- {
- "id": 1,
- "title": "mr",
- "first_name": "Paul",
- "last_name": "Lamb"
}
], - "affiliate_name": "Klarna affiliate"
}
}, - "marketplace_order": {
- "seller_info": {
- "unique_account_identifier_seller": {
- "email": "string",
- "phone_number": "97712123",
- "other": "string"
}, - "sub_merchant_id": "Marketbrick Ltd.",
- "product_category": "Phones",
- "product_name": "iPhone 14 Pro Max",
- "account_registration_date": "2023-08-16T15:00:00Z",
- "account_last_modified": {
- "password": "2023-08-17T15:00:00Z",
- "email": "2023-08-17T15:00:00Z",
- "listing": "2023-08-17T15:00:00Z",
- "login": "2023-08-17T15:00:00Z",
- "address": "2023-08-17T15:00:00Z"
}, - "seller_rating": 5,
- "number_of_trades": 23,
- "volume_of_trades": 230
}, - "winner_info": {
- "unique_account_identifier_winner": {
- "email": "string",
- "phone_number": "97712123",
- "other": "string"
}, - "account_registration_date": "2023-08-16T15:00:00Z",
- "account_last_modified": {
- "password": "2023-08-17T15:00:00Z",
- "email": "2023-08-17T15:00:00Z",
- "listing": "2023-08-17T15:00:00Z",
- "login": "2023-08-17T15:00:00Z",
- "address": "2023-08-17T15:00:00Z"
}, - "number_of_trades": 23,
- "volume_of_trades": 230
}
}
}, - "eligible_for_discount": true,
- "is_changed": true,
- "gross_amount": 0,
- "discount_lines": [
- {
- "amount": 4400,
- "percentage": 44,
- "discount_type": "customer",
- "discount_id": "766da0ef-9283-42bd-b012-0582344ec53c",
- "description": "string",
- "line_id": 1
}
]
}
], - "discount_codes": [
- "SUMMER20"
]
}
}
You can use the endpoint to programmatically initiate a fund transfer between two sellers
Requests for fund transfers are processed asynchronously so in the response, we only inform you that we received your request. You'll get the result in the settlement report
aid required | string <^[PT]{1}\d{8}$> = 9 characters An id that uniquely identifies the account. |
Initiate fund transfer data
fund_transfer_id required | string A string id that uniquely identifies the fund transfer. The |
type required | string Value: "payout-destination" |
source_payout_destination_id required | string |
destination_payout_destination_id required | string |
amount required | integer >= 1 The amount of the fund transfer in the smallest unit of the currency |
currency required | string |
reference required | string <= 60 characters A static reference that will be included on settlements made to the sellers |
{- "fund_transfer_id": "string",
- "type": "payout-destination",
- "source_payout_destination_id": "string",
- "destination_payout_destination_id": "string",
- "amount": 1,
- "currency": "string",
- "reference": "string"
}
{- "fund_transfer": {
- "fund_transfer_id": "string",
- "type": "payout-destination",
- "source_payout_destination_id": "string",
- "destination_payout_destination_id": "string",
- "amount": 1,
- "currency": "string",
- "reference": "string",
- "account_id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string"
}
}
Get seller balance per currency
aid required | string <^[PT]{1}\d{8}$> = 9 characters An id that uniquely identifies the account. |
payout_destination_id required | string Seller id |
{- "payout_destination_balances": [
- {
- "account_id": "string",
- "payout_destination_config_id": "string",
- "payout_destination_id": "string",
- "currency": "str",
- "amount": 0
}
]
}
Get list of transfers for a seller
aid required | string <^[PT]{1}\d{8}$> = 9 characters An id that uniquely identifies the account. |
payout_destination_id required | string Seller id |
limit | integer [ 1 .. 1000 ] Default: 10 A limit on the number of objects to be returned. Limit can range between 1 and 1000 items, and the default is 10 items. |
page | string The page (as defined by the next_page_token in the api response) |
currency | string = 3 characters ^[A-Z]{3}$ Filter by currency |
{- "entries": [
- {
- "ledger_entry_id": "string",
- "account_id": "string",
- "payout_destination_config_id": "string",
- "payout_destination_id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "currency": "str",
- "amount": 0,
- "type": "inbound",
- "inbound_payment_provider": "string",
- "transfer_id": "string",
- "transfer_source_payout_destination_id": "string",
- "transfer_destination_payout_destination_id": "string",
- "transfer_reference": "string",
- "outbound_receiver_country": "string",
- "outbound_receiver_bank_account_type": "string",
- "outbound_receiver_bank_account_number": "string",
- "outbound_receiver_bank_account_bic": "string",
- "outbound_message": "string",
- "payment_match_report_data": {
- "start_at": "string",
- "end_at": "string",
- "settled_at": "string",
- "created_at": "string",
- "provider": "string",
- "provider_reference": "string",
- "attachments": [
- {
- "id": "string",
- "key": "string",
- "content_type": "application/xml",
- "extension": "string",
- "created_by": "payex"
}
], - "amounts": [
- {
- "amount": 0,
- "capture": 0,
- "refund": 0,
- "fee": 0,
- "currency": "NOK"
}
], - "payment_status": "payment-match",
- "store_id": "string",
- "payout_destination_id": "string"
}
}
], - "next_page_token": "string"
}
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",
}
List settlements
scopes:
aid required | string <^[PT]{1}\d{8}$> = 9 characters An id that uniquely identifies the account. |
limit | integer [ 1 .. 1000 ] Default: 10 A limit on the number of objects to be returned. Limit can range between 1 and 1000 items, and the default is 10 items. |
starting_after_id | string cursor for use in pagination. starting_after_id is an object ID
that defines your place in the list. For instance, if you make
a list request and receive 100 objects, ending with Must be used together with |
starting_after_date | string cursor for use in pagination. starting_after_date is the Must be used together with |
created_at.gte | string <date> Settlement created after |
created_at.lte | string <date> Settlement created before a date |
payment_provider | Array of strings The payment provider |
payout_destination_id | string The seller id to filter on |
search | string Will try to match the search to settlement_id. |
{- "items": [
- {
- "id": "string",
- "start_at": "string",
- "end_at": "string",
- "settled_at": "string",
- "email_received_at": "string",
- "provider": "string",
- "provider_reference": "string",
- "attachments": [
- {
- "id": "string",
- "key": "string",
- "content_type": "application/xml",
- "extension": "string",
- "created_by": "payex"
}
], - "amounts": [
- {
- "amount": 0,
- "capture": 0,
- "refund": 0,
- "fee": 0,
- "currency": "NOK"
}
], - "payment_status": "paid",
- "store_id": "string",
- "payout_destination_id": "string"
}
], - "last_evaluated_key": {
- "id": "string",
- "account_id": "string",
- "settled_at": "string"
}
}
Download a settlement attachment
scopes:
aid required | string <^[PT]{1}\d{8}$> = 9 characters An id that uniquely identifies the account. |
settlementid required | string An id that uniquely identifies the settlement. |
attachmentid required | string An id that uniquely identifies the attachment. |
"string"
List settlement report configurations
scopes:
aid required | string <^[PT]{1}\d{8}$> = 9 characters An id that uniquely identifies the account. |
starting_after | string cursor for use in pagination |
limit | integer [ 1 .. 1000 ] Default: 100 A limit on the number of objects to be returned. Limit can range between 1 and 1000 items, and the default is 100 items. |
{- "items": [
- {
- "send_every": 86400000,
- "filetypes": [
- "string"
], - "destinations": [
- {
- "id": "string",
- "destination_type": "account_email",
- "destination_value": "string"
}
], - "providers": [
- "string"
], - "filters": [
- {
- "filter": "payout_destination_id",
- "value": "string"
}
], - "id": "string",
- "last_send_at": 0,
- "last_modified_at": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "account_id": "string"
}
], - "starting_after": "string"
}
Create settlement report configurations
scopes:
aid required | string <^[PT]{1}\d{8}$> = 9 characters An id that uniquely identifies the account. |
filetypes required | Array of strings The filetypes that should be sent |
required | Array of objects List of destinations. If empty, the report is just stored and visible from the backoffice. |
providers required | Array of strings List of providers to send report for. If empty, send for all. |
send_every | number Deprecated report configuration is not used for controlling when to create and send report Value in milliseconds describing how often reports should be sent. |
Array of objects The report will only be sent to the provided destinations if it satisfies these criterias. | |
id | string |
{- "send_every": 86400000,
- "filetypes": [
- "string"
], - "destinations": [
- {
- "id": "string",
- "destination_type": "account_email",
- "destination_value": "string"
}
], - "providers": [
- "string"
], - "filters": [
- {
- "filter": "payout_destination_id",
- "value": "string"
}
], - "id": "string"
}
{- "send_every": 86400000,
- "filetypes": [
- "string"
], - "destinations": [
- {
- "id": "string",
- "destination_type": "account_email",
- "destination_value": "string"
}
], - "providers": [
- "string"
], - "filters": [
- {
- "filter": "payout_destination_id",
- "value": "string"
}
], - "id": "string",
- "last_send_at": 0,
- "last_modified_at": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "account_id": "string"
}
Get settlement report configuration
scopes:
aid required | string <^[PT]{1}\d{8}$> = 9 characters An id that uniquely identifies the account. |
id required | string <uuid> report config id |
{- "send_every": 86400000,
- "filetypes": [
- "string"
], - "destinations": [
- {
- "id": "string",
- "destination_type": "account_email",
- "destination_value": "string"
}
], - "providers": [
- "string"
], - "filters": [
- {
- "filter": "payout_destination_id",
- "value": "string"
}
], - "id": "string",
- "last_send_at": 0,
- "last_modified_at": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "account_id": "string"
}
Update settlement report configuration
scopes:
aid required | string <^[PT]{1}\d{8}$> = 9 characters An id that uniquely identifies the account. |
id required | string <uuid> report config id |
filetypes required | Array of strings The filetypes that should be sent |
required | Array of objects List of destinations. If empty, the report is just stored and visible from the backoffice. |
providers required | Array of strings List of providers to send report for. If empty, send for all. |
send_every | number Deprecated report configuration is not used for controlling when to create and send report Value in milliseconds describing how often reports should be sent. |
Array of objects The report will only be sent to the provided destinations if it satisfies these criterias. |
{- "send_every": 86400000,
- "filetypes": [
- "string"
], - "destinations": [
- {
- "id": "string",
- "destination_type": "account_email",
- "destination_value": "string"
}
], - "providers": [
- "string"
], - "filters": [
- {
- "filter": "payout_destination_id",
- "value": "string"
}
]
}
{- "send_every": 86400000,
- "filetypes": [
- "string"
], - "destinations": [
- {
- "id": "string",
- "destination_type": "account_email",
- "destination_value": "string"
}
], - "providers": [
- "string"
], - "filters": [
- {
- "filter": "payout_destination_id",
- "value": "string"
}
], - "id": "string",
- "last_send_at": 0,
- "last_modified_at": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "account_id": "string"
}
Delete settlement report configuration
scopes:
aid required | string <^[PT]{1}\d{8}$> = 9 characters An id that uniquely identifies the account. |
id required | string <uuid> report config id |
{- "send_every": 86400000,
- "filetypes": [
- "string"
], - "destinations": [
- {
- "id": "string",
- "destination_type": "account_email",
- "destination_value": "string"
}
], - "providers": [
- "string"
], - "filters": [
- {
- "filter": "payout_destination_id",
- "value": "string"
}
], - "id": "string",
- "last_send_at": 0,
- "last_modified_at": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "account_id": "string"
}
Get list of report metadata 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: 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
|
{- "reports": [
- {
- "id": "string",
- "report_job_id": "string",
- "account_id": "string",
- "template_id": "string",
- "content_type": "application/pdf",
- "content_language": "en",
- "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
- "created_at": "2019-08-24T14:15:22Z",
- "data_from": "2019-08-24T14:15:22Z",
- "data_to": "2019-08-24T14:15:22Z",
- "schedule": "string",
- "report_file_name": "string",
- "custom_report_name": "string",
- "report_config_id": "string",
- "data_type": "string",
- "signed_url": "string",
- "report_filters": [
- {
- "filter": "operation_payout_destination",
- "value": "string"
}
]
}
], - "starting_after": "string"
}
Endpoint that returns an svg that can be used to show the world your payment options. Go to the documentation for the checkout branding endpoints.
logos required | string logos for payment types separated by underscore eg. |
variant required | string Enum: "colors" "mono" Image variant, multi-colors or mono-colored. |
color required | string rgb hex color without the # character or an rbg() or rgba() color code. |
width required | string^[0-9]*$ width of image |
template required | string Enum: "dintero_top_frame.svg" "logos.svg" Template for branding image |
Endpoint that returns an svg that can be used to show the world your payment options. Go to the documentation for the checkout branding endpoints.
profile_id required | string Profile Id like |
variant required | string Enum: "colors" "mono" Image variant, multi-colors or mono-colored. |
color required | string rgb hex color without the # character or an rbg() or rgba() color code |
width required | string^[0-9]*$ width of image |
template required | string Enum: "dintero_top_frame.svg" "logos.svg" Template for branding image |