# 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 Endpoint: POST /account-links Version: 1.1.0 Security: secretApiKeyAuth ## Request fields (application/json): - `accountId` (string) The account id for which the payout verification is required Example: "ac_b83f2653-06d7-44a9-a548-5825e8186004" - `redirectUrl` (string) The URL to redirect back to on completion or cancelation of the verification detail Example: "https://mywebsite.com/account/verification?p1=kjr4jbnm4bm4b5mnb" ## Response 200 fields (application/json): - `createdTimestamp` (integer) The epoch timestamp (seconds) when the temporary account link was created Example: 1631696701 - `expiresTimestamp` (integer) The epoch timestamp (seconds) when the temporary account link expires Example: 1631703901 - `url` (string) The URL to redirect to. Example: "https://sandbox-dash.ryftpay.com/join?l=al_NzEwYzUxOTA1NWQ0YmIwMGMwYzAxMzQyMGM3YzNkNmRkY2VhYzM3MQ" ## Response 400 fields (application/json): - `requestId` (string) Example: "b83f2653-06d7-44a9-a548-5825e8186004" - `code` (string) Example: "400" - `errors` (array) - `errors.message` (string) Example: "Required property 'amount' not found in JSON" ## Response 500 fields (application/json): - `requestId` (string) Example: "b83f2653-06d7-44a9-a548-5825e8186004" - `code` (string) Example: "400" - `errors` (array) - `errors.message` (string) Example: "Required property 'amount' not found in JSON"