Import Sumsub reusable KYC share token
Submit a fresh Sumsub reusable KYC share token after Sumsub approves the applicant. Send the CPF whenever it is known; supply taxId instead when the applicant was verified with a document that carries no CPF, such as a passport. Pods validates the identifier, stores only a salted hash plus the last four digits, and revalidates any unique approved Avenia identity already associated with it. An approved match is reused in a new customer-scoped profile without consuming the fresh token. Otherwise, Pods creates or reuses the customer profile and Avenia subaccount, imports the token into Avenia, and returns a Pods-generated kycUserId. A submission without a CPF cannot be matched against identities approved under one, so it may be rejected downstream by Avenia as a duplicate tax id.
Authorizations
API key for authentication. Obtain from your Pods dashboard.
Body
Reusable KYC share token import payload. At least one of cpf or taxId is required; sending both is allowed and cpf is what identity matching uses.
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"
Applicant email
Applicant wallet. Checksummed EVM address or Solana public key.
"EXYhCNamLPFfSMekSn7Lzc2cP32aZpRa7ok5gErdJzcj"
Brazilian CPF. Optional, and accepted alongside any taxIdCountry — a foreign national resident in Brazil holds both. Send it whenever it is known: it is what lets Pods reuse an already-approved identity instead of creating a duplicate at Avenia, and it is what opens the BRL rail. Pods stores only a salted hash and the last four digits.
"52998224725"
Tax identifier for an applicant verified with a document that carries no CPF, such as a passport, or whose jurisdiction is not Brazil. Supply either cpf or taxId; when taxIdCountry is BRA and the value is itself a valid CPF, Pods treats it as one. Pods stores only a salted hash and the last four digits.
"FX1234567"
ISO 3166-1 alpha-3 jurisdiction of the tax id (for example BRA or USA). Required whenever the tax id is not a CPF; it is inferred as BRA only when a cpf is sent or the taxId itself passes the CPF check digits. The country is part of the stored identity hash, so the same digits under two jurisdictions are two different identities — and a profile submitted under the wrong country cannot be corrected afterwards. A profile without a CPF does not receive the BRL ramp; unlock USD with POST /api/v1/kyc/currency-unlock.
3"BRA"
Response
KYC token import submitted or approved Avenia identity reused
KYC import submission result