Skip to main content
WEBHOOK
Fires after a successful POST /cards request once the card provider confirms the card is active and ready to use.

Event Type

Payload

Payload Fields

cvv, programId, and environment are intentionally excluded from webhook payloads. The CVV is only available once in the POST /cards issuance response.

Common Use Cases

  • Display the new card details to the cardholder in your UI
  • Record the card in your internal database linked to the cardholder
  • Trigger a “Your card is ready” push notification to the cardholder

Authorizations

Authorization
string
header
required

API key from the FYATU CaaS portal. Pass as Authorization: Bearer <key>.

Body

application/json
event
string
Example:

"CARD_ISSUED"

eventId
string
businessId
string
environment
enum<string>
Available options:
LIVE,
SANDBOX
timestamp
string<date-time>
data
object

Response

200

Acknowledge the event.