Update wallet expiration date

Sends a new credit-card expiration month to the configured payment driver and stores it on the wallet.

Authentication

AuthorizationBearer

The signed-in SchoolSet user token sent by the frontend.

Path parameters

idintegerRequired>=1
Wallet identifier whose expiration date should change.

Request

This endpoint expects an object.
credit_card_exp_datestringRequiredformat: "^\\d{4}-\\d{2}$"

Response

Wallet expiration was updated and the wallet resource returned.
statusstringOptional
messagestringOptional
dataobjectOptional

Errors

401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error