Back to all

Using owner.name.company in create push transaction

Hi,

I am attempting to test the create transaction endpoint for a push transaction in the sandbox environment.

I am running into an issue where the request fails when I use the company field in the owner object. However, the request works successfully when I use the first and last name fields instead.

Here is the failing payload:

{"accounts":{"destinationAccount":{"bank":{"routingNumber":"061000104","accountNumber":"100000000","accountType":"C"},"owner":{"name":{"company":"health provider"}}},"sourceAccountID":"fake_id"},"referenceID":"15_chars8910123","type":"push","amount":"0.25","achOptions":"S","achEntryType":"CCD","correspondingID":"jOYv5lVVIQU7Tab5WaP-rg"}

And this is the error response I receive:

{
  "SC": 400,
  "EC": "3C5E1851",
  "EM": "owner.name.company"
}

Could you please advise on what changes are needed to validly use the company field?

Thanks!