UNPKG

nowpayments-api-typescript

Version:
15 lines (14 loc) 367 B
export interface ICreatePayment { price_amount: number; price_currency: string; pay_amount?: number; pay_currency: string; ipn_callback_url?: string; order_id?: string; order_description?: string; purchase_id?: string; payout_address?: string; payout_currency?: string; payout_extra_id?: string; fixed_rate?: string; }