Read pull funds transaction always return 404
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Read pull funds transaction always return 404
Hi all, I'm very new to this VISA sandbox, and right now I'm just successfully finished with #POST pull funds transaction. Everything seems to be fine, but when trying to get a newly created pull funds transaction, the only response that I've got was 404. Here is the response content.
{
"Server":"nginx",
"Date":"Wed, 29 Mar 2023 05:38:09 GMT",
"Content-Type":"text/plain;charset=UTF-8",
"Content-Length":"12",
"Connection":"keep-alive",
"X-SERVED-BY":"-68c8b6f9",
"X-CORRELATION-ID":"1680068289_089_1283121918_-68c8b6f9_VDP_WS",
"X-ERROR-ORIGIN":"9900",
"X-APP-STATUS":"404",
"X-Backside-Transport":"FAIL FAIL,FAIL FAIL",
"Cache-Control":"no-cache, no-store, must-revalidate",
"Expires":"Thu, 01 Jan 1970 00:00:00 GMT ,-1",
"Location":"https://sbx-gtm-vd.visadirect.visa.com:8445/vpp/v2/aft/412770451036",
"X-Global-Transaction-ID":"18dcb9c46423cec1b97d7b4d",
"Content-Language":"en-US",
"X-Frame-Options":"SAMEORIGIN",
"X-XSS-Protection":"0",
"X-Content-Type-Options":"nosniff",
"Strict-Transport-Security":"max-age=31536000;includeSubdomains",
"Pragma":"no-cache",
"Content-Security-Policy-Report-Only":"default-src 'self' https://*.v.me https://*.visa.com;script-src 'self' 'unsafe-inline' 'unsafe-eval' https://*.visa.com https://*.v.me;img-src 'self' https://*.v.me https://*.visa.com https://*.unica.com https://ad.doubleclick.net;style-src 'self' 'unsafe-inline' https://*.visa.com;object-src https://*.v.me https://*.visa.com data:;report-uri /logging/logCSPReport;",
"X-Content-Security-Policy-Report-Only":"default-src 'self' https://*.v.me https://*.visa.com;script-src 'self' 'unsafe-inline' 'unsafe-eval' https://*.visa.com https://*.v.me;img-src 'self' https://*.v.me https://*.visa.com https://*.unica.com https://ad.doubleclick.net;style-src 'self' 'unsafe-inline' https://*.visa.com;object-src https://*.v.me https://*.visa.com data:;report-uri /logging/logCSPReport;",
"X-WebKit-CSP-Report-Only":"default-src 'self' https://*.v.me https://*.visa.com;script-src 'self' 'unsafe-inline' 'unsafe-eval' https://*.visa.com https://*.v.me;img-src 'self' https://*.v.me https://*.visa.com https://*.unica.com https://ad.doubleclick.net;style-src 'self' 'unsafe-inline' https://*.visa.com;object-src https://*.v.me https://*.visa.com data:;report-uri /logging/logCSPReport;"
}
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Read pull funds transaction always return 404
#GET https://sandbox.api.visa.com/visadirect/fundstransfer/v1/pullfundstransactions/108918407767585
The number after the last slash was transactionIdentifier from create pull funds transactions response.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Read pull funds transaction always return 404
Thank you for reaching out, @kasidej-maqe! An agent is looking for a solution for you and will get back to you soon. In the meantime, if anyone has any ideas that you feel may help, please share them here. -Jenn
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Read pull funds transaction always return 404
Hi @kasidej-maqe,
Please provide the following information:
- Endpoint
- Request Header
- Request Body
- Response Header (include the x-correlation-id)
- Response Body
Using SoapUI, you can find the x-correlation-id in the Raw Tab of the response header.
To learn more about common Visa Developer error codes and how to resolve them, please navigate to our Visa Developer Error Codes page here - https://developer.visa.com/pages/visa-developer-error-codes
You can also find the Visa Direct specific error codes here: https://developer.visa.com/capabilities/visa_direct/docs-error-codes
If you don't find an error code listed here, please refer to the API-specific error codes in its respective documentation pages.
Thanks,
Illana