Wire Transfer - Payment to Third Party

Use this service to import wire transfer payment information.

Underlying File Maintenance

Prior to importing wire transfers, the following file maintenance areas must be completed:

  • System Administration > Installation > Cash Management

  • System Administration > Installation > Cash Management > Accounts

  • System Administration > Installation > General Ledger > G/L Department File Maintenance

  • System Administration > Installation > General Ledger > G/L Master File Maintenance

  • System Administration > Installation > Enterprise Management > Cost Center Maintenance

Assumptions and Dependencies

  • If the Company_Code is blank, then use the Authorization ID default value.

  • The Transfer_Type field will be available when using a Postman service to import data, but will not be available on the Excel spreadsheet.

  • The sum of the Payment_Amount details must tie to the Wire_Transfer value.

  • When importing multiple wire transfers at the same time with the template, ALL header fields (company code, bank account, cost center, date and wire amount) must match and the details must sum to the wire amount.

  • Blank wire number is acceptable and will auto-assign based on CM Account maintenance.

  • With multiple detail rows, the last memo field used will be entered onto the transaction.

  • If more than one wire transfer has the SAME header fields and SAME Wire_Amount, the template will return an error. In this case, the user must separate the imports or include wire numbers in the import.

Sample JSON Script

{
"wireTransfers": [
{
"Company_Code": "2ND",
"Bank_Account": "DF001",
"Wire_Number": "9",
"Transfer_Type": "P",
"Cost_Center": "DF001",
"GL_Transaction_Date": "05/05/2019",
"Wire_Amount": 1000.00,
"Memo": "Thanks for the memo",
"Payments": [
{
"To_Company_Code": "2ND",
"GL_Account": "000005",
"Payment_Amount": 900.00,
"To_Cost_Center": "DF001"
},
{
"To_Company_Code": "2ND",
"GL_Account": "000005",
"Payment_Amount": 100.00,
"To_Cost_Center": "DF001"
}
]
}
]
}

Field Descriptions

Use the table below for reference when using this service.

Excel

Element Name

Description

Req

Type

Max

Format

Validation

Authorization_ID

Authorization ID to access the server

YES

Text

20

Data Exchange Installation Screen

GUID

Unique reference number created by programming

Text

36

** See GUID definition

B

Company_Code

Company Code

YES

Alpha

3

Valid Company in Spectrum. Defaults from the Authorization ID if not populated.

C

Bank_Account

Bank Account

YES

Alpha

10

Valid bank account in Cash Management.

D

Wire_#

Wire #

Numeric

5

Must be an unused number.

Transfer_Type

Transfer Type

YES

Alpha

1

(B)ank or (P)ayment

** See Assumptions and Dependencies.

E

Cost_Center

Cost Center

Text

10

Active cost center.

F

GL_Transaction_Date

G/L Transaction Date

YES

Date

10

Enter as MM/DD/CCYY (for example, 01/05/1982)

G

Wire_Amount

Wire Amount

Numeric

12.2

Positive amounts only.

H

Memo

Memo

Alpha

50

I

To_Company

Company

YES

Alpha

3

Valid company in Spectrum.

J

GL_Account

G/L Account

YES

Numeric

12

Valid G/L code.

K

Payment _Amount

Payment Amount

YES

Numeric

12.2

Sum of details must tie to Wire_Amount

L

Cost_Center

Cost Center

Alpha

10

Active cost center