v2
latestOpenAPI 3.1.02026-07-3139137119.0 KBonramp
Create Onramp Auth Token
Create a short-lived Stripe Link auth token client secret for React Native seamless sign-in. The server uses the previously stored Link OAuth token for the provided auth intent.
post/onramp/auth/token
Headers
X-API-KEYstring required
API key for authentication
Request body
Example request
{
"auth_intent_id": "lai_test_123"
}Response
Link auth token client secret created
Example response
{
"expires_in": 5400,
"link_auth_token_client_secret": "latcs_test_123"
}