Assign a managed card
POST
/managed_cards/assign If your application requires anonymous cards, Weavr will create a pool of cards that are initially not assigned to any identity. This operation assigns one such previously created managed card from the card pool to the logged-in consumer or corporate identity.
Request
Header parameters
Request body
*application/json
objectobject · 10 fields
Responses
200OK
Success
Headers
Body
application/json
ManagedCardManagedCard · object · 32 fields
Accepted shapes
Selected by mode
Prepaid Mode CardPREPAID_MODEobject
balances- object
Debit Mode CardDEBIT_MODEobject
parentManagedAccountId*- string
userCurrency- enum
availableToSpend- array<AvailableToSpend · object>
Response example
{ "balances": { "availableBalance": 0, "actualBalance": 0 }}