Download OpenAPI specification:Download
update: Add support for new payment type
bambora.googlepay
update: Add support for
includes=event.success.true
to only include successful events in transaction response
update: Add support for defining
opening_hours
andwebsite_url
inpick_up_address
for a shipping option
update: Add support for new payment type
bambora.applepay
update: Add support for
pay_in_store.type=full
in shipping_option to enable pay during pick-up.
update: Add support for
order_store_id_as_order_payout_destination_id
dynamic_payout_destination_ids type to support auto selecting payout_destination_id to be equal to the order store id
update: Make the
social_security_number
forcollector.invoice
andcollector.installment
optional for the pay endpoint. The property is not needed for payments where BankId is required
update: Update request body validaton for set gift card endpoint to only require
pin
iftype
is set todintero.wallets.card_token
.
new: Add payment operation
pay-bambora-creditcard-cit
, using Bambora CIT token to get card info.
new: Add support for creating session with Bambora payment token.
new: Add support for paying with Bambora CIT token
new: Add new session intent endpoint with support for
poll_initiated
new: Document unsupported payment methods for Dintero gift cards.
update: Add intent type
extend_authorization
to events intent endpoint
update: Remove optional transaction properties in events intent endpoint
update: Fix enums for
card.type
update: Fix enums for
event.metadata.vipps:transactionInfo.status
Add enum values that was missing:SALE
,Captured
,Cancelled
andRefund
update: Add transaction event error
type
anderror_code
to token transactions
update: Add new transaction event type,
INITIATE_VOID
update: Extend card type for Bambora transactions with
Debit
andCredit
. Deprecating the use ofCredit Card
as card type
update: Extend card with
region
for Bambora transactions and normalize the brand to be one ofMasterCard
orVisa
update: Adds additional configuration options to sessions and profiles for
default_customer_type
andallow_different_billing_shipping_address
.
new: Support adding payment information events to sessions
new: Add optional
thumbnail_url
toshippping_option
to be shown in checkout.
new: Support authorization callback from Klarna
new: Support void, capture, and refund for Dintero PSP transactions
new: Extend payout configuration to support
dynamic_overrides
to support using theorder.store.id
to setorder.payout_destination_id
. The new option enables existing integration that useorder.store.id
to start using payout withorder.payout_destination_id
set
update: Allow splits to be empty when creating a payment session. A transaction created from session with empty items/shipping_option splits will require splits to be specified when capture or refund is performed.
update: Transactions can be filtered by
customer_id
new: Add support for
Dintero-Feature-Toggles
header when updating session
new: Add full support for configuring an Express checkout session or profile with custom checkboxes.
new: Support finish authorizing
dintero_psp.creditcard
and handle redirect
new: Support getting payment operations for
dintero_psp.creditcard
new: Support
dintero_psp.creditcard
payment configuration
new: Add support for using Dintero Wallets card to partly/fully authorize the payment session
update: Add optional query param,
add: Support specifying
bambora_token_scope
inbambora.creditcard
payment options
update: Add
klarna.billie
payment option
update: Add Visa Tokenization credentials to Dintero PSP gateway.
new: Add partial support for configuring an Express checkout session with custom checkboxes.
new: Add support bambora tokenization Set token_scope and token_api_url on gateway configuration(prerequisite) Request payment(MIT) or recurrence(CIT) token on zero and non-zero amount session Use payment or recurrence token on payment to perform MIT or CIT
new: Add support for zero amount sessions by introducing new configuration option
configuration.dintero.zero.enable
. With the new option enabled a zero order session can be created, authorized, captured, refunded and voided. It make it possible to create express session to capture customer information via express without require any payment authorization by the customer.
new: Add support for extending transaction authorization
new: Add Dintero PSP gateway
new: Add support for the Klarna EMD marketplace orders package.
new: Add full support for the Klarna EMD travel-related transactions package (car rental reservation details).
new: Add partial support for the Klarna EMD travel-related transactions package (hotel reservation details).
new: Add partial support for the Klarna EMD travel-related transactions package (ferry reservation details).
new: Add partial support for the Klarna EMD travel-related transactions package (train reservation details).
new: Add partial support for the Klarna EMD travel-related transactions package (bus reservation details).
new: Add partial support for the Klarna EMD travel-related transactions package (air reservation details).
new: Add support for the Klarna EMD recurring payments package.
new: Add support for the Klarna EMD event package.
update: Deprecate endpoint in favor of PUT /v1/view/{session_id}/session/order/addresses
new: Add
generate_payment_token
tosession.payment_operation
.
break: Remove ingenico completely, i.e. payment type, payment operation, checkout config, gateway setup.
- GET / POST /v1/events/gateways/ingenico/transaction/hooks
- GET /v1/sessions/{session_id}/ingenico/redirect/{redirect_ref}
- PUT /v1/admin/gateways/ingenico
- PUT / GET /v1/admin/checkout
break: Administration of checkout gateways will no longer be supported via the scope
admin:checkout
and will requireadmin:dintero
. This affects the following endpoints:
- PUT /v1/admin/gateways/bambora
- PUT /v1/admin/gateways/collector
- PUT /v1/admin/gateways/collector/credentials
- PUT /v1/admin/gateways/collector/override
- PUT /v1/admin/gateways/ingenico
- PUT /v1/admin/gateways/instabank
- PUT /v1/admin/gateways/klarna
- PUT /v1/admin/gateways/klarna/credentials
- PUT /v1/admin/gateways/netaxept
- PUT /v1/admin/gateways/netaxept/override
- PUT /v1/admin/gateways/payex
- PUT /v1/admin/gateways/payex/credentials
- PUT /v1/admin/gateways/payex/override
- PUT /v1/admin/gateways/santander
- PUT /v1/admin/gateways/santander/override
- PUT /v1/admin/gateways/swish
- PUT /v1/admin/gateways/swish/override
- PUT /v1/admin/gateways/vipps
- PUT /v1/admin/gateways/vipps/override
new: Support
payex.mobilepay
through payex v3 whengateway_api_version
is set to "payex.v3", and add payment operation forpay-payex-v3-mobilepay
.
new: Support
payex.googlepay
payment product type.
new: Add support for appswitch deeplink URL for
payex.mobilepay
sessions withchannel=in_app
set.
new: Support
payex.vipps
through payex v3 whengateway_api_version
is set to "payex.v3", and add payment operation forpay-payex-v3-vipps
.
new: Support
payex.swish
through payex v3 whengateway_api_version
is set to "payex.v3", and add payment operation forpay-payex-v3-swish
.
update: Require
locale
for initiating checkout payment forklarna.klarna
.
update: Add string representation of order to response from view payment operations for
klarna.klarna
new: Support
payex.clicktopay
payment type. Extend configuration on gateway and session to enable Click to Pay.
new: Add
version
to session
- POST /v1/view/{session_id}/payments/{payment_product_type}
- GET /v1/view/{session_id}/session
- PUT /v1/view/{session_id}/session/order/addresses
- PUT /v1/view/{session_id}/session/order/discount_codes
- PUT /v1/view/{session_id}/session/order/shipping_address
- PUT /v1/view/{session_id}/session/order/shipping_option
update: Also accept
version
property asIf-Unmodified-Since
to initiaite checkout payment.
update: Limit refund to positive amount
new: Add support for finishing authorization of Klarna payment and handle redirect.
update: Add support for
marketing_consent
when initiating Instabank payment
update: Add support for
query_gateway
query parameter when getting status of PayEx payment for a session.
new: Support
payex.applepay
payment product type. Extend configuration on gateway and session to enable Apple Pay.
new: Add support for getting payment operations for Klarna
new: Add support for enabling Klarna payment when creating payment sessions
new: Add support for configuring Klarna gateway
update: Include Klarna gateway and credentials details
update: Update Payex transaction. Extend
card.type
withDebit Card
, and letmetadata.payex:payment:number
andevent.metadata.payex:transaction:number
be either string or number.
update: Add support for
strict-success-merchant-reference
Dintero-Feature-Toggles header when creating merchant initiated session. The new flag allow "duplicates" if existing sessions failed
new: Add endpoint for handle callback for payex V3 payments
new: Add endpoint for handle redirect for payex V3 payments
update: Add support for
pay-payex-v3-creditcard
payment operations response from endpoint
update: Add support for specifying
gateway_api_versions
when configuring payment options
update: Add suport promiting credential to gateway and gateway override The new option add support for configuring gateway and overrides when credential is created or updated
new: Add endpoint for managing credentials for Collector gateway
new: Add endpoint for managing credentials for PayEx gateway
new: Add support for appswitch deeplink URL for
payex.vipps
sessions withchannel=in_app
set.
new: Add support for including metadata about discounts via
discount_lines
when capturing or refunding a transaction.
new: Add
metadata.payout
property to transaction, the new property will be set if payout is enabled and state what kind of payout will be done
change: Extend support for void on part capture. Void can now be used to release remaining authorization on part captured
payex.mobilepay
andpayex.vipps
transactions
new: Add possibility to change name of session_id query parameter in callback_url
change: Improve endpoint for handle unscheduled and recurring payments
- Block pay request with duplicate
merchant_reference
- Include
session_id
in error response, to use to check status on failure- Add
payment_operation
to session / transaction that state the intent with the payment session was, e.g.unscheduled_purchase
orrecurring_purchase
- POST /v1/sessions/pay
- GET /v1/sessions/{session_id}
- GET /v1/transactions/{id}
change: Add support for void on part capture Vipps transaction. Void can be used to release the remaining authorization on a part captured transaction.
new: Add strict mode header to validate correct session amounts
new: Add support for payout splits via Dintero Payout
new: Add item types to distinguish between physical and digital items, and a category for services
new: Add thumbnail url to order item to be shown in checkout
new: Add possibility to update session without locking it first
new: Add possibility to update session.express
new: Document support for recurring payments. Extend configuration to support generating recurring payment token for
payex.creditcard
payments and performing recurring payments via the pay endpoint
new: Add shipping_mode to decide if a shipping option is required
fix: Require
description
when creating session profile. Document thatdescription
is a required property for session profile. The property has always been required by the service.
new: Support
payex.mobilepay
payment product type. Extend configuration on gateway and session to enable MobilePay payment via PayEx PSP service.
new: Document
event_id
query parameter included in request sent to sessioncallback_url
new: Store initiating system request headers on session and transaction. Add ability to filter sessions on plugin name.
new: Add support for handle authorization redirect from Collector IdP
new: Add support for including
authorization_code
in Collector pay requests
change: Add ability to keep overrides for swish gateway PUT /v1/admin/gateways/swish
new: Add support for
order.payout_destination_id
when creating new sessions. The property will be included in the settlement reports and used if payout is enabled.
new: Pay with
payex.swish
, support for both E-Commerce and M-Commerce Swish Payments.
change: Validate PayEx subsite, return 400 if invalid subsite is used
new: The
profile_id
used when creating new sessions will now be included in the session and transactionmetadata.session:profile_id
property
new: Support for configuring payout for payment products
new: Support including
events.request_headers
when fetching session and transaction, and performing capture, refund or void on the transaction
change: Add support for
phone_number
when getting payment operations
change: Add support for
payex.vipps
payment product type
new: Support
payex.vipps
payment product type. Extend configuration on gateway and session to enable Vipps payment via PayEx PSP service.
new: Support
bambora.mobilepay
payment product type. Extend configuration on gateway and session to enable MobilePay payment via Bambora Wallet service. The payment type must be enabled by Bambora.
doc: Fix documentation for payment-token session endpoint.
session
andpayment_token
are required when creating payment-token session.
new: Support
enable_on_hold
-configuration on session configuration and in checkout configuration
new: Support
bambora.vipps
payment product type. Extend configuration on gateway and session to enable Vipps payment via Bambora Wallet service. The payment type must be enabled by Bambora.
new: Support session profile configuration when creating payment-token session
new: Extend shipping_address_callback response with support for updating the checkout session in addition to returning available shipping options. This will allow the callback endpoint to update the content of the order, like changing amount, or currency or update the items in the order.
change: Add support for void on part capture. Void can be used to release the remaining authorization on a part captured transaction. The support is limited to
payex.creditcard
transactions.
change: Add support for
language
query parameter when getting payment operations
change: Add support Bambora creditcard payment.
change: Add support for bypassing the Dintero redirect for in_app-payments, and redirect from app to app.
change Add support for includes query parameter in session url.callback_url.
includes
set to session will enable the sessions url.callback_url to include session data in the body.
new: It is now possible to use full ISO 8601 compliant datetimes in date range queries. Note: If timezone isn't specified, UTC is assumed Note: To keep things backwards compatible, end-dates with the "yyyy-mm-dd" format will be shifted forward by a day.
new: Add possibility to create myDintero-user in address change
new: Extend transaction data with embedded session data
includes
now supports 'session'
new: Extend Vipps transaction metadata with
vipps:merchantInfo.merchantSerialNumber
, the Merchant Serial Number (MSN) that was used when the transaction was initiated.
new Add support for setting settlements on a transaction, one event per payout to a bank account
new: Version support when updating PayEx gateway configuration. The new option allows the gateway to be configured with multiple merchant agreements
change: Add support for additional query parameters.
search
will match on merchant reference's and customer nametransaction_id
will filter results to include only sessions associated with the provided transaction idscreated_at.gte
will exclude all sessions created before provided datecreated_at.lte
will exclude all sessions created after provided date
new: Endpoint for initiating MIT payments
new: Checkout sessions and profiles supports theming via
configuration.theme
new: Add support for using external discount codes in Express checkout. A session can be configured with a
express.discount_code_callback_url
that will be invoked when the session is updated with a promotion code. The response from the callback will then be used to adjust the order and shipping options available.
new: Add support for an advance credit check of Collector B2B customers
new: Add support for overriding Collector gateway settings
new Add support for
collector.invoice_b2b_preapproved
andcollector.installment_b2b_preapproved
payment
new Async transaction operations. The response status from capture, refund or void can now be
202
if the request was accepted but the processing has not been completed.The transaction with an operation that was accepted will receive a update later when the processing completes. The event that completes the operation will include an
initiate_request_id
property. You can use thecallback_url
to receive a callback when the processing completes.The status of the transaction will remain unchanged until the processing of the operation completes.
new Add support for callback when transaction is updated. You can now receive callbacks on captures, refunds and void by including
report_event=<event>
query parameter in thecallback_url
.https://example.com/callback?report_event=CAPTURE&report_event=REFUND
new Added
in_store
as a possible payment channel for payments in physical stores.
new Added option for configurating the payment channel. See
configuration.channel
. The new option add support forin_app
channel with appswitch deeplink URL (Vipps).
new Add support for optional
order.discount_lines
when creating a new sessions.
new Add support for updating a session
total_income
moved from applicant to top level for instabank.invoice and instabank.installment. The field is required, but there will be a grace period of two months before it is enforced. Deprecatedapplicant.total_income
new Add support for optional
metadata
when creating a new session.
new Add support for optional
merchant_reference_2
when creating a new session
new Add support for delayed callback. You can enable the delay callback feature by including
delay_callback=<seconds>
query parameter in thecallback_url
https://example.com/callback?delay_callback=30
new: Add support for overriding Netaxept gateway settings
new: Add terminal options for Netaxept creditcard payment. Enable use of Netaxept hosted checkout, and provided custom configuration.
new: Add support for Netaxept.
new: Add support for overriding PayEx gateway settings
new: Include payment token in transaction details
new Added option for using payment token for payex.creditcard payments to prefill payment details so the customer (payer) do not need to enter all these details for every purchase.
new Added option for generating payment token for payex.creditcard payments, see
configuration.payex.creditcard
. Use the new option to generate a payment token that can be used in future payments to prefill the details for the creditcard.
new Added
instabank.postponement
payment type.
new Added
swish.swish
payment type, direct integration with Swish.
change Add support for
ON_HOLD
transaction status. The new status is limited to Collector transactions, to signal that the processing of the transaction is not yet completed. The new status will be used in cases where Collector performs aditional controls before approving the payment.
new Add support for setting
merchant_reference_2
to an existing transaction and search for transactions bymerchant_reference_2
.
new Add support for POST callback with the authorized transaction included in the request body. You can enable the POST callback feature by including
method=POST
query parameter in thecallback_url
https://example.com/callback?method=POST
new Add support for
instabank.installment
payment
changed: Removed error
capture
from list of valid error added to the redirect to theurl.redirect_url
. The error was used for payments withauto-capture
enabled, and set in case where the auto capture failed. The merchant can assume the transaction will be captured automatically as soon as possible when creating a session withauto-capture
enabled.
changed: A callback (when
url.callback_url
is set) will now be sent as soon as possible after the transaction isAUTHORIZED
. We will no longer wait until the transactionCAPTURED
in case whenauto-capture
is enabled.
change: Add support for creating session with Ingenico enabled
change: Add support for creating session with Ingenico enabled
new Add support for
collector.invoice_b2b
payment
new Add support for configuring Ingenico gateway
new Add support for enabling
Dintero-Signature
header for all system-to-system request sent from Dintero to the merchant
fix: Documentation for endpoint GET /v1/admin/api-keys. The resource returns a list of api-keys, not a single api-key.
new Add support for
collector.installment
payment
new Add support for putting merchant_terms_url in profile and session
new Add support for overriding gateway settings
new Add support for
include_session
query parameter
new Add support for discount calculation on sessions. The discounts will be calculated when customer is identified
Extend the order and transaction items with new properties to support discount calculation of session:
discount_lines
gross_amount
is_change
eligible_for_discount
Support calculating and updating session with discount from:
new Add store property to
session.order
and transaction. Adds support for including details about the sales location in the order
new Add
shipping_option
fromsession.order
to totransaction
changed Minor changes to the
shipping_option
object(s) in sessions
new Add an endpoint for abandon a checkout payment
changed: Express Checkout flow added to sessions
new Update a an Express Checkout session order
new: Extend Transaction with optional
billing_address
field.
new: Extend Transaction Event with correction field to handle correction of status after operations errors
changed: previously required fields are now optional for
instabank.finance
.
- mortgage_debt
- student_debt
- other_secured_debt
changed: Payments for payment product type
instabank.invoice
now contain an optionalapplicant
object used for sending more details about the payee. The applicant data will be required for amounts over a limit specified by Instabank.
changed: Payment sessions with
instabank.invoice
now contains anrequire_applicant
boolean flag in the instabank invoice configuration when getting the session.
changed: Adds detailed debt array to
instabank.finance
.
changed: Disabled
instabank.invoice
for amounts less than 500 NOK
new: Filter transaction list by
payment_product_type
:
- instabank.finance
- instabank.invoice
- vipps
- payex.creditcard
- payex.swish
new: Filter transactions list by
card_brand
:
- Visa
- MasterCard
new: Added optional
remember_me
boolean to POST pay request body when initializing a payment of a session.
fix:
Transaction.status
typo, renamePARTICALLY_CAPTURED_REFUNDED
toPARTIALLY_CAPTURED_REFUNDED
.
changed: replaced
card
payment type withpayex
. The payex payment type adds support for payment product types:
- payex.creditcard
- payex.swish
changed: Add support for optional custom expires_at parameter when creating a new session either directly or from a profile.
changed: Add support for override of configuration when creating a new session from a profile.
new: support cancel of session
changed: In SessionBase, extend order with
partial_payment
property that can be used in case where the payment is partial and theorder.amount
is less or equal to theorder.items.amount
.
break: Pay with
instabank.finance
type requires now additional properties to comply with new regulations from Finanstilsynet.
- POST /v1/sessions/{session_id}/pay changed: In SessionMeta events, extend event with
details
object and enumerate the event names available.- GET /v1/sessions/{session_id}
changed: Remove
instabank.installment
andinstabank.postponement
payment type. The types will no longer be accepted by:
In SessionMeta renamed field
expiry_at
toexpires_at
.
new: PaymentConfiguration extended with optional
auto_capture
boolean field. If set to true the checkout serivce will automatically capture the payment after the transaction isAUTHORIZED
.
new: Add support for checkout with SMS. A SMS with link to the checkout can now be sent when a new session is created. See relevant resources for more information.
fix: Fix documentation for the response from api-keys endpoints. No
gateways
property will be included in response to api-keys requests.
doc: Document support for JWT Bearer authentication. Use API client to get an JWT access token.
break: Administration of checkout gateways was moved to new endpoints. Gateway configuration will no longer be supported via the
PUT /admin/checkout
endpoint.
- PUT /admin/checkout
- POST /admin/gateways/{gateway}/status
- PUT /admin/gateways/instabank
- PUT /admin/gateways/vipps
removed:
(check gateway status)POST /admin/gateways/{gateway}
new: Extend transaction.event with
created_by
property. Include the user who created the event, i.e. applied an operation to the transaction.
new: Add support for checkout with QR-Code A QR Code can now be generated for a Checkout Session. See relevant resource for more information.
new: Add support for filter transactions with query parameters. Transactions can now be filtered on:
status
,payment_product
,merchant_reference
,session_id
,amount
andcreated_at
.
new: Add support for
session.url.callback_url
. Get system-to-system notification when session payment is completed.
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",
- "website_url": "string",
- "opening_hours": {
- "open_now": true,
- "periods": [
- {
- "opens_at": "08:00",
- "closes_at": "16:00",
- "day_of_week": 1
}
], - "timezone": "Europe/Oslo"
}, - "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",
- "website_url": "string",
- "opening_hours": {
- "open_now": true,
- "periods": [
- {
- "opens_at": "08:00",
- "closes_at": "16:00",
- "day_of_week": 1
}
], - "timezone": "Europe/Oslo"
}, - "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",
- "website_url": "string",
- "opening_hours": {
- "open_now": true,
- "periods": [
- {
- "opens_at": "08:00",
- "closes_at": "16:00",
- "day_of_week": 1
}
], - "timezone": "Europe/Oslo"
}, - "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",
- "website_url": "string",
- "opening_hours": {
- "open_now": true,
- "periods": [
- {
- "opens_at": "08:00",
- "closes_at": "16:00",
- "day_of_week": 1
}
], - "timezone": "Europe/Oslo"
}, - "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"
}
}
Create a corresponding Checkout Session for an order placed in your system
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) |
required | object (PaymentConfiguration) |
object | |
expires_at | string <date-time> |
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. | |
object <= 10 properties Additional metadata about the resource | |
object (Merchant) Configure merchant information used in the checkout. |
{- "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",
- "website_url": "string",
- "opening_hours": {
- "open_now": true,
- "periods": [
- {
- "opens_at": "08:00",
- "closes_at": "16:00",
- "day_of_week": 1
}
], - "timezone": "Europe/Oslo"
}, - "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",
- "website_url": "string",
- "opening_hours": {
- "open_now": true,
- "periods": [
- {
- "opens_at": "08:00",
- "closes_at": "16:00",
- "day_of_week": 1
}
], - "timezone": "Europe/Oslo"
}, - "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": [ ]
}, - "metadata": {
- "system_x_id": "XAB1239",
- "number_x": 1921
}, - "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"
}
}
{- "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",
- "website_url": "string",
- "opening_hours": {
- "open_now": true,
- "periods": [
- {
- "opens_at": "08:00",
- "closes_at": "16:00",
- "day_of_week": 1
}
], - "timezone": "Europe/Oslo"
}, - "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",
- "website_url": "string",
- "opening_hours": {
- "open_now": true,
- "periods": [
- {
- "opens_at": "08:00",
- "closes_at": "16:00",
- "day_of_week": 1
}
], - "timezone": "Europe/Oslo"
}, - "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"
}
}
List all Checkout sessions scopes:
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 |
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 |
search | string Will try to match the search to either merchant_reference, merchant_reference_2,
or the customer name using the format |
transaction_id | Array of strings <checkout-id> [ items <checkout-id > ] The id(s) of the transaction(s) that should be included in the result |
created_at.gte | string <isodate> Session created after (ISO 8601. We recommend using a localised ISO 8601 datetime like |
created_at.lte | string <isodate> Session created before a date (ISO 8601. We recommend using a localised ISO 8601 datetime like |
store_id | Array of strings The store_id that the session relates to. ?store_id=A&store_id=B&store_id=X. |
initiating_system.dintero_system_plugin_name | Array of strings The dintero-system-plugin-name that the session was created with. |
payment_operation | string Example: payment_operation=unscheduled_purchase Filter on |
[- {
- "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",
- "website_url": "string",
- "opening_hours": {
- "open_now": true,
- "periods": [
- {
- "opens_at": "08:00",
- "closes_at": "16:00",
- "day_of_week": 1
}
], - "timezone": "Europe/Oslo"
}, - "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",
- "website_url": "string",
- "opening_hours": {
- "open_now": true,
- "periods": [
- {
- "opens_at": "08:00",
- "closes_at": "16:00",
- "day_of_week": 1
}
], - "timezone": "Europe/Oslo"
}, - "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"