Allows Issuer to update the Issuer details to the Carbon Calculator Experience platform.

PUT {{baseUrl}}/issuers

Allows a registered Issuer to update the configuration details to the Carbon Calculator Experience API.

Request Body

{"supportedAccountRange"=>"534403,518145,518152,5403,5424", "privacyNoticeURL"=>"https://www.issuer.privacy-policy-url.html", "termsAndConditionURL"=>"https://www.issuer.term-and-conditions.html", "optOutURL"=>"https://www.issuer.opt-out-url.html", "preferredTheme"=>{"backgroundColor"=>"#FFFFFF", "widgetBackgroundColor"=>"#FFFFFF", "fontColor"=>"#000000", "buttonColor"=>"#999999", "barGraphColor"=>"#111111", "buttonTextColor"=>"#FFFFFF", "titleFontType"=>"Mark Offc For MC", "titleFontSize"=>"28px", "subTitleFontType"=>"Mark Offc For MC", "subTitleFontSize"=>"20px", "paragraphFontType"=>"Mark Offc For MC", "paragraphFontSize"=>"15px", "buttonTextFontType"=>"Mark Offc For MC", "buttonTextFontSize"=>"15px", "linkFontType"=>"Mark Offc For MC", "linkFontSize"=>"15px"}}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{"clientId":"fjl2fxzsYl1OpvxkBItC9nVw1PSQc_b-eQMcmQFg011ab4b5","customerId":"12345","supportedAccountRange":"534403,518145,518152,5403,5424","status":"ACTIVE","termsAndConditionURL":"https://www.issuer.term-and-conditions.html","privacyNoticeURL":"https://www.issuer.privacy-policy-url.html","optOutURL":"https://www.issuer.opt-out-url.html","preferredTheme":{"backgroundColor":"#FFFFFF","widgetBackgroundColor":"#FFFFFF","fontColor":"#000000","barGraphColor":"#111111","buttonColor":"#999999","buttonTextColor":"#FFFFFF","titleFontType":"Mark Offc For MC","titleFontSize":"28px","subTitleFontType":"Mark Offc For MC","subTitleFontSize":"20px","paragraphFontType":"Mark Offc For MC","paragraphFontSize":"15px","buttonTextFontType":"Mark Offc For MC","buttonTextFontSize":"15px","linkFontType":"Mark Offc For MC","linkFontSize":"15px"}}