v1

latestOpenAPI 3.0.02026-08-0696238481.7 KB
Account 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

accountIdstring

The account id for which the payout verification is required

redirectUrlstring

The URL to redirect back to on completion or cancelation of the verification detail

Example request

{
  "accountId": "ac_b83f2653-06d7-44a9-a548-5825e8186004",
  "redirectUrl": "https://mywebsite.com/account/verification?p1=kjr4jbnm4bm4b5mnb"
}

Response

Successfully created temporary account link

createdTimestampinteger

The epoch timestamp (seconds) when the temporary account link was created

expiresTimestampinteger

The epoch timestamp (seconds) when the temporary account link expires

urlstring

The URL to redirect to.

Example response

{
  "createdTimestamp": 1631696701,
  "expiresTimestamp": 1631703901,
  "url": "https://sandbox-dash.ryftpay.com/join?l=al_NzEwYzUxOTA1NWQ0YmIwMGMwYzAxMzQyMGM3YzNkNmRkY2VhYzM3MQ"
}