Request for querying transfers.

interface GetTransferParameters {
    limit?: number;
    merchantRefNum?: string;
    offset?: number;
    slipId?: string;
}

Properties

limit?: number

The requested number of records to be returned per page.

merchantRefNum?: string

The merchant reference number associated with the transaction.

offset?: number

The requested starting position of the response, where 0 is the first record.

slipId?: string

The internal transaction slip identifier for the transfer.