Skip to main content
Returns a short-lived access token for the on-ramp’s identity widget. The buyer verifies inside their flow, not ours - documents and selfies never touch Rheon, and never touch you. Use this when /card/purchase comes back with status: "pending".

Request

string
required
The buyer’s email. Verification is keyed to it, so use the same address you pass to /card/purchase.

Response

string
Token to hand to the identity widget. Short-lived - fetch it when you are about to mount the widget, not in advance.
string
The applicant’s identifier in the identity provider’s system.
After the buyer submits, verification is not instant. /card/purchase keeps returning pending while it is under review, which is a normal state and not an error. Poll it rather than blocking the buyer on a spinner.

Errors