<aside> 💡
B2B API integration provides real-time bulk access to card creation and management. Some functionalities require additional requests—please coordinate with your Account Manager for access.
</aside>
application/jsonapplication/jsonCard products description & id’s
Endpoint: POST /core/cards
| Field | Data type | Required | Length | Description |
|---|---|---|---|---|
virtual |
boolean | ✅ | Currently only virtual cards supported | |
applicantPartyId |
string | ✅ | ||
accountNumber |
string | ✅ | ||
card3dsPhoneNumber |
string | ✅ | ||
productId |
string | ❌ | Card products description & id’s | |
cardDeliveryAddress |
object | ❌ | Used for non-virtual cards | |
.apartmentNumber |
string | ❌ | ||
.country |
string | ✅ | ISO 3366-1 alpha-2 | |
.houseNo |
string | ✅ | ||
.municipality |
string | ❌ | 100 | |
.postalCode |
string | ✅ | 10 | |
.settlement |
string | ✅ | 100 | |
.street |
string | ✅ | 100 |
{
"virtual": true,
"applicantPartyId": "DB101CA3-BE2C-44D3-95E0-BFF90AFCD32F",
"accountNumber": "LT953570020000000594",
"card3dsPhoneNumber": "370654783201"
}
{
"cardId": "69370594",
"contractId": "2903598346"
}
Endpoint: PATCH /core/cards/{cardId}
| Field | Data type | Required | Length | Description |
|---|---|---|---|---|
applicantPartyId |
string | ✅ |