Lock/Unlock
These endpoints modify the isLocked
field of the object that is returned on each card:
Lock
Endpoint: BASE_URL/baas/debit-cards/:id/lock
Unlock
Endpoint: BASE_URL/baas/debit-cards/:id/unlock
Linker example response:
For both endpoints, if the request gets completed, a 200 status will be returned.
Last updated