Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 9 additions & 4 deletions docs/specification/split-payments.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,13 +107,18 @@ if any valid assignment exists, the combination matches.
A business that supports (a) a card with up to 2 redeemables, (b) up to 5
gift cards alone, and (c) two credit cards:

<!-- ucp:example skip reason="illustrative business profile fragment showing allowed_combinations shape" -->
<!-- ucp:example schema=profile def=business_schema extract=$.capabilities target=$.ucp.capabilities -->
```json
{
"capabilities": [{
"capabilities": {
"dev.ucp.shopping.split_payments": [
{
"version": "2026-01-23",
"version": "{{ ucp_version }}",
"spec": "https://ucp.dev/{{ ucp_version }}/specification/split-payments",
"schema": "https://ucp.dev/{{ ucp_version }}/schemas/shopping/split_payments.json",
"extends": [
"dev.ucp.shopping.checkout"
],
"config": {
"allowed_combinations": [
[
Expand All @@ -130,7 +135,7 @@ gift cards alone, and (c) two credit cards:
}
}
]
}]
}
}
```

Expand Down
Loading