cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Declined - One or more fields in the request contains invalid data

Hi,
I'm trying payout process, with below request

POST: https://apitest.cybersource.com/pts/v2/payouts

Organization ID - aithentchntest_1724924340

{
"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": "FD",
"networkRoutingOrder": "V8",
"commerceIndicator": "internet"
},
"paymentInformation": {
"card": {
"type": "001",
"number": "4111111111111111",
"expirationMonth": "12",
"expirationYear": "2025"
}
}
}

but I'm getting this error,

Error: HTTP Status Code :400

{
"id": "7271756380706510804951",
"submitTimeUtc": "2024-09-24T11:00:38Z",
"status": "INVALID_REQUEST",
"reason": "INVALID_DATA",
"message": "Declined - One or more fields in the request contains invalid data"
}

Help me to fix this out.

 

mtameeruddeen
Member
0 REPLIES 0