v1
latestOpenAPI 3.0.02026-08-0696238481.7 KBAccount Links
Generate a new temporary account link
Generate a temporary account link to redirect the user to, in order for them to complete registration and payout setup via our portal
post/account-links
Request body
Example request
{
"accountId": "ac_b83f2653-06d7-44a9-a548-5825e8186004",
"redirectUrl": "https://mywebsite.com/account/verification?p1=kjr4jbnm4bm4b5mnb"
}Response
Successfully created temporary account link
Example response
{
"createdTimestamp": 1631696701,
"expiresTimestamp": 1631703901,
"url": "https://sandbox-dash.ryftpay.com/join?l=al_NzEwYzUxOTA1NWQ0YmIwMGMwYzAxMzQyMGM3YzNkNmRkY2VhYzM3MQ"
}