get_sign_action
Starts passwordless-payment signing for the current authorized user: the gateway first checks the user’s signing status, requests a signing address upstream if not yet signed, and issues anaction that opens the signing H5 page. Already-signed users get no signing link.
Signing flow: call this tool to get an
action; if action.action_type is open_h5, send the user to action.action_url (the H5 signing page) to complete signing, after which the browser returns to the return_url you provided. Then poll the result with get_sign_status. If action.action_type is none, the user is already signed and no page needs to be opened. Signing is a prerequisite for placing passwordless-payment orders.Parameters
Returns
Error Codes
See Error Handling for the full list.

