Skip to main content
Weavr API
System Managed Cards

Create a system card

POST/managed_cards/system

Creates a system managed card. The Managed Card Profile specified determines the behaviour and restrictions. System managed cards are not associated with a specific user.

Request

Header parameters

Request body

*
application/json
{}
SystemManagedCardRequestSystemManagedCardRequest · object · 7 fields

Responses

200OK

Success

Headers
Body
application/json
{}
SystemManagedCardSystemManagedCard · object · 25 fields
Response example
{  "balances": {    "availableBalance": 0,    "actualBalance": 0  }}