Import foreign Sumsub reusable KYC share token
Submit a fresh Sumsub reusable KYC share token for a non-Brazil applicant after Sumsub approves the verification. Pods validates the foreign tax id, stores only a salted hash plus the last four digits, creates or reuses the customer profile and Avenia subaccount, imports the token into Avenia, and returns a Pods-generated kycUserId. Poll GET /api/v1/kyc/status until status is approved, then call POST /api/v1/kyc/currency-unlock to enable USD ramps.
Authorizations
API key for authentication. Obtain from your Pods dashboard.
Body
Foreign reusable KYC share token import payload (non-Brazil tax id)
Applicant email
Fresh Sumsub reusable KYC share token generated for the Avenia recipient
"SUMSUB_SHARE_TOKEN"
Unique Sumsub applicant id from the approved applicantReviewed webhook. Pods uses it for customer-scoped idempotency.
"6a3502bf7fee2fab5377cb1e"
Foreign tax identifier (for example SSN or national ID). Pods stores only a salted hash and the last four digits.
"123456789"
ISO 3166-1 alpha-3 country code for the tax id (for example USA)
3"USA"
Applicant wallet. Checksummed EVM address or Solana public key.
"EXYhCNamLPFfSMekSn7Lzc2cP32aZpRa7ok5gErdJzcj"
Response
Foreign KYC token import submitted
KYC import submission result