Set / Reset Debit Card Pin
useSetPin
This hook handles fetching the url to set/reset a pin for a debit card.
Return Object
Const Name | Type | Description |
---|---|---|
url | string state | Url to set the pin. This url is usally provided by the baas provider Endpoint: setPin |
isLoadingSetPin | boolean state | Indicates if the request of the set pin url is pending |
webviewRef | Webview ref | A ref to be assigned to the webview component that will open the url |
Last updated