Skip to main content
POST
Issue a card

Authorizations

Authorization
string
header
required

Bearer access token obtained from POST /v1/oauth/token using your Seismic API key.

Body

application/json
program_id
string
required
account_id
string
required
cardholder_id
string
required
form_factor
enum<string>
default:VIRTUAL
Available options:
VIRTUAL,
PHYSICAL
control_set_id
string
spend_limit_cents
integer

Optional monthly spend cap in cents.

Response

Card issued.

data
object

An issued card. List/get responses never include full PAN/CVV. Reveal via GET /v1/cards/{id}/secure-details (Widget.js token) or, for PCI DSS Level 1 orgs, POST /v1/cards/{id}/payment-details (RSA-OAEP + AES-256-GCM encrypted envelope).