UNPKG

@bebapps/rapyd-sdk

Version:

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

11 lines (10 loc) 294 B
export interface RetrievePaymentMethodRequest { /** * ID of the 'customer' object. String starting with **cus_**. */ customer: `cus_${string}`; /** * ID of the payment method to retrieve. String starting with **card_** or **other_**. */ payment_method: `card_${string}`; };