Reissue Debit Card

useReissueCard

This hook handles send a reissue debit card request by specifiying the reason.

Return array

Const NameTypeDescription

sendReissueCard

Function

Triggers the reissue of the debit card by specifiying a reason:

'lost' | 'damaged' | 'stolen'

Endpoint: reissueCard

sendReissueCardIsLoading

boolean state

Indicates if the reissue card request is pending

sendReissueCardSuccess

boolean state

Indicates if the reissue card request was a success

setSendReissueCardSuccess

Function

Set the boolean state of sendReissueCardSuccess

Last updated