v2

OpenAPI 3.1.02026-07-3139137119.0 KB
onramp

Get Onramp Verification Status

Retrieve normalized Stripe CryptoCustomer KYC and identity verification status after Link authentication or after KYC steps. The server exchanges or reuses the Link OAuth token and never returns it to the client.

post/onramp/verification/status

Headers

X-API-KEYstring required

API key for authentication

Request body

auth_intent_idstring required

Stripe Link auth intent ID used by the embedded component authenticate() call

crypto_customer_idstring required

Crypto customer ID returned by the Stripe embedded component after Link authentication

Example request

{
  "auth_intent_id": "lai_test_123",
  "crypto_customer_id": "ccus_test_123"
}

Response

Crypto customer verification status

crypto_customer_idstring required
kyc_requiredboolean required
kyc_statusstring
kyc_current_tierstring
kyc_regionstring nullable
kyc_next_stepstring
identity_verification_requiredboolean required
identity_verification_statusstring
provided_fieldsstring[]