====== GetTermsRequest ====== ==== Overview ==== **GetTermsRequest** will return the pricing terms of a package. This method is used by the [[:developer_guide:developer_guide:terms_widget|Terms Widget]], which displays the pricing in a format that can be styled easily with CSS. **Learn More:** * [[:developer_guide:developer_guide#using-the-apis|Using the APIs]] * [[:developer_guide:developer_guide#http-status-code|HTTP Status Codes]] * [[:developer_guide:developer_guide#error-codes|Error Codes]] * [[:developer_guide:developer_guide#troubleshooting|Troubleshooting]] ===== GetTermsRequest ===== ==== XML ==== string ==== Elements ==== ^ Name ^ Type ^ Occurrence ^ Meaning ^ | **GetTermsRequest** | container | required | Parent Element | | LinkID | string | required | The Subscription Package ID. [[:developer_guide:developer_guide:LinkID|Learn More]] | ===== GetTermsResponse ===== ==== XML ==== string timestamp string string string ==== Elements ==== ^ Name ^ Type ^ Occurrence ^ Meaning ^ | **GetTermsResponse** | container | required | Parent Element | | Ack | string | always | Success, Error, or Warning | | Timestamp | string | always | All responses return the official SB time stamp in UTC/GMT | | TermsBilling | string | always | Billing terms (e.g. $45.00 per month) | | TermsTrialBilling | string | conditional | Billing trial terms, if available (e.g. Free for 7 days) | | TermsCustom | string | always | Custom text that you can add via the Merchant Center. Useful to explain additional charges (e.g. Plus Tax and Shipping) |