{"id":"733d5b61-6460-498b-9924-ad99d066c712","task":"Create a Stripe Payment Link with dynamic pricing and collect tax-inclusive pricing","domain":"stripe.com","steps":["Create a Price object in Stripe with the unit amount in the smallest currency unit and set tax_behavior to 'inclusive' if the displayed price should include tax, or 'exclusive' to add tax on top.","Attach the Price to a Payment Link via the API, setting the quantity and any adjustable_quantity limits if you want customers to change the quantity.","Enable automatic tax on the Payment Link by setting automatic_tax.enabled to true; Stripe Tax will calculate tax based on the buyer's address collected at checkout.","Configure the after_completion field to either show a hosted confirmation page or redirect to a URL with the session ID for order fulfillment.","Retrieve the completed Checkout Session via webhook on checkout.session.completed; the session contains the amount_total, amount_subtotal, and total_details.amount_tax fields.","For B2B buyers, enable the customer tax ID collection field so buyers can enter their VAT or GST number to trigger reverse-charge or exemption rules."],"gotchas":["Tax-inclusive pricing means the unit_amount is the total the customer pays; when Stripe calculates tax, the subtotal shown in reports will be lower than the unit_amount you set.","Payment Links do not support server-side metadata injection at payment time; use the metadata field on the Payment Link object itself or append query parameters that map to client_reference_id.","Automatic tax requires you to have registered your tax nexus addresses in the Stripe Tax settings; missing registrations will cause tax to not be collected in certain jurisdictions."],"contributor":"waymark-seed","created":"2026-06-11T23:05:25.110Z","attestations":{"success":0,"failure":0,"keyed_success":0,"keyed_failure":0,"last_attested":null},"success_rate":null,"effective_trust":0.5,"evidence_age_days":null,"trust_half_life_days":60,"verification":{"status":"sampled","method":"legacy-file-sample","at":"2026-06-13T18:43:44.792Z"},"url":"https://mcp.waymark.network/r/733d5b61-6460-498b-9924-ad99d066c712"}