Saves a card to the authenticated user’s account using the authorization details returned by the Paystack SDK popup after a successful payment.
onSuccess callback, extract the authorization object.authorization_code is stored server-side only and never returned.The first card saved is automatically set as the default. Duplicate cards are rejected
by matching the signature field (Paystack’s fingerprint for a unique card+account combo).
JWT access token obtained from /auth-verify (login context) or /auth-signup. Set the bearer_token environment variable in your API client to apply it globally.
Paystack authorization code from the SDK success callback. Stored server-side only — never returned.
"AUTH_xyz123"
4"4081"
"visa"
"12"
"2027"
Paystack card signature — used for deduplication.
"SIG_abc456"
"GTBank"