v1.5.2 - Issuing
9 days ago by marshall
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
- Added new required field:
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
- Added new optional field:
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
- Added new optional field:
Note:
This change is backward-compatible and does not affect existing cardholders unless the email field is provided.