action frankiefinancial_create_check_entity_push_to_mobile { label: "Create Entity and Push Self-Verification Link" description: "Create an 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. \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/new/verify/pushToMobile" encoding: json output: { type: "object" additionalProperties: true } }