bluesnap
Version:
Node SDK for the BlueSnap Payment Gateway
13 lines (12 loc) • 364 B
TypeScript
/**
* Contains processing information for credit card transactions and batch transactions
*/
export interface ProcessingInfoResponse {
processingStatus: string;
cvvResponseCode: string;
avsResponseCodeZip: string;
avsResponseCodeAddress: string;
avsResponseCodeName: string;
authorizationCode: string;
networkTransactionId: string;
}