Skip to main content
Weavr API
Managed cards

Create a physical card

POST/managed_cards/{id}/physical

Upgrades the virtual card identified by the id path parameter to physical.

Before cards can be upgraded, a physical card programme must be set up and the card profile configuration updated accordingly.

Request

Path parameters

Header parameters

Request body

*
application/json
{}
objectobject · 8 fields

Responses

200OK

Success

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