Assign Cards to Cardholder
Create a new user
POST /v1/cards/assign
Assign a card to cardholder
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Body
Name
Type
Description
card_id
uuid
Id of card to be assigned
card_holder
number
Id of cardholder
Response
{
"success": "Card assigned successfully"
}{
"message": "Unauthenticated."
}Last updated
Was this helpful?