verify payment
This commit is contained in:
@@ -30,3 +30,19 @@ export interface IPaymentResponse {
|
||||
fee_type: string;
|
||||
fee: number;
|
||||
}
|
||||
|
||||
export interface IPaymentVerifyRequest {
|
||||
merchantId: string;
|
||||
amount: number;
|
||||
authority: string;
|
||||
}
|
||||
|
||||
export interface IPaymentVerifyResponse {
|
||||
code: number;
|
||||
message: string;
|
||||
refId: number;
|
||||
cardPan: string;
|
||||
cardHash: string;
|
||||
fee_type: string;
|
||||
fee: number;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user