v1.5.2 - Issuing

2025-04-25

Updated Activate Card Endpoint

Affected Endpoint:

  • POST /api/v1/issuing/cards/activate (Activate Card)
    • Added new required field: pin
    • Added new optional field: no_pin_payment_amout

Note:
This change is not backward-compatible due to the new required field (pin). Please ensure your integration is updated to avoid any request failures.


2025-04-18

Added Support for 3DS Control

Affected Endpoint:

  • POST /api/v1/issuing/cards (Create Card)
  • POST /api/v1/issuing/cards/{id} (Update Card)
    • Added new optional field: risk_controls

Note:
This change is backward-compatible and does not affect existing card behavior unless explicitly configured.


2025-04-15

Added Support for Cardholder Email

Affected Endpoint:

  • POST /api/v1/issuing/cardholders/{id}(Update Cardholder)
    • Added new optional field: email

Note:

This change is backward-compatible and does not affect existing cardholders unless the email field is provided.