improved
Minor improvements
October 21st, 2025
(1) Added Business Development Manager Fields to Create Lead Endpoint
We’ve introduced two new properties to include details about the account’s respective Business Development Manager when creating a lead. This enhancement helps our team efficiently reach out and resolve any questions regarding new leads.
"partnerContact": {
"name": "Luke Skywalker",
"email": "[email protected]"
}
(2) New Card Control: Acceptance Method
A new card control has been added for specifying the card’s acceptance method. It supports multiple enum values and can be configured during card issuance or updated later as needed.
"cardControls": {
"acceptanceMethods": {
"restriction": "ALLOWED",
"type": "ACCEPTANCE_METHOD",
"values": [
"MAGNETIC_STRIPE",
"MOBILE_WALLET",
"ONLINE"
]
}