Hello,
I want to test the following request:
Retail Banking USA -------->Retail Core US Payments (v1)--------> One time funds transfer with debit to Source Account.
In order to do so, I created two Retail Core USA accounts:
#accountId = 7668749b-7900-311c-afbd-3379dd0c8a0c
#accountNumber = 8345099413
#accountId = 27d2ab3f-8443-392c-8e45-d3f9dc78fda5
#accountNumber = 8345099421
then I choose the following Body:
{
"sourceAccountId": "7668749b-7900-311c-afbd-3379dd0c8a0c",
"targetAccountNumber": "8345099421",
"targetAccountType": "Checking",
"targetRoutingNo": "1210-00044",
"paymentAmount": 234.65
}
for the request entitled ' One time funds transfer with debit to Source Account'
(https://api.fusionfabric.cloud/retail-us/core/payments/v1/payment-initiation).
After execution of this request, I got the following error message:
content:{"message":"Operation failed","type":null,"title":null,"status":400,"detail":"1082: Please refer to the PhoenixXM Technical Guide for details on this error."}
detail = 1082: Please refer to the PhoenixXM Technical Guide for details on this error.
message = Operation failed
type = null
title = null
status = 400
jsonParser2 class=class org.json.simple.JSONObject
What can I do?