Short answer: No, not in the way you’re describing.
What Dodo supports today:
- Cards are automatically tokenized and stored securely after a successful payment or setup via Checkout.
- You can reuse the saved payment method for future charges for the same customer.
- AVS, CVV, 3DS, and fraud checks run automatically during payment.
What’s not supported:
- ❌ Standalone card verification / $0 or $1 auth without charging
- ❌ Access to a stable card fingerprint or token you can use to dedupe accounts
- ❌ Using card tokens as an identity signal across different customers
Important note:
- Card tokens are scoped to a customer and must not be used for account de-duplication (PCI + compliance reasons).
Recommended approach:
- Deduplicate creators using email, phone, government ID, or your own KYC flow.
- If you need stronger guarantees, talk to the Dodo team about custom risk / KYB workflows.
If you want, I can suggest a Dodo-compatible flow that minimizes duplicates without using card data.