Add a new card to the user’s wallet.\n\nAuthentication Required: Public Key or API Key\n- Requires X-Public-Key: <public_key>
header OR X-API-Key: <api_key>
header\n- Public key identifies the merchant but provides limited access\n- API key provides full access\n\nAdditional Requirements:\n- X-User-Id
header required\n- X-Request-Id
header required for tracking\n- Request body with card details\n\nUse Case: Add payment method to user’s wallet with automatic tokenization
Internal use only
Unique request identifier for tracing and debugging. Auto-generated if not provided.
End-user identifier within a customer organization. Required for user-scoped operations.
Request model for collecting new card information.
Card added successfully
Response model for card operations (create/update/delete).