UNPKG

@bebapps/rapyd-sdk

Version:

An un-official [Rapyd](https://rapyd.net) SDK for Node.js.

11 lines (10 loc) 161 B
export interface SetPINCodeRequest { /** * Card number or card ID. */ card: string; /** * PIN code. Must be a string. */ new_pin: string; };