@alisdigital/types-library
Version:
TypeScript type definitions for Papilet ecosystem with session soft delete and event management features
27 lines (26 loc) • 654 B
TypeScript
export interface PayTRResponse {
paymentType: "DirectApi" | "IFrame";
merchant_id: string;
user_ip: string;
merchant_oid: string;
email: string;
payment_type: string;
payment_amount: string;
currency: string;
test_mode: number;
no_installment: number;
merchant_ok_url: string;
merchant_fail_url: string;
user_name: string;
user_address: string;
user_phone: string;
user_basket: string;
debug_on: number;
client_lang: string;
paytr_token: string;
timeout_limit: number;
max_installment: number;
installment_count: number;
card_type: string;
non_3d: number;
}