Connect Workflow
Manifest handles:
requested_permissions
you set on their account connection. Only ask for permissions you need to use; asking for more than you need might cause creators to opt-out of connecting to you. See Account Connections for how to set requested permissions. Supported permissions:
Permission | Description |
---|---|
payment.credit | Deposit to creator accounts. |
payment.debit | Debit creator accounts. (type direct connections only) |
return_url
. The Connect Link object includes a unique url
to initiate the Connect flow that you should redirect your user to. Only open this URL during an authenticated session in your platform’s application.
Connect links can be used only once, and expire 10 minutes after creation.
return_url
, or if embedded will post messages to your app (see the embed guides in the left navigation). You should then check the details of the account connection you’ve stored in your system to see the results.
return_url
while in test mode (for example, to test with localhost), but you can only use HTTPS in live mode. Be sure to swap testing URLs for HTTPS URLs before going live.account_connection.update
webhook notification.