submit_delegation_otp
ActiveTool of Synchronity
Submit the 6-digit code the buyer received by email (from request_delegation with an email) to approve the delegation in-chat. On success returns a delegation_token to use as buyer_delegation_token for checkout/payment. You cannot obtain this code yourself — the user must read it from their email and give it to you.
Parameters schema
{
"type": "object",
"required": [
"device_code",
"code"
],
"properties": {
"code": {
"type": "string",
"description": "The 6-digit code the buyer read from their email"
},
"site_id": {
"type": "string",
"description": "Registered site ID (optional if DEFAULT_SITE_ID is set)"
},
"device_code": {
"type": "string",
"description": "device_code returned by request_delegation"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Synchronity
https://github.com/themewireco/synchronity
2/7 registries