newebpay-mpg-sdk
Version:
藍新金流 幕前支付(MPG) SDK
14 lines (13 loc) • 333 B
TypeScript
export type EmbeddedTokenPaymentParams = {
TokenValue: string;
TokenTerm: string;
MerchantOrderNo: string;
Amt: number;
ProdDesc: string;
PayerEmail?: string;
P3D?: "0" | "1";
NotifyURL?: string;
ReturnURL?: string;
Inst?: "" | "0" | "3" | "6" | "12" | "18" | "24" | "30";
Red?: 0 | 1;
};