Updates an existing order groupput https://api.rabobank.nl/api/v1/order-groups/{orderGroupId}Updates an existing order group.Recent RequestsLog in to see full request historyTimeStatusUser Agent Retrieving recent requests…LoadingLoading…Path ParamsorderGroupIdint64requiredThe order group IDBody Paramsdiscount_descriptionstringOptional discount description.discount_percentagenumberOptional discount percentage.namestringlength between 0 and 255The name of reference for the order group.order_itemsarray of objectsThe order items. Order items can be added later but at least one should exist when performing payments on the order group.order_itemsADD objectthird_party_idstringlength between 0 and 255The optional (unique) third party ID such as invoice numbers.user_idint64Optional user ID. This can be used to show specific order groups only to the user with the ID set with this property.visiblebooleanWhether the order group should be visible (for example in the SmartPin app).truefalseHeadersContractstringThe contract IDResponses 200Order group has been updated successfully 400Invalid data provided to update an order group 403Forbidden to update an order group 404Order group does not existUpdated 9 months ago