You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{ "id": "6259213754156096103003", "submitTimeUtc": "2021-07-10T12:49:35Z", "status": "INVALID_REQUEST", "reason": "INVALID_DATA", "message": "Declined - One or more fields in the request contains invalid data", "details": [ { "field": "business_application_id", "reason": "INVALID_DATA" } ] }
I tried different values to field business_application_id such as : CP, FD, AA, PP, GD etc but no of the value seems to be working. I tried this in the default sandbox environment provided by the cybersource developer page itself, it's not working there as well. Is there something i might be missing in the request payload?
The text was updated successfully, but these errors were encountered:
The test server is responding back an error response during Payouts api POST request.
request payload :
{ "clientReferenceInformation": { "code": "33557799" }, "orderInformation": { "amountDetails": { "totalAmount": "100.00", "currency": "USD" } }, "merchantInformation": { "merchantDescriptor": { "name": "Sending Company Name", "locality": "FC", "country": "US", "administrativeArea": "CA", "postalCode": "94440" } }, "recipientInformation": { "firstName": "John", "lastName": "Doe", "address1": "Paseo Padre Boulevard", "locality": "Foster City", "administrativeArea": "CA", "country": "US", "postalCode": "94400", "phoneNumber": "6504320556" }, "senderInformation": { "referenceNumber": "1234567890", "account": { "fundsSource": "05" }, "name": "Company Name", "address1": "900 Metro Center Blvd.900", "locality": "Foster City", "administrativeArea": "CA", "countryCode": "US" }, "processingInformation": { "businessApplicationId": "CP", "networkRoutingOrder": "V8", "commerceIndicator": "internet" }, "paymentInformation": { "card": { "type": "001", "number": "4111111111111111", "expirationMonth": "12", "expirationYear": "2025" } } }
Error Respnse :
{ "id": "6259213754156096103003", "submitTimeUtc": "2021-07-10T12:49:35Z", "status": "INVALID_REQUEST", "reason": "INVALID_DATA", "message": "Declined - One or more fields in the request contains invalid data", "details": [ { "field": "business_application_id", "reason": "INVALID_DATA" } ] }
I tried different values to field
business_application_id
such as : CP, FD, AA, PP, GD etc but no of the value seems to be working. I tried this in the default sandbox environment provided by the cybersource developer page itself, it's not working there as well. Is there something i might be missing in the request payload?The text was updated successfully, but these errors were encountered: