v1

latestOpenAPI 3.1.02026-07-26490367.2 KB

Change Card PIN

Change PIN for a specific card. Available for both Verve and AfriGo (physical and virtual) cards.

put/cards/{id}/pin

Path parameters

idstring required

The _id of the card to update.

Request body

oldPinstring required

4 digits old card PIN.

newPinstring required

4 digits new card PIN.

Response

Card PIN changed successfully.

statusCodeinteger

Status code of the response. 200 indicates a successful request.

messagestring

Human-readable description of the result.