Download OpenAPI specification:Download
Checkout related API for Aptic solutions
object (SenderType) The Sender object is used to identify the sender of the call. | |
object (ReservationLookupType) Identify an reservation | |
object (CustomerType) Customer data | |
object (OrderType) Order data | |
| externalReference | string or null External reference number. |
| limit | number or null <double> Limit of customer. |
object (StoreType) Information about a store | |
Array of objects or null (DataProvisionType) Data provisions, GDPR consents | |
| seller | string or null Seller |
object (ClaimantType) Information about an external claimant. |
{- "sender": {
- "marketplaceReferenceCode": "string",
- "merchantReferenceCode": "string",
- "productionStatus": 0,
- "languageCode": 0,
- "countryCode": 0,
- "initiatingSystem": "string",
- "merchantIpNumber": "string",
- "customerIpNumber": "string",
- "customerIdentificationData": "string",
- "callId": "string"
}, - "reservationLookup": {
- "reservationIdentification": 0,
- "reservationIdentificationValue": "Reservation number or order number"
}, - "customer": {
- "juridicalType": 0,
- "ssnOrCompanyNo": "string",
- "firstName": "string",
- "middleName": "string",
- "lastName": "string",
- "companyName": "string",
- "fullName": "string",
- "address": {
- "type": "string",
- "coAddress": "string",
- "street": "string",
- "houseNo": "string",
- "houseNoExtension": "string",
- "zipCode": "string",
- "city": "string",
- "stateCode": "string",
- "countryCode": "string"
}, - "email": "string",
- "homePhone": "string",
- "workPhone": "string",
- "cellularPhone": "string",
- "gender": 0,
- "vatNumber": "string",
- "preferredCommunicationChannel": 0,
- "customerRef": "string",
- "extraFields": [
- {
- "name": "string",
- "data": "string"
}
]
}, - "order": {
- "orderNumber": "string",
- "deliveryAddress": {
- "type": "string",
- "coAddress": "string",
- "street": "string",
- "houseNo": "string",
- "houseNoExtension": "string",
- "zipCode": "string",
- "city": "string",
- "stateCode": "string",
- "countryCode": "string"
}, - "invoiceAddress": {
- "type": "string",
- "coAddress": "string",
- "street": "string",
- "houseNo": "string",
- "houseNoExtension": "string",
- "zipCode": "string",
- "city": "string",
- "stateCode": "string",
- "countryCode": "string"
}, - "currencyCode": "EUR, USD, SEK, NOK, DKK",
- "totalOrderAmount": 0,
- "orderLines": [
- {
- "textOnly": "string",
- "summaryOnly": true,
- "orderItem": {
- "itemNumber": "string",
- "description": "string",
- "quantity": 0,
- "unit": "string",
- "itemPrice": 0,
- "grossAmount": 0,
- "netAmount": 0,
- "vatPercent": 0,
- "vatAmount": 0,
- "discountAmount": 0,
- "debtFee": 0,
- "rowRef": "string"
}, - "extraFields": [
- {
- "name": "string",
- "data": "string"
}
]
}
], - "customerMessage": "string",
- "accountPaymentReference": "string",
- "paymentProductCode": "string",
- "invoiceNumber": "string",
- "extraFields": [
- {
- "name": "string",
- "data": "string"
}
], - "debtGroup": "string",
- "creditorDisbursementToBankAccountNumber": "string",
- "creditorDisbursementReference": "string"
}, - "externalReference": "string",
- "limit": 0,
- "store": {
- "referenceCode": "string",
- "idnumber": "string",
- "name": "string",
- "address": {
- "type": "string",
- "coAddress": "string",
- "street": "string",
- "houseNo": "string",
- "houseNoExtension": "string",
- "zipCode": "string",
- "city": "string",
- "stateCode": "string",
- "countryCode": "string"
}, - "workPhone": "string",
- "teleFax": "string",
- "email": "string",
- "languageCode": "en, sv, no, da",
- "bankAccountNo": "string"
}, - "dataProvisions": [
- {
- "code": "string",
- "version": "string",
- "text": "string"
}
], - "seller": "string",
- "claimant": {
- "referenceCode": "string",
- "idnumber": "string",
- "name": "string",
- "address": {
- "type": "string",
- "coAddress": "string",
- "street": "string",
- "houseNo": "string",
- "houseNoExtension": "string",
- "zipCode": "string",
- "city": "string",
- "stateCode": "string",
- "countryCode": "string"
}, - "workPhone": "string",
- "teleFax": "string",
- "email": "string",
- "languageCode": "en, sv, no, da",
- "currencyCode": "EUR, USD, SEK, NOK, DKK",
- "bankAccount": {
- "accountNumber": "string",
- "bankDescription": "string",
- "bankCode": "string",
- "iban": "string",
- "bic": "string",
- "swift": "string",
- "blz": "string",
- "currencyCode": "EUR, USD, SEK, NOK, DKK",
- "countryCode": "string"
}
}
}{- "result": {
- "resultCode": 0,
- "resultText": "string"
}, - "invoiceNumber": "string",
- "accountPaymentReference": "string",
- "externalReference": "string"
}object (SenderType) The Sender object is used to identify the sender of the call. | |
object (ActivationLookupType) The ActivationLookupType is used to identify an activation/invoice | |
| currencyCode | string or null Currency code, ISO 4217, 3 capital letters. Example: USD; EUR, SEK, NOK, DKK. |
Array of objects or null (OrderLineType) Order lines to add or subtract |
{- "sender": {
- "marketplaceReferenceCode": "string",
- "merchantReferenceCode": "string",
- "productionStatus": 0,
- "languageCode": 0,
- "countryCode": 0,
- "initiatingSystem": "string",
- "merchantIpNumber": "string",
- "customerIpNumber": "string",
- "customerIdentificationData": "string",
- "callId": "string"
}, - "activationLookup": {
- "activationIdentification": 0,
- "activationIdentificationValue": "string"
}, - "currencyCode": "string",
- "additionalOrderLines": [
- {
- "textOnly": "string",
- "summaryOnly": true,
- "orderItem": {
- "itemNumber": "string",
- "description": "string",
- "quantity": 0,
- "unit": "string",
- "itemPrice": 0,
- "grossAmount": 0,
- "netAmount": 0,
- "vatPercent": 0,
- "vatAmount": 0,
- "discountAmount": 0,
- "debtFee": 0,
- "rowRef": "string"
}, - "extraFields": [
- {
- "name": "string",
- "data": "string"
}
]
}
]
}{- "resultCode": 0,
- "internalErrorDescription": "string",
- "userFriendlyMessage": "string"
}object (SenderType) The Sender object is used to identify the sender of the call. | |
object (ReservationLookupType) Identify an reservation | |
object (AlterCustomerType) Customer information | |
object (OrderType) Order data | |
| orderNumber | string or null Order number |
object (AdditionalCustomerApprovalType) Customer approval data, usual from some kind of signing process | |
object (StoreType) Information about a store | |
Array of objects or null (DataProvisionType) Data provisions, GDPR consents | |
| seller | string or null Seller |
object (ClaimantType) Information about an external claimant. |
{- "sender": {
- "marketplaceReferenceCode": "string",
- "merchantReferenceCode": "string",
- "productionStatus": 0,
- "languageCode": 0,
- "countryCode": 0,
- "initiatingSystem": "string",
- "merchantIpNumber": "string",
- "customerIpNumber": "string",
- "customerIdentificationData": "string",
- "callId": "string"
}, - "reservationLookup": {
- "reservationIdentification": 0,
- "reservationIdentificationValue": "Reservation number or order number"
}, - "customer": {
- "juridicalType": 0,
- "ssnOrCompanyNo": "string",
- "firstName": "string",
- "middleName": "string",
- "lastName": "string",
- "companyName": "string",
- "fullName": "string",
- "address": {
- "type": "string",
- "coAddress": "string",
- "street": "string",
- "houseNo": "string",
- "houseNoExtension": "string",
- "zipCode": "string",
- "city": "string",
- "stateCode": "string",
- "countryCode": "string"
}, - "email": "string",
- "homePhone": "string",
- "workPhone": "string",
- "cellularPhone": "string",
- "gender": 0,
- "vatNumber": "string",
- "preferredCommunicationChannel": 0,
- "extraFields": [
- {
- "name": "string",
- "data": "string"
}
]
}, - "order": {
- "orderNumber": "string",
- "deliveryAddress": {
- "type": "string",
- "coAddress": "string",
- "street": "string",
- "houseNo": "string",
- "houseNoExtension": "string",
- "zipCode": "string",
- "city": "string",
- "stateCode": "string",
- "countryCode": "string"
}, - "invoiceAddress": {
- "type": "string",
- "coAddress": "string",
- "street": "string",
- "houseNo": "string",
- "houseNoExtension": "string",
- "zipCode": "string",
- "city": "string",
- "stateCode": "string",
- "countryCode": "string"
}, - "currencyCode": "EUR, USD, SEK, NOK, DKK",
- "totalOrderAmount": 0,
- "orderLines": [
- {
- "textOnly": "string",
- "summaryOnly": true,
- "orderItem": {
- "itemNumber": "string",
- "description": "string",
- "quantity": 0,
- "unit": "string",
- "itemPrice": 0,
- "grossAmount": 0,
- "netAmount": 0,
- "vatPercent": 0,
- "vatAmount": 0,
- "discountAmount": 0,
- "debtFee": 0,
- "rowRef": "string"
}, - "extraFields": [
- {
- "name": "string",
- "data": "string"
}
]
}
], - "customerMessage": "string",
- "accountPaymentReference": "string",
- "paymentProductCode": "string",
- "invoiceNumber": "string",
- "extraFields": [
- {
- "name": "string",
- "data": "string"
}
], - "debtGroup": "string",
- "creditorDisbursementToBankAccountNumber": "string",
- "creditorDisbursementReference": "string"
}, - "orderNumber": "string",
- "additionalCustomerApproval": {
- "code": "string",
- "timestamp": "2019-08-24T14:15:22Z",
- "authSignData": [
- null
], - "documents": [
- {
- "type": "string",
- "data": "string"
}
]
}, - "store": {
- "referenceCode": "string",
- "idnumber": "string",
- "name": "string",
- "address": {
- "type": "string",
- "coAddress": "string",
- "street": "string",
- "houseNo": "string",
- "houseNoExtension": "string",
- "zipCode": "string",
- "city": "string",
- "stateCode": "string",
- "countryCode": "string"
}, - "workPhone": "string",
- "teleFax": "string",
- "email": "string",
- "languageCode": "en, sv, no, da",
- "bankAccountNo": "string"
}, - "dataProvisions": [
- {
- "code": "string",
- "version": "string",
- "text": "string"
}
], - "seller": "string",
- "claimant": {
- "referenceCode": "string",
- "idnumber": "string",
- "name": "string",
- "address": {
- "type": "string",
- "coAddress": "string",
- "street": "string",
- "houseNo": "string",
- "houseNoExtension": "string",
- "zipCode": "string",
- "city": "string",
- "stateCode": "string",
- "countryCode": "string"
}, - "workPhone": "string",
- "teleFax": "string",
- "email": "string",
- "languageCode": "en, sv, no, da",
- "currencyCode": "EUR, USD, SEK, NOK, DKK",
- "bankAccount": {
- "accountNumber": "string",
- "bankDescription": "string",
- "bankCode": "string",
- "iban": "string",
- "bic": "string",
- "swift": "string",
- "blz": "string",
- "currencyCode": "EUR, USD, SEK, NOK, DKK",
- "countryCode": "string"
}
}
}{- "result": {
- "resultCode": 0,
- "resultText": "string"
}, - "reservationNumber": 0,
- "additionalCustomerApprovalCode": "string",
- "reservationStatus": 0,
- "limit": 0
}object (SenderType) The Sender object is used to identify the sender of the call. | |
object (ReservationLookupType) Identify an reservation | |
Array of objects or null (OrderLineCancelType) Cancel just specific order lines, not the whole reservation. If null the whole order will be canceled. |
{- "sender": {
- "marketplaceReferenceCode": "string",
- "merchantReferenceCode": "string",
- "productionStatus": 0,
- "languageCode": 0,
- "countryCode": 0,
- "initiatingSystem": "string",
- "merchantIpNumber": "string",
- "customerIpNumber": "string",
- "customerIdentificationData": "string",
- "callId": "string"
}, - "reservationLookup": {
- "reservationIdentification": 0,
- "reservationIdentificationValue": "Reservation number or order number"
}, - "cancelOrderLines": [
- {
- "orderLineLookup": {
- "orderLineIdentification": 1,
- "orderLineIdentificationValue": "string"
}, - "returnQuantity": 0,
- "returnAmount": 0
}
]
}{- "resultCode": 0,
- "internalErrorDescription": "string",
- "userFriendlyMessage": "string"
}object (SenderType) The Sender object is used to identify the sender of the call. | |
object (ActivationLookupType) The ActivationLookupType is used to identify an activation/invoice |
{- "sender": {
- "marketplaceReferenceCode": "string",
- "merchantReferenceCode": "string",
- "productionStatus": 0,
- "languageCode": 0,
- "countryCode": 0,
- "initiatingSystem": "string",
- "merchantIpNumber": "string",
- "customerIpNumber": "string",
- "customerIdentificationData": "string",
- "callId": "string"
}, - "activationLookup": {
- "activationIdentification": 0,
- "activationIdentificationValue": "string"
}
}{- "result": {
- "resultCode": 0,
- "resultText": "string"
}, - "paymentReference": "string"
}object (SenderType) The Sender object is used to identify the sender of the call. | |
object (CustomerLookupType) Identify a customer | |
| juridicalType | integer <int32> (CheckoutCustomerJuridicalType) Enum: 0 1 2 Juridical type of the customer Physical = 0, Company = 1, PersonalFirm = 2 |
Array of objects or null (DataProvisionType) Data provisions, like consents |
{- "sender": {
- "marketplaceReferenceCode": "string",
- "merchantReferenceCode": "string",
- "productionStatus": 0,
- "languageCode": 0,
- "countryCode": 0,
- "initiatingSystem": "string",
- "merchantIpNumber": "string",
- "customerIpNumber": "string",
- "customerIdentificationData": "string",
- "callId": "string"
}, - "customerLookup": {
- "customerIdentification": 0,
- "customerIdentificationValue": "string",
- "juridicalType": 0
}, - "juridicalType": 0,
- "dataProvisions": [
- {
- "code": "string",
- "version": "string",
- "text": "string"
}
]
}{- "result": {
- "resultCode": 0,
- "resultText": "string"
}, - "name": {
- "firstName": "string",
- "middleName": "string",
- "lastName": "string",
- "companyName": "string",
- "fullName": "string",
- "salutation": "Mr., Mrs.",
- "nameSuffix": "string"
}, - "addresses": [
- {
- "type": "string",
- "coAddress": "string",
- "street": "string",
- "houseNo": "string",
- "houseNoExtension": "string",
- "zipCode": "string",
- "city": "string",
- "stateCode": "string",
- "countryCode": "string"
}
], - "idnumber": "string",
- "email": "string",
- "limit": 0
}object (SenderType) The Sender object is used to identify the sender of the call. |
{- "sender": {
- "marketplaceReferenceCode": "string",
- "merchantReferenceCode": "string",
- "productionStatus": 0,
- "languageCode": 0,
- "countryCode": 0,
- "initiatingSystem": "string",
- "merchantIpNumber": "string",
- "customerIpNumber": "string",
- "customerIdentificationData": "string",
- "callId": "string"
}
}{- "result": {
- "resultCode": 0,
- "resultText": "string"
}, - "paymentProducts": [
- {
- "paymentProductCode": "string",
- "paymentProductDescription": "string",
- "paymentProductCategory": "INVOICE, ACCOUNT, PARTPAYMENT, CAMPAIGN, BUYNOWPAYLATER",
- "paymentProductCategoryDescription": "Invoice, Account, Part payment, Campaign, Buy now pay later",
- "currencyCode": "EUR, USD, SEK, NOK, DKK",
- "registrationFee": 0,
- "settlementFee": 0,
- "invoiceFee": 0,
- "interestRate": 0,
- "partPaymentCalculation": 0,
- "numberOfPayments": 0,
- "firstPaymentDueDate": "2019-08-24T14:15:22Z",
- "minimumPurchaseAmountCondition": 0,
- "additionalCustomerApprovalCode": "string"
}
]
}object (SenderType) The Sender object is used to identify the sender of the call. | |
| currencyCode | string or null Purchase currency code, ISO 4217, 3 capital letters. Example: USD; EUR, SEK, NOK, DKK. |
| amount | number <double> Purchase amount. |
object (CustomerLookupType) Identify a customer | |
| paymentProductCode | string or null Code of payment product to get information about. |
Array of objects or null (DataProvisionType) Data provisions, like consents |
{- "sender": {
- "marketplaceReferenceCode": "string",
- "merchantReferenceCode": "string",
- "productionStatus": 0,
- "languageCode": 0,
- "countryCode": 0,
- "initiatingSystem": "string",
- "merchantIpNumber": "string",
- "customerIpNumber": "string",
- "customerIdentificationData": "string",
- "callId": "string"
}, - "currencyCode": "string",
- "amount": 0,
- "customerLookup": {
- "customerIdentification": 0,
- "customerIdentificationValue": "string",
- "juridicalType": 0
}, - "paymentProductCode": "string",
- "dataProvisions": [
- {
- "code": "string",
- "version": "string",
- "text": "string"
}
]
}{- "result": {
- "resultCode": 0,
- "resultText": "string"
}, - "paymentProductCode": "string",
- "paymentProductDescription": "string",
- "paymentProductCategory": "INVOICE, ACCOUNT, PARTPAYMENT, CAMPAIGN, BUYNOWPAYLATER",
- "paymentProductCategoryDescription": "Invoice, Account, Part payment, Campaign, Buy now pay later",
- "currencyCode": "EUR, USD, SEK, NOK, DKK",
- "registrationFee": 0,
- "settlementFee": 0,
- "invoiceFee": 0,
- "interestRate": 0,
- "partPaymentCalculation": 0,
- "numberOfPayments": 0,
- "firstPaymentDueDate": "2019-08-24T14:15:22Z",
- "lastPaymentDueDate": "2019-08-24T14:15:22Z",
- "annualPercentageRate": 0,
- "paymentCondition": 0,
- "totalCreditCost": 0,
- "partPaymentMonthlyCost": 0,
- "additionalCustomerApprovalCode": "string",
- "totalAmount": 0,
- "payments": [
- {
- "principal": 0,
- "interest": 0,
- "paymentDate": "2019-08-24T14:15:22Z",
- "paymentAmount": 0,
- "fee": 0
}
], - "paymentProductType": "string",
- "paymentProductTypeDescription": "string",
- "paymentProductTermsAndConditions": "string",
- "dataProvisions": [
- {
- "code": "string",
- "version": "string",
- "text": "string",
- "checkboxRequired": true
}
]
}Request body
object (SenderType) The Sender object is used to identify the sender of the call. | |
| currencyCode | string or null Purchase currency code, ISO 4217, 3 capital letters. Example: USD; EUR, SEK, NOK, DKK. |
| amount | number <double> Purchase amount. |
object (CustomerLookupType) Identify a customer | |
Array of objects or null (DataProvisionType) Data provisions, like consents |
{- "sender": {
- "marketplaceReferenceCode": "string",
- "merchantReferenceCode": "string",
- "productionStatus": 0,
- "languageCode": 0,
- "countryCode": 0,
- "initiatingSystem": "string",
- "merchantIpNumber": "string",
- "customerIpNumber": "string",
- "customerIdentificationData": "string",
- "callId": "string"
}, - "currencyCode": "string",
- "amount": 0,
- "customerLookup": {
- "customerIdentification": 0,
- "customerIdentificationValue": "string",
- "juridicalType": 0
}, - "dataProvisions": [
- {
- "code": "string",
- "version": "string",
- "text": "string"
}
]
}{- "result": {
- "resultCode": 0,
- "resultText": "string"
}, - "paymentProducts": [
- {
- "paymentProductCode": "string",
- "paymentProductDescription": "string",
- "paymentProductCategory": "INVOICE, ACCOUNT, PARTPAYMENT, CAMPAIGN, BUYNOWPAYLATER",
- "paymentProductCategoryDescription": "Invoice, Account, Part payment, Campaign, Buy now pay later",
- "currencyCode": "EUR, USD, SEK, NOK, DKK",
- "registrationFee": 0,
- "settlementFee": 0,
- "invoiceFee": 0,
- "interestRate": 0,
- "partPaymentCalculation": 0,
- "numberOfPayments": 0,
- "firstPaymentDueDate": "2019-08-24T14:15:22Z",
- "lastPaymentDueDate": "2019-08-24T14:15:22Z",
- "annualPercentageRate": 0,
- "paymentCondition": 0,
- "totalCreditCost": 0,
- "partPaymentMonthlyCost": 0,
- "additionalCustomerApprovalCode": "string",
- "paymentProductType": "string",
- "paymentProductTypeDescription": "string",
- "paymentProductTermsAndConditions": "string"
}
]
}object (SenderType) The Sender object is used to identify the sender of the call. | |
object (CustomerLookupType) Identify a customer | |
object (CustomerType) Customer data | |
object (OrderType) Order data | |
object (AdditionalCustomerApprovalType) Customer approval data, usual from some kind of signing process | |
| directActivation | boolean or null If true the reservation will be activated immediately. |
| onHold | boolean or null If true the reservation will be put on hold. |
| limit | number or null <double> The customers credit limit. |
object (StoreType) Information about a store | |
Array of objects or null (DataProvisionType) Data provisions, GDPR consents | |
| automaticActivationDate | string or null <date-time> Automatic activation date, if set the reservation will be stored in CreditConnect and activated automatic on that specific date. |
| seller | string or null Seller |
object (ClaimantType) Information about an external claimant. |
{- "sender": {
- "marketplaceReferenceCode": "string",
- "merchantReferenceCode": "string",
- "productionStatus": 0,
- "languageCode": 0,
- "countryCode": 0,
- "initiatingSystem": "string",
- "merchantIpNumber": "string",
- "customerIpNumber": "string",
- "customerIdentificationData": "string",
- "callId": "string"
}, - "customerLookup": {
- "customerIdentification": 0,
- "customerIdentificationValue": "string",
- "juridicalType": 0
}, - "customer": {
- "juridicalType": 0,
- "ssnOrCompanyNo": "string",
- "firstName": "string",
- "middleName": "string",
- "lastName": "string",
- "companyName": "string",
- "fullName": "string",
- "address": {
- "type": "string",
- "coAddress": "string",
- "street": "string",
- "houseNo": "string",
- "houseNoExtension": "string",
- "zipCode": "string",
- "city": "string",
- "stateCode": "string",
- "countryCode": "string"
}, - "email": "string",
- "homePhone": "string",
- "workPhone": "string",
- "cellularPhone": "string",
- "gender": 0,
- "vatNumber": "string",
- "preferredCommunicationChannel": 0,
- "customerRef": "string",
- "extraFields": [
- {
- "name": "string",
- "data": "string"
}
]
}, - "order": {
- "orderNumber": "string",
- "deliveryAddress": {
- "type": "string",
- "coAddress": "string",
- "street": "string",
- "houseNo": "string",
- "houseNoExtension": "string",
- "zipCode": "string",
- "city": "string",
- "stateCode": "string",
- "countryCode": "string"
}, - "invoiceAddress": {
- "type": "string",
- "coAddress": "string",
- "street": "string",
- "houseNo": "string",
- "houseNoExtension": "string",
- "zipCode": "string",
- "city": "string",
- "stateCode": "string",
- "countryCode": "string"
}, - "currencyCode": "EUR, USD, SEK, NOK, DKK",
- "totalOrderAmount": 0,
- "orderLines": [
- {
- "textOnly": "string",
- "summaryOnly": true,
- "orderItem": {
- "itemNumber": "string",
- "description": "string",
- "quantity": 0,
- "unit": "string",
- "itemPrice": 0,
- "grossAmount": 0,
- "netAmount": 0,
- "vatPercent": 0,
- "vatAmount": 0,
- "discountAmount": 0,
- "debtFee": 0,
- "rowRef": "string"
}, - "extraFields": [
- {
- "name": "string",
- "data": "string"
}
]
}
], - "customerMessage": "string",
- "accountPaymentReference": "string",
- "paymentProductCode": "string",
- "invoiceNumber": "string",
- "extraFields": [
- {
- "name": "string",
- "data": "string"
}
], - "debtGroup": "string",
- "creditorDisbursementToBankAccountNumber": "string",
- "creditorDisbursementReference": "string"
}, - "additionalCustomerApproval": {
- "code": "string",
- "timestamp": "2019-08-24T14:15:22Z",
- "authSignData": [
- null
], - "documents": [
- {
- "type": "string",
- "data": "string"
}
]
}, - "directActivation": true,
- "onHold": true,
- "limit": 0,
- "store": {
- "referenceCode": "string",
- "idnumber": "string",
- "name": "string",
- "address": {
- "type": "string",
- "coAddress": "string",
- "street": "string",
- "houseNo": "string",
- "houseNoExtension": "string",
- "zipCode": "string",
- "city": "string",
- "stateCode": "string",
- "countryCode": "string"
}, - "workPhone": "string",
- "teleFax": "string",
- "email": "string",
- "languageCode": "en, sv, no, da",
- "bankAccountNo": "string"
}, - "dataProvisions": [
- {
- "code": "string",
- "version": "string",
- "text": "string"
}
], - "automaticActivationDate": "2019-08-24T14:15:22Z",
- "seller": "string",
- "claimant": {
- "referenceCode": "string",
- "idnumber": "string",
- "name": "string",
- "address": {
- "type": "string",
- "coAddress": "string",
- "street": "string",
- "houseNo": "string",
- "houseNoExtension": "string",
- "zipCode": "string",
- "city": "string",
- "stateCode": "string",
- "countryCode": "string"
}, - "workPhone": "string",
- "teleFax": "string",
- "email": "string",
- "languageCode": "en, sv, no, da",
- "currencyCode": "EUR, USD, SEK, NOK, DKK",
- "bankAccount": {
- "accountNumber": "string",
- "bankDescription": "string",
- "bankCode": "string",
- "iban": "string",
- "bic": "string",
- "swift": "string",
- "blz": "string",
- "currencyCode": "EUR, USD, SEK, NOK, DKK",
- "countryCode": "string"
}
}
}{- "result": {
- "resultCode": 0,
- "resultText": "string"
}, - "reservationNumber": 0,
- "additionalCustomerApprovalCode": "string",
- "reservationStatus": 0,
- "limit": 0
}object (SenderType) The Sender object is used to identify the sender of the call. | |
object (WriteStateRequestType) State data |
{- "sender": {
- "marketplaceReferenceCode": "string",
- "merchantReferenceCode": "string",
- "productionStatus": 0,
- "languageCode": 0,
- "countryCode": 0,
- "initiatingSystem": "string",
- "merchantIpNumber": "string",
- "customerIpNumber": "string",
- "customerIdentificationData": "string",
- "callId": "string"
}, - "request": {
- "application": "string",
- "type": "string",
- "key": "string",
- "subKey": "string",
- "data": "string",
- "validUntil": "2019-08-24T14:15:22Z"
}
}{- "result": {
- "resultCode": 0,
- "resultText": "string"
}
}object (SenderType) The Sender object is used to identify the sender of the call. | |
object (ReadStateRequestType) State lookup |
{- "sender": {
- "marketplaceReferenceCode": "string",
- "merchantReferenceCode": "string",
- "productionStatus": 0,
- "languageCode": 0,
- "countryCode": 0,
- "initiatingSystem": "string",
- "merchantIpNumber": "string",
- "customerIpNumber": "string",
- "customerIdentificationData": "string",
- "callId": "string"
}, - "request": {
- "application": "string",
- "type": "string",
- "key": "string",
- "subKeys": [
- "string"
]
}
}{- "result": {
- "resultCode": 0,
- "resultText": "string"
}, - "state": {
- "key": "string",
- "data": "string",
- "validUntil": "2019-08-24T14:15:22Z",
- "subStates": [
- {
- "subKey": "string",
- "data": "string"
}
]
}
}object (SenderType) The Sender object is used to identify the sender of the call. | |
object (ReadStatesRequestType) |
{- "sender": {
- "marketplaceReferenceCode": "string",
- "merchantReferenceCode": "string",
- "productionStatus": 0,
- "languageCode": 0,
- "countryCode": 0,
- "initiatingSystem": "string",
- "merchantIpNumber": "string",
- "customerIpNumber": "string",
- "customerIdentificationData": "string",
- "callId": "string"
}, - "request": {
- "application": "string",
- "type": "string",
- "subKeys": [
- "string"
], - "updatedAfter": "2019-08-24T14:15:22Z",
- "filter": [
- {
- "property": 0,
- "operator": 0,
- "value": "string"
}
], - "skip": 0,
- "take": 0
}
}{- "result": {
- "resultCode": 0,
- "resultText": "string"
}, - "totalCount": 0,
- "states": [
- {
- "key": "string",
- "data": "string",
- "validUntil": "2019-08-24T14:15:22Z",
- "subStates": [
- {
- "subKey": "string",
- "data": "string"
}
]
}
]
}object (SenderType) The Sender object is used to identify the sender of the call. | |
object (DeleteStateRequestType) |
{- "sender": {
- "marketplaceReferenceCode": "string",
- "merchantReferenceCode": "string",
- "productionStatus": 0,
- "languageCode": 0,
- "countryCode": 0,
- "initiatingSystem": "string",
- "merchantIpNumber": "string",
- "customerIpNumber": "string",
- "customerIdentificationData": "string",
- "callId": "string"
}, - "stateData": {
- "application": "string",
- "type": "string",
- "key": "string",
- "subKeys": [
- "string"
]
}
}{- "result": {
- "resultCode": 0,
- "resultText": "string"
}
}object (SenderType) The Sender object is used to identify the sender of the call. | |
object (CustomerInformationLookupType) | |
| juridical | integer <int32> (CheckoutCustomerJuridicalType) Enum: 0 1 2 Juridical type of the customer Physical = 0, Company = 1, PersonalFirm = 2 |
{- "sender": {
- "marketplaceReferenceCode": "string",
- "merchantReferenceCode": "string",
- "productionStatus": 0,
- "languageCode": 0,
- "countryCode": 0,
- "initiatingSystem": "string",
- "merchantIpNumber": "string",
- "customerIpNumber": "string",
- "customerIdentificationData": "string",
- "callId": "string"
}, - "customerLookup": {
- "customerIdentification": 0,
- "customerIdentificationValue": "string"
}, - "juridical": 0
}{- "result": {
- "resultCode": 0,
- "resultText": "string"
}, - "customerData": {
- "partyReferenceCode": "string",
- "partyFullName": "string",
- "customerReferenceCode": "string",
- "idnumber": "string",
- "placeOfBirth": "string",
- "salutation": "string",
- "firstName": "string",
- "middleName": "string",
- "lastName": "string",
- "nameSuffix": "string",
- "fullName": "string",
- "fullLegalAddress": "string",
- "domicile": "string",
- "homephone": "string",
- "workphone": "string",
- "cellularphone": "string",
- "telefax": "string",
- "email": "string",
- "languageCode": 0,
- "currencyCode": "EUR, USD, SEK, NOK, DKK",
- "vatNumber": "string",
- "naceCode": "string",
- "birthDate": "string",
- "gender": 0,
- "municipalCode": "string",
- "activeAccounts": true
}
}object (SenderType) The Sender object is used to identify the sender of the call. | |
object (ActivationLookupType) The ActivationLookupType is used to identify an activation/invoice | |
object (ReturnDataType) Return data |
{- "sender": {
- "marketplaceReferenceCode": "string",
- "merchantReferenceCode": "string",
- "productionStatus": 0,
- "languageCode": 0,
- "countryCode": 0,
- "initiatingSystem": "string",
- "merchantIpNumber": "string",
- "customerIpNumber": "string",
- "customerIdentificationData": "string",
- "callId": "string"
}, - "activationLookup": {
- "activationIdentification": 0,
- "activationIdentificationValue": "string"
}, - "returnData": {
- "currencyCode": "EUR, USD, SEK, NOK, DKK",
- "totalReturnGrossAmount": 0,
- "totalReturnNetAmount": 0,
- "totalReturnVat": 0,
- "vatPercent": 0,
- "returnCode": "string",
- "additionalFeeAmount": 0,
- "lines": [
- {
- "identifierType": 0,
- "identifier": "string",
- "returnQuantity": 0,
- "returnGrossAmount": 0,
- "description": "string",
- "summaryOnly": true
}
]
}
}{- "result": {
- "resultCode": 0,
- "resultText": "string"
}
}{- "result": {
- "resultCode": 0,
- "resultText": "string"
}, - "user": {
- "userId": 0,
- "regDate": "2019-08-24T14:15:22Z",
- "partyId": 0,
- "userCode": "string",
- "username": "string",
- "mustChangePassword": true,
- "passwordExpires": "2019-08-24T14:15:22Z",
- "languagecode": "en, sv, no, da",
- "countryFormat": "string",
- "street": "string",
- "city": "string",
- "stateCode": "string",
- "zipCode": "string",
- "countryCode": "string",
- "homePhone": "string",
- "workPhone": "string",
- "internalPhone": "string",
- "cellularPhone": "string",
- "telefax": "string",
- "email": "string",
- "creditorAccess": "string",
- "managerUserId": 0,
- "attestLevel": 0,
- "maxPurchaseInvoiceAmount": 0,
- "minPurchaseFee": "string",
- "massMail": true,
- "primaryUserGroupId": 0,
- "collectorSelection": "string",
- "judicialOfficerCode": "string",
- "collectionActionReference": 0,
- "pbxPhone": "string",
- "employmentNumber": "string",
- "department": "string",
- "cultureCode": "en-US, sv-SE, da-DK",
- "solicitorUser": true,
- "creditorRef": "string",
- "solicitorRef": "string",
- "fullname": "string"
}
}