action frankiefinancial_update_check_entity_push_to_mobile { label: "Update Entity and Push Self-Verification Link" description: "Update an existing entity object and begin the process of verification after pushing a message to a mobile number. \nThe entity will receive a link on their mobile and will then be guided through a series of steps to capture and OCR scan their ID, and perform a selfie comparison. We'll then attempt to verify the data received and push a notification back to the calling customer.\n\nAt a minimum, you will need to supply the name and a MOBILE_PHONE document type. \nIf you wish to skip the detail capture and jump straight to the ID and selfie capture, the append the call with the ?phase=2 parameter.\n\n\nSPECIAL NOTE: This will only ever return a 202 response if successfully accepted. You will need to ensure your account is configured for push notifications. Contact developer supprt to arrange this.\n" provider: frankiefinancial method: POST path: "/entity/{entityId}/verify/pushToMobile" encoding: json output: { type: "object" additionalProperties: true } }