why responsive 202Accepted and response 1698664072_543_98475783_-54d479d6_VDP_WS_1

NuranBank
Helper

why responsive 202Accepted and response 1698664072_543_98475783_-54d479d6_VDP_WS_1

 
{
  "request": [
    {
      "amount""100.00",
      "senderAddress""My REWERWEREWR",
      "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"
}
2 REPLIES 2
jenn_kh
Community Moderator

Re: why responsive 202Accepted and response 1698664072_543_98475783_-54d479d6_VDP_WS_1

Thank you for reaching out, @NuranBankAn agent will look into this and get back to you as soon as possible. Until then, if any community member knows the solution, please to reply to this thread. 
API_Managers
Visa Developer Support Specialist

Re: why responsive 202Accepted and response 1698664072_543_98475783_-54d479d6_VDP_WS_1

Hi @NuranBank,

 

The developer can use “MultiPullFundsTransactions” POST to get a timeout response (HTTP 202) similar to that for normal POST like PullFundsTransaction and PushFundsTransaction as a reference. The 202 Accepted status code means that the request has been accepted for processing, but the processing has not been finished yet because you are in the sandbox environment.




Thanks,

Tee



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