Payment Card
A payment card represents a credit or debit card attached to an account. Cards are stored in Stripe; Fenerum holds only the gateway reference and non-sensitive metadata (brand, last digits, expiration). Currently Stripe is the only supported gateway for payment cards.
When creating a card via this API, the token field is a Stripe payment-source token obtained client-side through Stripe.js — Fenerum never receives raw card numbers. See the Accepting Payments guide for the full client-side + server-side flow.
Loading API documentation...