OVPAY-1564 - Improvements in validation objects, part 4.
This commit is contained in:
parent
8ac15a7b09
commit
985fdce7bb
@ -639,8 +639,19 @@ paths:
|
|||||||
{
|
{
|
||||||
"createdOn": "2024-03-22T09:00:00",
|
"createdOn": "2024-03-22T09:00:00",
|
||||||
"amountDebit": 121,
|
"amountDebit": 121,
|
||||||
|
"paymentMethod":
|
||||||
|
{
|
||||||
"paymentMethodId": 1,
|
"paymentMethodId": 1,
|
||||||
"touchPointId": 1,
|
"name": "ideal",
|
||||||
|
"provider": "Buckaroo",
|
||||||
|
},
|
||||||
|
"touchPoint":
|
||||||
|
{
|
||||||
|
"salesTouchpointId": 3,
|
||||||
|
"name": "Website (Perplex)",
|
||||||
|
"isActive": true,
|
||||||
|
"retailerId": 1001,
|
||||||
|
},
|
||||||
"isRefund": false,
|
"isRefund": false,
|
||||||
"htmPaymentReference": "HTM-1234",
|
"htmPaymentReference": "HTM-1234",
|
||||||
"pspPaymentReference": "Buckaroo-1234",
|
"pspPaymentReference": "Buckaroo-1234",
|
||||||
@ -788,8 +799,19 @@ paths:
|
|||||||
"paymentId": "c772868c-5cce-46a3-8821-be6811332252",
|
"paymentId": "c772868c-5cce-46a3-8821-be6811332252",
|
||||||
"createdOn": "2024-03-22T09:00:00",
|
"createdOn": "2024-03-22T09:00:00",
|
||||||
"amountDebit": 121,
|
"amountDebit": 121,
|
||||||
|
"paymentMethod":
|
||||||
|
{
|
||||||
"paymentMethodId": 1,
|
"paymentMethodId": 1,
|
||||||
"touchPointId": 1,
|
"name": "ideal",
|
||||||
|
"provider": "Buckaroo",
|
||||||
|
},
|
||||||
|
"touchPoint":
|
||||||
|
{
|
||||||
|
"salesTouchpointId": 3,
|
||||||
|
"name": "Website (Perplex)",
|
||||||
|
"isActive": true,
|
||||||
|
"retailerId": 1001,
|
||||||
|
},
|
||||||
"isRefund": false,
|
"isRefund": false,
|
||||||
"htmPaymentReference": "HTM-1234",
|
"htmPaymentReference": "HTM-1234",
|
||||||
"pspPaymentReference": "Buckaroo-1234",
|
"pspPaymentReference": "Buckaroo-1234",
|
||||||
@ -807,7 +829,10 @@ paths:
|
|||||||
"mandateInput":
|
"mandateInput":
|
||||||
{
|
{
|
||||||
"mandateInputId": "1d6626cd-b93b-4ea6-85d5-a8e3a24a2725",
|
"mandateInputId": "1d6626cd-b93b-4ea6-85d5-a8e3a24a2725",
|
||||||
|
"directDebitMandateType": {
|
||||||
"directDebitMandateTypeId": 1,
|
"directDebitMandateTypeId": 1,
|
||||||
|
"name": "import",
|
||||||
|
},
|
||||||
"createdOn": "2024-03-22T09:00:00",
|
"createdOn": "2024-03-22T09:00:00",
|
||||||
"bic": "RABONL2U",
|
"bic": "RABONL2U",
|
||||||
"iban": "NL44RABO0123456789",
|
"iban": "NL44RABO0123456789",
|
||||||
@ -938,8 +963,19 @@ paths:
|
|||||||
"paymentId": "1a973c85-7a96-41b5-bbf2-7919d6a6db15",
|
"paymentId": "1a973c85-7a96-41b5-bbf2-7919d6a6db15",
|
||||||
"createdOn": "2024-03-22T09:00:00",
|
"createdOn": "2024-03-22T09:00:00",
|
||||||
"amountDebit": 121,
|
"amountDebit": 121,
|
||||||
|
"paymentMethod":
|
||||||
|
{
|
||||||
"paymentMethodId": 1,
|
"paymentMethodId": 1,
|
||||||
"touchPointId": 1,
|
"name": "ideal",
|
||||||
|
"provider": "Buckaroo",
|
||||||
|
},
|
||||||
|
"touchPoint":
|
||||||
|
{
|
||||||
|
"salesTouchpointId": 3,
|
||||||
|
"name": "Website (Perplex)",
|
||||||
|
"isActive": true,
|
||||||
|
"retailerId": 1001,
|
||||||
|
},
|
||||||
"isRefund": false,
|
"isRefund": false,
|
||||||
"htmPaymentReference": "HTM-1234",
|
"htmPaymentReference": "HTM-1234",
|
||||||
"pspPaymentReference": "Buckaroo-1234",
|
"pspPaymentReference": "Buckaroo-1234",
|
||||||
@ -957,7 +993,10 @@ paths:
|
|||||||
"mandateInput":
|
"mandateInput":
|
||||||
{
|
{
|
||||||
"mandateInputId": "5397f2d7-eefa-4e82-a086-1e0e3ad38bdb",
|
"mandateInputId": "5397f2d7-eefa-4e82-a086-1e0e3ad38bdb",
|
||||||
|
"directDebitMandateType": {
|
||||||
"directDebitMandateTypeId": 1,
|
"directDebitMandateTypeId": 1,
|
||||||
|
"name": "import",
|
||||||
|
},
|
||||||
"createdOn": "2024-03-22T09:00:00",
|
"createdOn": "2024-03-22T09:00:00",
|
||||||
"bic": "RABONL2U",
|
"bic": "RABONL2U",
|
||||||
"iban": "NL44RABO0123456789",
|
"iban": "NL44RABO0123456789",
|
||||||
@ -1161,13 +1200,7 @@ paths:
|
|||||||
"externalOrderId": null,
|
"externalOrderId": null,
|
||||||
"customerProfileId": 1337,
|
"customerProfileId": 1337,
|
||||||
"totalAmount": 121,
|
"totalAmount": 121,
|
||||||
"touchPoint":
|
"touchPointId": 3,
|
||||||
{
|
|
||||||
"salesTouchpointId": 3,
|
|
||||||
"name": "Website (Perplex)",
|
|
||||||
"isActive": true,
|
|
||||||
"retailerId": 1001,
|
|
||||||
},
|
|
||||||
"languageId": 1,
|
"languageId": 1,
|
||||||
"billingAddressId": 1,
|
"billingAddressId": 1,
|
||||||
"shippingAddressId": 1,
|
"shippingAddressId": 1,
|
||||||
@ -1299,6 +1332,13 @@ paths:
|
|||||||
"orderNumber": "ORD-123456",
|
"orderNumber": "ORD-123456",
|
||||||
"customerProfileId": 1337,
|
"customerProfileId": 1337,
|
||||||
"totalAmount": 121,
|
"totalAmount": 121,
|
||||||
|
"touchPoint":
|
||||||
|
{
|
||||||
|
"salesTouchpointId": 3,
|
||||||
|
"name": "Website (Perplex)",
|
||||||
|
"isActive": true,
|
||||||
|
"retailerId": 1001,
|
||||||
|
},
|
||||||
"language":
|
"language":
|
||||||
{
|
{
|
||||||
"languageId": 1,
|
"languageId": 1,
|
||||||
@ -1308,13 +1348,6 @@ paths:
|
|||||||
},
|
},
|
||||||
"billingAddressId": 1,
|
"billingAddressId": 1,
|
||||||
"shippingAddressId": 1,
|
"shippingAddressId": 1,
|
||||||
"touchPoint":
|
|
||||||
{
|
|
||||||
"salesTouchpointId": 3,
|
|
||||||
"name": "Website (Perplex)",
|
|
||||||
"isActive": true,
|
|
||||||
"retailerId": 1001,
|
|
||||||
},
|
|
||||||
"createdOn": "2024-03-22T09:00:00",
|
"createdOn": "2024-03-22T09:00:00",
|
||||||
"lastUpdatedOn": "2024-03-22T09:00:00",
|
"lastUpdatedOn": "2024-03-22T09:00:00",
|
||||||
"order_OrderStatuses":
|
"order_OrderStatuses":
|
||||||
@ -1481,8 +1514,6 @@ paths:
|
|||||||
"isActive": true,
|
"isActive": true,
|
||||||
"retailerId": 1001,
|
"retailerId": 1001,
|
||||||
},
|
},
|
||||||
"billingAddressId": 1,
|
|
||||||
"shippingAddressId": 1,
|
|
||||||
"language":
|
"language":
|
||||||
{
|
{
|
||||||
"languageId": 1,
|
"languageId": 1,
|
||||||
@ -1490,6 +1521,8 @@ paths:
|
|||||||
"iso639Code": "nl-NL",
|
"iso639Code": "nl-NL",
|
||||||
"ietfCode": "nl",
|
"ietfCode": "nl",
|
||||||
},
|
},
|
||||||
|
"billingAddressId": 1,
|
||||||
|
"shippingAddressId": 1,
|
||||||
"createdOn": "2024-03-22T09:00:00",
|
"createdOn": "2024-03-22T09:00:00",
|
||||||
"lastUpdatedOn": "2024-03-22T09:00:00",
|
"lastUpdatedOn": "2024-03-22T09:00:00",
|
||||||
"order_OrderStatuses":
|
"order_OrderStatuses":
|
||||||
@ -1609,7 +1642,13 @@ paths:
|
|||||||
"name": "ideal",
|
"name": "ideal",
|
||||||
"provider": "Buckaroo",
|
"provider": "Buckaroo",
|
||||||
},
|
},
|
||||||
"touchPointId": 1,
|
"touchPoint":
|
||||||
|
{
|
||||||
|
"salesTouchpointId": 3,
|
||||||
|
"name": "Website (Perplex)",
|
||||||
|
"isActive": true,
|
||||||
|
"retailerId": 1001,
|
||||||
|
},
|
||||||
"isRefund": false,
|
"isRefund": false,
|
||||||
"htmPaymentReference": "HTM-1234",
|
"htmPaymentReference": "HTM-1234",
|
||||||
"pspPaymentReference": "Buckaroo-1234",
|
"pspPaymentReference": "Buckaroo-1234",
|
||||||
@ -1722,6 +1761,13 @@ paths:
|
|||||||
"orderNumber": "ORD-123456",
|
"orderNumber": "ORD-123456",
|
||||||
"customerProfileId": 1337,
|
"customerProfileId": 1337,
|
||||||
"totalAmount": 121,
|
"totalAmount": 121,
|
||||||
|
"touchPoint":
|
||||||
|
{
|
||||||
|
"salesTouchpointId": 3,
|
||||||
|
"name": "Website (Perplex)",
|
||||||
|
"isActive": true,
|
||||||
|
"retailerId": 1001,
|
||||||
|
},
|
||||||
"language":
|
"language":
|
||||||
{
|
{
|
||||||
"languageId": 1,
|
"languageId": 1,
|
||||||
@ -1731,13 +1777,6 @@ paths:
|
|||||||
},
|
},
|
||||||
"billingAddressId": 1,
|
"billingAddressId": 1,
|
||||||
"shippingAddressId": 1,
|
"shippingAddressId": 1,
|
||||||
"touchPoint":
|
|
||||||
{
|
|
||||||
"salesTouchpointId": 3,
|
|
||||||
"name": "Website (Perplex)",
|
|
||||||
"isActive": true,
|
|
||||||
"retailerId": 1001,
|
|
||||||
},
|
|
||||||
"createdOn": "2024-03-22T09:00:00",
|
"createdOn": "2024-03-22T09:00:00",
|
||||||
"lastUpdatedOn": "2024-03-22T09:00:00",
|
"lastUpdatedOn": "2024-03-22T09:00:00",
|
||||||
"order_OrderStatuses":
|
"order_OrderStatuses":
|
||||||
@ -1999,6 +2038,13 @@ paths:
|
|||||||
"orderNumber": "ORD-123456",
|
"orderNumber": "ORD-123456",
|
||||||
"customerProfileId": 1337,
|
"customerProfileId": 1337,
|
||||||
"totalAmount": 121,
|
"totalAmount": 121,
|
||||||
|
"touchPoint":
|
||||||
|
{
|
||||||
|
"salesTouchpointId": 3,
|
||||||
|
"name": "Website (Perplex)",
|
||||||
|
"isActive": true,
|
||||||
|
"retailerId": 1001,
|
||||||
|
},
|
||||||
"language":
|
"language":
|
||||||
{
|
{
|
||||||
"languageId": 1,
|
"languageId": 1,
|
||||||
@ -2008,13 +2054,6 @@ paths:
|
|||||||
},
|
},
|
||||||
"billingAddressId": 1,
|
"billingAddressId": 1,
|
||||||
"shippingAddressId": 1,
|
"shippingAddressId": 1,
|
||||||
"touchPoint":
|
|
||||||
{
|
|
||||||
"salesTouchpointId": 3,
|
|
||||||
"name": "Website (Perplex)",
|
|
||||||
"isActive": true,
|
|
||||||
"retailerId": 1001,
|
|
||||||
},
|
|
||||||
"createdOn": "2024-03-22T09:00:00",
|
"createdOn": "2024-03-22T09:00:00",
|
||||||
"lastUpdatedOn": "2024-03-22T09:00:00",
|
"lastUpdatedOn": "2024-03-22T09:00:00",
|
||||||
"order_OrderStatuses":
|
"order_OrderStatuses":
|
||||||
@ -2231,6 +2270,13 @@ paths:
|
|||||||
"orderNumber": "ORD-123456",
|
"orderNumber": "ORD-123456",
|
||||||
"customerProfileId": 1337,
|
"customerProfileId": 1337,
|
||||||
"totalAmount": 121,
|
"totalAmount": 121,
|
||||||
|
"touchPoint":
|
||||||
|
{
|
||||||
|
"salesTouchpointId": 3,
|
||||||
|
"name": "Website (Perplex)",
|
||||||
|
"isActive": true,
|
||||||
|
"retailerId": 1001,
|
||||||
|
},
|
||||||
"language":
|
"language":
|
||||||
{
|
{
|
||||||
"languageId": 1,
|
"languageId": 1,
|
||||||
@ -2240,13 +2286,6 @@ paths:
|
|||||||
},
|
},
|
||||||
"billingAddressId": 1,
|
"billingAddressId": 1,
|
||||||
"shippingAddressId": 1,
|
"shippingAddressId": 1,
|
||||||
"touchPoint":
|
|
||||||
{
|
|
||||||
"salesTouchpointId": 3,
|
|
||||||
"name": "Website (Perplex)",
|
|
||||||
"isActive": true,
|
|
||||||
"retailerId": 1001,
|
|
||||||
},
|
|
||||||
"createdOn": "2024-03-22T09:00:00",
|
"createdOn": "2024-03-22T09:00:00",
|
||||||
"lastUpdatedOn": "2024-03-22T09:00:00",
|
"lastUpdatedOn": "2024-03-22T09:00:00",
|
||||||
"order_OrderStatuses":
|
"order_OrderStatuses":
|
||||||
@ -2371,6 +2410,13 @@ paths:
|
|||||||
"orderNumber": "ORD-123456",
|
"orderNumber": "ORD-123456",
|
||||||
"customerProfileId": 1337,
|
"customerProfileId": 1337,
|
||||||
"totalAmount": 0,
|
"totalAmount": 0,
|
||||||
|
"touchPoint":
|
||||||
|
{
|
||||||
|
"salesTouchpointId": 3,
|
||||||
|
"name": "Website (Perplex)",
|
||||||
|
"isActive": true,
|
||||||
|
"retailerId": 1001,
|
||||||
|
},
|
||||||
"language":
|
"language":
|
||||||
{
|
{
|
||||||
"languageId": 1,
|
"languageId": 1,
|
||||||
@ -2380,13 +2426,6 @@ paths:
|
|||||||
},
|
},
|
||||||
"billingAddressId": 1,
|
"billingAddressId": 1,
|
||||||
"shippingAddressId": 1,
|
"shippingAddressId": 1,
|
||||||
"touchPoint":
|
|
||||||
{
|
|
||||||
"salesTouchpointId": 3,
|
|
||||||
"name": "Website (Perplex)",
|
|
||||||
"isActive": true,
|
|
||||||
"retailerId": 1001,
|
|
||||||
},
|
|
||||||
"createdOn": "2024-03-22T09:00:00",
|
"createdOn": "2024-03-22T09:00:00",
|
||||||
"lastUpdatedOn": "2024-03-22T09:00:00",
|
"lastUpdatedOn": "2024-03-22T09:00:00",
|
||||||
"order_OrderStatuses":
|
"order_OrderStatuses":
|
||||||
@ -2515,6 +2554,13 @@ paths:
|
|||||||
"orderNumber": "ORD-123456",
|
"orderNumber": "ORD-123456",
|
||||||
"customerProfileId": 1337,
|
"customerProfileId": 1337,
|
||||||
"totalAmount": 121,
|
"totalAmount": 121,
|
||||||
|
"touchPoint":
|
||||||
|
{
|
||||||
|
"salesTouchpointId": 3,
|
||||||
|
"name": "Website (Perplex)",
|
||||||
|
"isActive": true,
|
||||||
|
"retailerId": 1001,
|
||||||
|
},
|
||||||
"language":
|
"language":
|
||||||
{
|
{
|
||||||
"languageId": 1,
|
"languageId": 1,
|
||||||
@ -2524,13 +2570,6 @@ paths:
|
|||||||
},
|
},
|
||||||
"billingAddressId": 1,
|
"billingAddressId": 1,
|
||||||
"shippingAddressId": 1,
|
"shippingAddressId": 1,
|
||||||
"touchPoint":
|
|
||||||
{
|
|
||||||
"salesTouchpointId": 3,
|
|
||||||
"name": "Website (Perplex)",
|
|
||||||
"isActive": true,
|
|
||||||
"retailerId": 1001,
|
|
||||||
},
|
|
||||||
"createdOn": "2024-03-22T09:00:00",
|
"createdOn": "2024-03-22T09:00:00",
|
||||||
"lastUpdatedOn": "2024-03-22T09:00:00",
|
"lastUpdatedOn": "2024-03-22T09:00:00",
|
||||||
"order_OrderStatuses":
|
"order_OrderStatuses":
|
||||||
@ -2654,8 +2693,19 @@ paths:
|
|||||||
"paymentId": "1a973c85-7a96-41b5-bbf2-7919d6a6db15",
|
"paymentId": "1a973c85-7a96-41b5-bbf2-7919d6a6db15",
|
||||||
"createdOn": "2024-03-22T09:00:00",
|
"createdOn": "2024-03-22T09:00:00",
|
||||||
"amountDebit": 121,
|
"amountDebit": 121,
|
||||||
|
"paymentMethod":
|
||||||
|
{
|
||||||
"paymentMethodId": 1,
|
"paymentMethodId": 1,
|
||||||
"touchPointId": 1,
|
"name": "ideal",
|
||||||
|
"provider": "Buckaroo",
|
||||||
|
},
|
||||||
|
"touchPoint":
|
||||||
|
{
|
||||||
|
"salesTouchpointId": 3,
|
||||||
|
"name": "Website (Perplex)",
|
||||||
|
"isActive": true,
|
||||||
|
"retailerId": 1001,
|
||||||
|
},
|
||||||
"isRefund": false,
|
"isRefund": false,
|
||||||
"htmPaymentReference": "HTM-1234",
|
"htmPaymentReference": "HTM-1234",
|
||||||
"pspPaymentReference": null,
|
"pspPaymentReference": null,
|
||||||
@ -2778,6 +2828,13 @@ paths:
|
|||||||
"orderNumber": "ORD-123456",
|
"orderNumber": "ORD-123456",
|
||||||
"customerProfileId": 1337,
|
"customerProfileId": 1337,
|
||||||
"totalAmount": 121,
|
"totalAmount": 121,
|
||||||
|
"touchPoint":
|
||||||
|
{
|
||||||
|
"salesTouchpointId": 3,
|
||||||
|
"name": "Website (Perplex)",
|
||||||
|
"isActive": true,
|
||||||
|
"retailerId": 1001,
|
||||||
|
},
|
||||||
"language":
|
"language":
|
||||||
{
|
{
|
||||||
"languageId": 1,
|
"languageId": 1,
|
||||||
@ -2787,7 +2844,6 @@ paths:
|
|||||||
},
|
},
|
||||||
"billingAddressId": 1,
|
"billingAddressId": 1,
|
||||||
"shippingAddressId": 1,
|
"shippingAddressId": 1,
|
||||||
"touchpointId": 3,
|
|
||||||
"createdOn": "2024-03-22T09:00:00",
|
"createdOn": "2024-03-22T09:00:00",
|
||||||
"lastUpdatedOn": "2024-03-22T09:00:00",
|
"lastUpdatedOn": "2024-03-22T09:00:00",
|
||||||
"order_OrderStatuses":
|
"order_OrderStatuses":
|
||||||
@ -2863,8 +2919,19 @@ paths:
|
|||||||
"paymentId": "1a973c85-7a96-41b5-bbf2-7919d6a6db15",
|
"paymentId": "1a973c85-7a96-41b5-bbf2-7919d6a6db15",
|
||||||
"createdOn": "2024-03-22T09:00:00",
|
"createdOn": "2024-03-22T09:00:00",
|
||||||
"amountDebit": 121,
|
"amountDebit": 121,
|
||||||
|
"paymentMethod":
|
||||||
|
{
|
||||||
"paymentMethodId": 1,
|
"paymentMethodId": 1,
|
||||||
"touchPointId": 1,
|
"name": "ideal",
|
||||||
|
"provider": "Buckaroo",
|
||||||
|
},
|
||||||
|
"touchPoint":
|
||||||
|
{
|
||||||
|
"salesTouchpointId": 3,
|
||||||
|
"name": "Website (Perplex)",
|
||||||
|
"isActive": true,
|
||||||
|
"retailerId": 1001,
|
||||||
|
},
|
||||||
"isRefund": false,
|
"isRefund": false,
|
||||||
"htmPaymentReference": "HTM-1234",
|
"htmPaymentReference": "HTM-1234",
|
||||||
"pspPaymentReference": "Buckaroo-1234",
|
"pspPaymentReference": "Buckaroo-1234",
|
||||||
@ -2932,6 +2999,183 @@ paths:
|
|||||||
}
|
}
|
||||||
v1.2:
|
v1.2:
|
||||||
value: { "paymentId": "94270188-4cf6-447e-bd49-e8186bcec073" }
|
value: { "paymentId": "94270188-4cf6-447e-bd49-e8186bcec073" }
|
||||||
|
v9.9 (Nick Pows):
|
||||||
|
value:
|
||||||
|
{
|
||||||
|
"orderId": "1e441d7d-50d6-4006-aca7-5e87e2f218df",
|
||||||
|
"externalOrderId": "be8160b3-a7f7-4a63-ad63-09503b2fc4a3",
|
||||||
|
"orderNumber": "ORD-123456",
|
||||||
|
"customerProfileId": 1337,
|
||||||
|
"totalAmount": 121,
|
||||||
|
"touchPoint":
|
||||||
|
{
|
||||||
|
"salesTouchpointId": 3,
|
||||||
|
"name": "Website (Perplex)",
|
||||||
|
"isActive": true,
|
||||||
|
"retailerId": 1001,
|
||||||
|
},
|
||||||
|
"language":
|
||||||
|
{
|
||||||
|
"languageId": 1,
|
||||||
|
"name": "Nederlands",
|
||||||
|
"iso639Code": "nl-NL",
|
||||||
|
"ietfCode": "nl",
|
||||||
|
},
|
||||||
|
"billingAddressId": 1,
|
||||||
|
"shippingAddressId": 1,
|
||||||
|
"createdOn": "2024-03-22T09:00:00",
|
||||||
|
"lastUpdatedOn": "2024-03-22T09:00:00",
|
||||||
|
"order_OrderStatuses":
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"order_orderStatusId": "f1d0e1a7-a3cf-4876-b8f2-073add10667f",
|
||||||
|
"orderStatus":
|
||||||
|
{ "orderStatusId": 1, "name": "concept" },
|
||||||
|
"createdOn": "2024-03-22T09:00:00",
|
||||||
|
"description": "Order is aangemaakt",
|
||||||
|
},
|
||||||
|
],
|
||||||
|
"orderLines":
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"orderLineId": "cccada2c-d5ea-48ab-b4be-f590e16b5468",
|
||||||
|
"externalOrderLineId": null,
|
||||||
|
"productId": 1,
|
||||||
|
"productName": "HTM Maandkorting 20%",
|
||||||
|
"productCode": "HTM-MND-20",
|
||||||
|
"productDescription": "HTM Maandkorting 20%",
|
||||||
|
"taxAmount": 21,
|
||||||
|
"taxCode": "V21",
|
||||||
|
"amountExclTax": 100,
|
||||||
|
"amountInclTax": 121,
|
||||||
|
"quantity": 1,
|
||||||
|
"terms":
|
||||||
|
[
|
||||||
|
"generalTermsAndConditions.pdf",
|
||||||
|
"productTermsAndConditions.pdf",
|
||||||
|
],
|
||||||
|
"createdOn": "2024-03-22T09:00:00",
|
||||||
|
"validFrom": "2024-03-22T09:00:00",
|
||||||
|
"validUntil": null,
|
||||||
|
"orderLineStatus":
|
||||||
|
{ "orderLineStatusId": 1, "name": "pending" },
|
||||||
|
"customerTokens":
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"customerTokenId": "878ad7c1-cd8f-4bcf-a983-1bd8c6e6975e",
|
||||||
|
"tokenType":
|
||||||
|
{ "tokenTypeId": 1, "name": "EMV" },
|
||||||
|
"ovPayTokenId": 1,
|
||||||
|
"serviceReferenceId": "NLOV1234567ABCDEFG",
|
||||||
|
"amount": 34,
|
||||||
|
"ovpasNumber": "OV34567",
|
||||||
|
"verificationCode": "A7H6",
|
||||||
|
"personalAccountData":
|
||||||
|
{
|
||||||
|
"personalAccountDataId": "47db8a40-3238-4bf5-9284-759e3888bd47",
|
||||||
|
"name": "Jan de Vries",
|
||||||
|
"dateOfBirth": "01-01-1970",
|
||||||
|
"photoReference": "DSC_0502.JPG",
|
||||||
|
"fileType": "image/jpg",
|
||||||
|
"challengeType":
|
||||||
|
{
|
||||||
|
"challengeTypeId": 1,
|
||||||
|
"name": "email",
|
||||||
|
},
|
||||||
|
"oneTimePassword": "H5Iiz3JTaQeIV8p",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
],
|
||||||
|
"orderAccountingStatuses": [],
|
||||||
|
"validationResult": true,
|
||||||
|
"validationErrors": [],
|
||||||
|
"additionalRemarks": [],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
"payments":
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"paymentId": "1a973c85-7a96-41b5-bbf2-7919d6a6db15",
|
||||||
|
"createdOn": "2024-03-22T09:00:00",
|
||||||
|
"amountDebit": 121,
|
||||||
|
"paymentMethod":
|
||||||
|
{
|
||||||
|
"paymentMethodId": 1,
|
||||||
|
"name": "ideal",
|
||||||
|
"provider": "Buckaroo",
|
||||||
|
},
|
||||||
|
"touchPoint":
|
||||||
|
{
|
||||||
|
"salesTouchpointId": 3,
|
||||||
|
"name": "Website (Perplex)",
|
||||||
|
"isActive": true,
|
||||||
|
"retailerId": 1001,
|
||||||
|
},
|
||||||
|
"isRefund": false,
|
||||||
|
"htmPaymentReference": "HTM-1234",
|
||||||
|
"pspPaymentReference": "Buckaroo-1234",
|
||||||
|
"paymentStatuses":
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"paymentStatusId": "42eee610-1a17-4f02-be14-7e25d69d35f3",
|
||||||
|
"createdOn": "2024-03-22T09:00:00",
|
||||||
|
"statusCode": "?",
|
||||||
|
"statusDescription": "Initiated",
|
||||||
|
"statusSubCode": "?",
|
||||||
|
"statusSubDescription": "PaymentInitiated",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"paymentStatusId": "b9893367-0cab-45a8-89f9-03a14d6cd138",
|
||||||
|
"createdOn": "2024-03-22T09:00:00",
|
||||||
|
"statusCode": "791",
|
||||||
|
"statusDescription": "Pending processing",
|
||||||
|
"statusSubCode": "S001",
|
||||||
|
"statusSubDescription": "PendingProcessing",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"paymentStatusId": "9edfb9ad-f5b3-4edc-8216-7cd0070b03f3",
|
||||||
|
"createdOn": "2024-03-22T09:01:00",
|
||||||
|
"statusCode": "190",
|
||||||
|
"statusDescription": "Success",
|
||||||
|
"statusSubCode": "S001",
|
||||||
|
"statusSubDescription": "PaymentSuccessful",
|
||||||
|
},
|
||||||
|
],
|
||||||
|
"mandateInput":
|
||||||
|
{
|
||||||
|
"mandateInputId": "7e3c7b4e-2b4d-4e0b-8f8b-0e8d9f0a2c3b",
|
||||||
|
"consumerIssuer": "ABN AMRO",
|
||||||
|
"transactionId": "0000000000000001",
|
||||||
|
"consumerName": "J. de Vries",
|
||||||
|
"consumerIBAN": "NL44RABO0123456789",
|
||||||
|
"consumerBIC": "RABONL2U",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
],
|
||||||
|
"orderCustomers":
|
||||||
|
{
|
||||||
|
"orderCustomerId": "94270188-4cf6-447e-bd49-e8186bcec073",
|
||||||
|
"birthname": "Jan",
|
||||||
|
"surname": "Vries",
|
||||||
|
"prefix": "de",
|
||||||
|
"emailAddress": "jandevries@outlook.com",
|
||||||
|
"dateOfBirth": "1970-01-01",
|
||||||
|
"orderCustomerAddresses":
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"orderCustomerAddressId": "94270188-4cf6-447e-bd49-e8186bcec073",
|
||||||
|
"addressTypeId":
|
||||||
|
{ "addressTypeId": 1, "name": "Billing" },
|
||||||
|
"street": "Kon. Julianaplein",
|
||||||
|
"houseNumber": 10,
|
||||||
|
"houseNumberSuffix": "a",
|
||||||
|
"postalCode": "2595 AA",
|
||||||
|
"city": "Den Haag",
|
||||||
|
"country": "NL",
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
}
|
||||||
/orders/{orderId}/ordercustomers:
|
/orders/{orderId}/ordercustomers:
|
||||||
parameters:
|
parameters:
|
||||||
- in: path
|
- in: path
|
||||||
@ -3022,6 +3266,13 @@ paths:
|
|||||||
"orderNumber": "ORD-123456",
|
"orderNumber": "ORD-123456",
|
||||||
"customerProfileId": 1337,
|
"customerProfileId": 1337,
|
||||||
"totalAmount": 121,
|
"totalAmount": 121,
|
||||||
|
"touchPoint":
|
||||||
|
{
|
||||||
|
"salesTouchpointId": 3,
|
||||||
|
"name": "Website (Perplex)",
|
||||||
|
"isActive": true,
|
||||||
|
"retailerId": 1001,
|
||||||
|
},
|
||||||
"language":
|
"language":
|
||||||
{
|
{
|
||||||
"languageId": 1,
|
"languageId": 1,
|
||||||
@ -3031,13 +3282,6 @@ paths:
|
|||||||
},
|
},
|
||||||
"billingAddressId": 1,
|
"billingAddressId": 1,
|
||||||
"shippingAddressId": 1,
|
"shippingAddressId": 1,
|
||||||
"touchPoint":
|
|
||||||
{
|
|
||||||
"salesTouchpointId": 3,
|
|
||||||
"name": "Website (Perplex)",
|
|
||||||
"isActive": true,
|
|
||||||
"retailerId": 1001,
|
|
||||||
},
|
|
||||||
"createdOn": "2024-03-22T09:00:00",
|
"createdOn": "2024-03-22T09:00:00",
|
||||||
"lastUpdatedOn": "2024-03-22T09:00:00",
|
"lastUpdatedOn": "2024-03-22T09:00:00",
|
||||||
"order_OrderStatuses":
|
"order_OrderStatuses":
|
||||||
@ -3203,6 +3447,13 @@ paths:
|
|||||||
"orderNumber": "ORD-123456",
|
"orderNumber": "ORD-123456",
|
||||||
"customerProfileId": 1337,
|
"customerProfileId": 1337,
|
||||||
"totalAmount": 121,
|
"totalAmount": 121,
|
||||||
|
"touchPoint":
|
||||||
|
{
|
||||||
|
"salesTouchpointId": 3,
|
||||||
|
"name": "Website (Perplex)",
|
||||||
|
"isActive": true,
|
||||||
|
"retailerId": 1001,
|
||||||
|
},
|
||||||
"language":
|
"language":
|
||||||
{
|
{
|
||||||
"languageId": 1,
|
"languageId": 1,
|
||||||
@ -3212,13 +3463,6 @@ paths:
|
|||||||
},
|
},
|
||||||
"billingAddressId": 1,
|
"billingAddressId": 1,
|
||||||
"shippingAddressId": 1,
|
"shippingAddressId": 1,
|
||||||
"touchPoint":
|
|
||||||
{
|
|
||||||
"salesTouchpointId": 3,
|
|
||||||
"name": "Website (Perplex)",
|
|
||||||
"isActive": true,
|
|
||||||
"retailerId": 1001,
|
|
||||||
},
|
|
||||||
"createdOn": "2024-03-22T09:00:00",
|
"createdOn": "2024-03-22T09:00:00",
|
||||||
"lastUpdatedOn": "2024-03-22T09:00:00",
|
"lastUpdatedOn": "2024-03-22T09:00:00",
|
||||||
"order_OrderStatuses":
|
"order_OrderStatuses":
|
||||||
@ -3388,6 +3632,13 @@ paths:
|
|||||||
"orderNumber": "ORD-123456",
|
"orderNumber": "ORD-123456",
|
||||||
"customerProfileId": 1337,
|
"customerProfileId": 1337,
|
||||||
"totalAmount": 121,
|
"totalAmount": 121,
|
||||||
|
"touchPoint":
|
||||||
|
{
|
||||||
|
"salesTouchpointId": 3,
|
||||||
|
"name": "Website (Perplex)",
|
||||||
|
"isActive": true,
|
||||||
|
"retailerId": 1001,
|
||||||
|
},
|
||||||
"language":
|
"language":
|
||||||
{
|
{
|
||||||
"languageId": 1,
|
"languageId": 1,
|
||||||
@ -3397,13 +3648,6 @@ paths:
|
|||||||
},
|
},
|
||||||
"billingAddressId": 2,
|
"billingAddressId": 2,
|
||||||
"shippingAddressId": 1,
|
"shippingAddressId": 1,
|
||||||
"touchPoint":
|
|
||||||
{
|
|
||||||
"salesTouchpointId": 3,
|
|
||||||
"name": "Website (Perplex)",
|
|
||||||
"isActive": true,
|
|
||||||
"retailerId": 1001,
|
|
||||||
},
|
|
||||||
"createdOn": "2024-03-22T09:00:00",
|
"createdOn": "2024-03-22T09:00:00",
|
||||||
"lastUpdatedOn": "2024-03-22T09:00:00",
|
"lastUpdatedOn": "2024-03-22T09:00:00",
|
||||||
"order_OrderStatuses":
|
"order_OrderStatuses":
|
||||||
@ -3561,6 +3805,13 @@ paths:
|
|||||||
"orderNumber": "ORD-123456",
|
"orderNumber": "ORD-123456",
|
||||||
"customerProfileId": 1337,
|
"customerProfileId": 1337,
|
||||||
"totalAmount": 121,
|
"totalAmount": 121,
|
||||||
|
"touchPoint":
|
||||||
|
{
|
||||||
|
"salesTouchpointId": 3,
|
||||||
|
"name": "Website (Perplex)",
|
||||||
|
"isActive": true,
|
||||||
|
"retailerId": 1001,
|
||||||
|
},
|
||||||
"language":
|
"language":
|
||||||
{
|
{
|
||||||
"languageId": 1,
|
"languageId": 1,
|
||||||
@ -3570,13 +3821,6 @@ paths:
|
|||||||
},
|
},
|
||||||
"billingAddressId": 1,
|
"billingAddressId": 1,
|
||||||
"shippingAddressId": 1,
|
"shippingAddressId": 1,
|
||||||
"touchPoint":
|
|
||||||
{
|
|
||||||
"salesTouchpointId": 3,
|
|
||||||
"name": "Website (Perplex)",
|
|
||||||
"isActive": true,
|
|
||||||
"retailerId": 1001,
|
|
||||||
},
|
|
||||||
"createdOn": "2024-03-22T09:00:00",
|
"createdOn": "2024-03-22T09:00:00",
|
||||||
"lastUpdatedOn": "2024-03-22T09:00:00",
|
"lastUpdatedOn": "2024-03-22T09:00:00",
|
||||||
"order_OrderStatuses":
|
"order_OrderStatuses":
|
||||||
@ -3714,6 +3958,13 @@ paths:
|
|||||||
"orderNumber": "ORD-123456",
|
"orderNumber": "ORD-123456",
|
||||||
"customerProfileId": 1337,
|
"customerProfileId": 1337,
|
||||||
"totalAmount": 0,
|
"totalAmount": 0,
|
||||||
|
"touchPoint":
|
||||||
|
{
|
||||||
|
"salesTouchpointId": 3,
|
||||||
|
"name": "Website (Perplex)",
|
||||||
|
"isActive": true,
|
||||||
|
"retailerId": 1001,
|
||||||
|
},
|
||||||
"language":
|
"language":
|
||||||
{
|
{
|
||||||
"languageId": 1,
|
"languageId": 1,
|
||||||
@ -3723,13 +3974,6 @@ paths:
|
|||||||
},
|
},
|
||||||
"billingAddressId": 1,
|
"billingAddressId": 1,
|
||||||
"shippingAddressId": 1,
|
"shippingAddressId": 1,
|
||||||
"touchPoint":
|
|
||||||
{
|
|
||||||
"salesTouchpointId": 3,
|
|
||||||
"name": "Website (Perplex)",
|
|
||||||
"isActive": true,
|
|
||||||
"retailerId": 1001,
|
|
||||||
},
|
|
||||||
"createdOn": "2024-03-22T09:00:00",
|
"createdOn": "2024-03-22T09:00:00",
|
||||||
"lastUpdatedOn": "2024-03-22T09:00:00",
|
"lastUpdatedOn": "2024-03-22T09:00:00",
|
||||||
"order_OrderStatuses":
|
"order_OrderStatuses":
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user