Skip to content

@mbanq/core-sdk-js v0.50.0


@mbanq/core-sdk-js / commands / GetTransferCharges

Function: GetTransferCharges()

GetTransferCharges(params): Command<{ params: { chargeStatus?: string; chargeTimeType?: number; clientClassification?: string; currencyCode?: string; paymentDescription?: string; paymentRail: "ACH" | "SAMEDAYACH" | "WIRE" | "SWIFT" | "INTERNAL" | "FXPAY" | "CARD"; savingsAccountId: string; type: "CREDIT" | "DEBIT"; }; }, GetTransferChargesResponse | undefined>

Defined in: src/commands/rest/fxPay.ts:163

Get Transfer Charges

Retrieve charges for a transfer

Parameters

params

The parameters for fetching transfer charges

chargeStatus?

string = ...

chargeTimeType?

number = ...

clientClassification?

string = ...

currencyCode?

string = ...

paymentDescription?

string = ...

paymentRail

"ACH" | "SAMEDAYACH" | "WIRE" | "SWIFT" | "INTERNAL" | "FXPAY" | "CARD" = ...

savingsAccountId

string = ...

type

"CREDIT" | "DEBIT" = ...

Returns

Command<{ params: { chargeStatus?: string; chargeTimeType?: number; clientClassification?: string; currencyCode?: string; paymentDescription?: string; paymentRail: "ACH" | "SAMEDAYACH" | "WIRE" | "SWIFT" | "INTERNAL" | "FXPAY" | "CARD"; savingsAccountId: string; type: "CREDIT" | "DEBIT"; }; }, GetTransferChargesResponse | undefined>

Command object for fetching transfer charges

Released under the MIT License.