Re: Create multi push funds transaction(visa direct)

mrpilar
Regular Visitor

Create multi push funds transaction(visa direct)

Hello everyone,

 

I have tested the create multi push funds transaction(visa direct) with the following request:

 

 

{

"request": [

{

"amount": "100.00",

"senderAddress": "My Address",

"localTransactionDateTime": "2016-11-17T18:24:24",

"recipientPrimaryAccountNumber": "4957030420210454",

"cardAcceptor": {

"address": {

"country": "USA",

"zipCode": "94454",

"county": "00",

"state": "CA"

},

"idCode": "5678",

"name": "Mr Smith",

"terminalId": "1234"

},

"senderReference": "",

"transactionIdentifier": "234234234234234",

"retrievalReferenceNumber": "401010101011",

"senderCity": "My City",

"senderStateCode": "CA",

"systemsTraceAuditNumber": "101011",

"senderName": "Mr Name",

"settlementServiceIndicator": "9",

"transactionCurrencyCode": "USD",

"recipientName": "Akhila",

"senderCountryCode": "USA",

"feeProgramIndicator": "123",

"sourceOfFundsCode": "01",

"senderAccountNumber": "4005520000011126"

},

{

"amount": "100.00",

"senderAddress": "My Address",

"localTransactionDateTime": "2016-11-17T18:24:24",

"recipientPrimaryAccountNumber": "4957030420210454",

"cardAcceptor": {

"address": {

"country": "USA",

"zipCode": "94454",

"county": "00",

"state": "CA"

},

"idCode": "5678",

"name": "Mr Smith",

"terminalId": "1234"

},

"senderReference": "",

"transactionIdentifier": "234234234234234",

"retrievalReferenceNumber": "401010101012",

"senderCity": "My City",

"senderStateCode": "CA",

"systemsTraceAuditNumber": "101012",

"senderName": "Mr Name",

"settlementServiceIndicator": "9",

"transactionCurrencyCode": "USD",

"recipientName": "Akhila",

"senderCountryCode": "USA",

"feeProgramIndicator": "123",

"sourceOfFundsCode": "01",

"senderAccountNumber": "4840920103511221"

}

],

"localTransactionDateTime": "2016-11-17T18:24:24",

"businessApplicationId": "AA",

"merchantCategoryCode": "6012",

"acquirerCountryCode": "840",

"acquiringBin": "408999"

}

 

I was expecting the fllowing response according to the visa direct documentation:

 

{

"networkId": 0,

"statusIdentifier": "string",

"merchantVerificationValue": "string"

}

 

However i have got this response:

 

1659440769_087_712318053_-56467c7-2z46_VDP_WS_1

 

It´s that right? Some one can help me?

 

Thanks!

 

2 REPLIES 2
I_Doroteo3
Visa Developer Support Specialist

Re: Create multi push funds transaction(visa direct)

Hi @mrpilar

 

I was able to run the code below and receive the same response as you. I received a 202 HTTP Status Code- please check to see if you received the same and refer to the Visa Direct Error Codes page for the 202 Error Description and Recommended Handling.

 

Thanks, 

Illana

mrpilar
Regular Visitor

Re: Create multi push funds transaction(visa direct)

I ran the example code and got a 200 HTTP Status Code, but i have got the mentioned strange response:

Capturar.PNG

Is that correct?

 

According to  Visa Direct Error Codes there is no error or something like that, however the response not fits the response sample contained in the api documentation:


{
"networkId": 0,
"statusIdentifier": "string",
"merchantVerificationValue": "string"
}

 

Ilana, can un enlight me or give me some working example?

 

Thanks!