inconsistentRequest

Solved! Go to solution
sreera_nandan
Helper

Send Payout: Found invalid test data can you please correct it

I am testing Visa Direct Payouts API(Send Payout) in the sandbox the data given in the API Reference is not working properly can anyone please provide valid test data for Send Payout API[Link to the API reference]

4 REPLIES 4
jenn_kh
Community Moderator

Re: Send Payout: Found invalid test data can you please correct it

Thank you for reaching out, @sreera_nandan! An agent will get back to you with more information shortly! If any community members have a suggestion, please feel free to reply here. - Jenn

sreera_nandan
Helper

This payout request is inconsistent with the previously processed payout transaction

I am testing in sandbox Visa Direct Payouts API(Send Payout) API getting an error as 

{"errorResponse":{"status":400,"reason":"inconsistentRequest","message":"This payout request is inconsistent with the previously processed payout transaction.","details":[]}}

 

Can anyone please tell why this is happening

I think the problem with my test data is given bellow:

{ "recipientDetail": { "lastName": "Smith", "address": { "country": "840", "city": "SFO", "postalCode": "94404", "addressLine1": "address line 1", "addressLine2": "address line 2", "state": "765" }, "contactEmail": "abc@visa.com", "dateOfBirth": "1990-09-11", "type": "I", "payoutMethod": "B", "firstName": "John", "bank": { "branchCode": "2", "bankCode": "021001088", "bankCodeType": "ABA", "accountNumberType": "DEFAULT", "accountName": "account name", "countryCode": "840", "accountType": "1", "bankName": "Bank of America", "accountNumber": "4957030420210512", "BIC": "CTBAAU2S", "currencyCode": "840" }, "cityOfBirth": "Austin", "identificationList": [ { "idType": "D", "idNumber": "123334", "idIssueCountry": "840" } ], "countryOfBirth": "840", "contactNumber": "123456789", "additionalData": [ { "name": "TAX_REF", "value": "ASR" } ] }, "senderDetail": { "address": { "country": "840", "city": "Mumbai", "postalCode": "100", "addressLine1": "address line 1", "addressLine2": "address line 2", "state": "Mahrashtra" }, "contactEmail": "def@visa.com", "beneficiaryRelationship": "business partner", "dateOfBirth": "1990-09-11", "sourceOfFunds": "02", "type": "I", "senderReferenceNumber": "4304630005267011", "cityOfBirth": "Austin", "identificationList": [ { "idType": "D", "idNumber": "123334", "idIssueCountry": "840" } ], "countryOfBirth": "840", "name": "John Smith", "contactNumber": "120345678", "additionalData": [ { "name": "TAX_REF", "value": "ASR" } ], "sourceOfIncome": "business" }, "originatorDetail": { "paymentFacilitator": { "country": "840", "name": "test", "id": "123476876" }, "bankId": "408999", "originatorName": "Visa Inc. GER", "address": { "country": "840", "postalCode": "12346", "state": "TX", "addressLine": "123 St." }, "originatorBIC": "CTBAAU2S", "merchantCategoryCode": "6012", "bankBIC": "CTBAAU2S", "originatorId": "77770" }, "transactionDetail": { "systemTraceAuditNumber": "451006", "localTransactionDateTime": "2021-08-06T11:00:29", "businessApplicationId": "FD", "statementNarrative": "advance payment", "purposeOfPayment": "ANN", "transactionAmount": "200", "transactionCurrencyCode": "840", "additionalData": [ { "name": "TAX_REF", "value": "ASR" } ], "retrievalReferenceNumber": "133122895499", "endToEndId": "ABCD-1234-fab-578", "clientReferenceId": "3187351823", "payoutSpeed": "standard" } }

 

sreera_nandan
Helper

inconsistentRequest

I am getting inconsistentRequest error while invoking Visa direct payout (Send Payout) API in sandbox why is this 

{"errorResponse":{"status":400,"reason":"inconsistentRequest","message":"This payout request is inconsistent with the previously processed payout transaction.","details":[]}}

 

 

SLi
Visa Developer Support Specialist
Visa Developer Support Specialist

Re: inconsistentRequest

Hi @sreera_nandan,

 

This seems to be a duplicate post. Please refer to below:

https://community.developer.visa.com/t5/Sandbox-Test-Data/Value-provided-for-one-or-more-request-par...

 


Best,
Stacey

Was your question answered? Don't forget to click on "Accept as Solution" to help other devs find the answer to the same question.