UNPKG

@lexriver/yandex-pay

Version:

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

10 lines (9 loc) 179 B
export interface CreateOrderResponse { /** * Order ID in Yandex Pay */ /** * URL to the payment form to redirect the user */ paymentUrl: string; }