question

David Nohe FinGoal avatar image
David Nohe FinGoal asked

B2B Internal Transfer issues

We're trying to use the B2B internal transfer API but it is returning `500 System error. Please contact technical support for assistance.` We're able to hit the transfer-settings endpoint and get the to/from accounts. We're POSTing to

https://api.fusionfabric.cloud/retail-us/internal-transfers/v1/consumers/1034904/internal-transfers with a payload of

{"fromAccountId":"6787149","toAccountId":"6787150","amount":10,"description":"Test Transfer","startDate":"2020-11-04"}


Any help would be greatly appreciated. Thanks.

-The FinGoal Team

API - Consumer Banking
1 comment
10 |600

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

Francois Lasne avatar image Francois Lasne ♦♦ commented ·

if it is reproducible would you be able to provide the ff-trace-id , it s a dedicated header that we use to do diagnostic

0 Likes 0 ·
David Nohe FinGoal avatar image
David Nohe FinGoal answered

Yes @Szymon.Patacz we're still hitting the same issue.

@francois.lasne the ff-trace-id is '509633e1-004a-46f2-ba2e-97d90bd96474',

10 |600

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

David Nohe FinGoal avatar image
David Nohe FinGoal answered

Here is the request we're sending

config: {
    url: 'https://api.fusionfabric.cloud/retail-us/internal-transfers/v1/consumers/1034904/internal-transfers',
    method: 'post',
    data: '{"fromAccountId":"6787149","toAccountId":"6787150","amount":10,"description":"Test Transfer","startDate":"2020-11-10"}',
    headers: {
      Accept: 'application/json, text/plain, */*',
      'Content-Type': 'application/x-www-form-urlencoded',
      Authorization: 'Bearer ourtoken'
    }


10 |600

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

Szymon Patacz avatar image
Szymon Patacz answered

Hello,


please try sending request with Content-Type header set to application/json


Regards,

Szymon

1 comment
10 |600

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

David Nohe FinGoal avatar image David Nohe FinGoal commented ·

Totally missed that. That did it. Thank you!

0 Likes 0 ·