CheckoutQuoteInputType
Input fields
True if the customer has accepted the terms and conditions.
Account user metadata.
The billing frequency.
The customer's billing name (only required for direct debit).
Consents for Distribution Network Operators.
Deprecation
The 'consentData' field is deprecated.Consents are now set per supply point ID. Please use 'consentDataPerSupplyPointId' instead.
- Marked as deprecated on 2024-03-20.
- Scheduled for removal on or after 2024-05-20.
Consents per supply point for Distribution Network Operators.
Consents to update for account user.
The IBAN number.
The preferred day of the month the customer wants the payment to occur (only required for direct debit).
The vendor reference.
Comms preferences.
Deprecation
The 'preferences' field is deprecated.Preferences field use the legacy system. Please use 'consents' instead.
- Marked as deprecated on 2025-02-05.
- Scheduled for removal on or after 2025-05-01.
The code for the quote to be checked out.
Requires postal communications.
The payment method for the schedule.
The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.
Example
{
"acceptedTAndC": true,
"accountUserMetadata": MetadataInput,
"billingFrequency": "MONTHLY",
"billingName": "laugh-senior-example-environmental-something",
"consentDataPerSupplyPointId": IndustryConsentDataPerSupplyPointInput,
"consents": ConsentTypeInput,
"iban": "continue-face-cold-effort-weight",
"paymentDay": 85,
"paymentInstructionVendorReference": "evening-represent-lawyer-focus-listen",
"quoteCode": "57e54acc-62f5-480c-8fdf-8e1a060cea63",
"requiresPostalComms": true,
"scheduleType": "BACS_TRANSFER"
}