Documentation Index Fetch the complete documentation index at: https://docs.flatpeak.com/llms.txt
Use this file to discover all available pages before exploring further.
This page allows the customer to leave the VPP programme. The customer can review the implications of leaving, such as loss of benefits or incentives, and confirm their decision to exit the programme.
Connect response
Your POST to Connect (data)
Your POST to Connect (action)
{
"connect_token" : "cot_6587fa4362341be5b524de3b" ,
"route" : "vpp_summary" ,
"live_mode" : true ,
"data" : {
"postal_address" : {
"address_line1" : "1-3 Strand" ,
"address_line2" : "" ,
"city" : "London" ,
"state" : "Greater London" ,
"post_code" : "WC2N 5EH" ,
"country_code" : ""
},
"personal_details" : {
"first_name" : "" ,
"last_name" : "" ,
"email" : "" ,
"phone" : ""
}
}
}
Actions Following actons are supported when responding to Connect on this route: Action Result ADDRESS_CHANGEReturns Postal Address page BACKReturns previous page. If unavailable, returns callback_url. CLOSEReturns callback_url you specified when creating the Connect token.
Errors When you POST your response to Connect, the following validation errors may be returned: Error Code Error Description email_invalidEmail is invalid. phone_invalidPhone number is invalid. data_json_invalidData does not conform to the JSON schema.