update_checkout_info
Update a checkout session with buyer information.
Provide the information the merchant requested (email, name, shipping address, discount codes). Call this after start_checkout when the merchant indicates what information is still needed.
If the response has status 'requires_escalation', share the continue_url with the user so they can complete payment in their browser.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| buyer_name | No | Buyer's full name | |
| buyer_email | No | Buyer's email address | |
| checkout_id | Yes | The checkout session ID from start_checkout | |
| discount_code | No | Discount or promo code to apply | |
| shipping_address | No | Shipping address as a single string (the merchant will parse it) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |