Skip to main content
GET
Authorization
string
required
Bearer token: Bearer YOUR_ACCESS_TOKEN
yativo_card_id
string
Yativo’s internal card customer ID (e.g. yativo_card_customer_8f9a..._1769031332068).
customer_id
string
Customer ObjectId, or falls back to yativo_card_id lookup if not a valid ObjectId.
card_id
string
Card ID returned from card creation.
external_id
string
Your reference ID set at onboarding.
email
string
Customer email address.
id
string
MongoDB _id of the customer document.
Pass exactly one identifier. yativo_card_id and external_id are the most reliable — prefer them over email if you have either.