Skip to content

HostedFormDispatchDataResponse does not contain encryptedBankData #17

@m-awais-kwanso

Description

@m-awais-kwanso

export type HostedFormDispatchDataResponse = DispatchDataResponse & {

export declare type HostedFormDispatchDataResponse = DispatchDataResponse & {
    encryptedCardData: {
        cardNumber: string;
        expDate: string;
        bin: string;
    };
    customerInformation: {
        firstName: string;
        lastName: string;
    };
};

In case of Bank Account payment, return type is not defined.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions