UNPKG

@lexriver/yandex-pay

Version:

A TypeScript client for Yandex Pay API to integrate payment processing in your Node.js applications

14 lines (13 loc) 236 B
/** * Create subscription response data */ export interface CreateSubscriptionResponse { /** * Subscription ID */ subscriptionId: string; /** * Link to paying for the order */ paymentUrl: string; }