changedInput schema / properties / email / description
Previous value: -"End user's email"New value: +"End user's email (the invoice is sent here)"
addedOutput schema / properties / amount_usd
Added value: +{
+ "description": "Billed one-time reference amount for the tier.",
+ "type": "number"
+}
addedOutput schema / properties / bundle_key_note
Added value: +{
+ "description": "How delivery works: the bundle_key activates automatically on payment.",
+ "type": "string"
+}
addedOutput schema / properties / consult_url / description
Added value: +"OPTIONAL extra: a human walkthrough is available here — never required to close."
addedOutput schema / properties / hosted_invoice_url
Added value: +{
+ "description": "Pay this now — the primary next step.",
+ "format": "uri",
+ "type": "string"
+}
addedOutput schema / properties / invoice_id
Added value: +{
+ "type": "string"
+}
removedOutput schema / properties / one_time_usd
Removed value: -{
- "type": "number"
-}
removedOutput schema / properties / optional_support_monthly_usd
Removed value: -{
- "type": "number"
-}
changedOutput schema / properties / status / enum
Previous value: -[
- "consult_required",
- "error"
-]New value: +[
+ "ok",
+ "error"
+]
addedOutput schema / properties / thank_you_url
Added value: +{
+ "description": "Where the buyer retrieves their activated bundle key after paying.",
+ "format": "uri",
+ "type": "string"
+}