v1
latestOpenAPI 3.0.02026-08-0696238481.7 KBAccounts
Create a link for a sub account to authorize their account
We recommend calling this endpoint first when you onboard your users to cater for those that may already have Ryft accounts. If the email supplied is not registered with Ryft then you should instead use our account-links API to register a new user. This API can only be accessed for Hosted sub accounts.
post/accounts/authorize
Request body
Example request
{
"email": "test@ryftpay.com",
"redirectUrl": "https://mywebsite.com/account/verification?p1=kjr4jbnm4bm4b5mnb"
}Response
Successfully created temporary auth link
Example response
{
"createdTimestamp": 1631696701,
"expiresTimestamp": 1631703901,
"url": "https://sandbox-dash.ryftpay.com/signin?atl=123"
}