Hi @piper,
To further investigate the error, please provide the information below.
1. Endpoint
2. Request Header
3. Request Body
4. Response Header (include the x-correlation-id)
5. Response Body
Using SoapUI, you can find the x-correlation-id in the Raw Tab of the response header.
Thanks,
Illana
1. Endpoint - https://sandbox.api.visa.com/visapayouts/v2/payouts
2. Request Header -
'Content-Type: application/json',
'Accept: application/json',
'keyId: keyid'
3. Request Body :
'{
"recipientDetail": {
"firstName": "Sam",
"lastName": "Smith",
"cityOfBirth": "Delhi",
"bank": {
"branchCode": "202212",
"bankCode": "9874",
"bankCodeType": "DEFAULT",
"accountNumberType": "DEFAULT",
"accountName": "Money Market",
"countryCode": "356",
"accountType": "1",
"bankName": "Berlin Bank",
"accountNumber": "20312421312",
"currencyCode": "356"
},
"address": {
"country": "356",
"city": "Delhi",
"postalCode": "401301",
"addressLine1": "address Line 1",
"addressLine2": "address Line 2",
"state": "765"
},
"countryOfBirth": "356",
"contactEmail": "abc@visa.com",
"contactNumber": "123456789",
"dateOfBirth": "1989-01-01",
"type": "I",
"payoutMethod": "B"
},
"senderDetail": {
"senderReferenceNumber": "2628176127",
"cityOfBirth": "Delhi",
"address": {
"country": "356",
"city": "Delhi",
"postalCode": "26281",
"addressLine1": "address line1",
"addressLine2": "address line2",
"state": "Delhi"
},
"countryOfBirth": "356",
"contactEmail": "abc@visa.com",
"name": "John Smith",
"contactNumber": "123456789",
"beneficiaryRelationship": "partner",
"dateOfBirth": "1989-01-01",
"sourceOfFunds": "01",
"type": "C",
"sourceOfIncome": "business"
},
"originatorDetail": {
"paymentFacilitator": {
"country": "840",
"name": "ABC Corp",
"id": "123476876"
},
"originatorName": "Visa Inc. GER",
"bankId": "408999",
"address": {
"country": "356",
"postalCode": "94404",
"state": "CA",
"addressLine": "Street 1"
},
"originatorBIC": "CTBAAU2S",
"merchantCategoryCode": "6012",
"bankBIC": "CTBAAU2S",
"originatorId": "CAIDCode77765"
},
"transactionDetail": {
"systemTraceAuditNumber": "198333",
"localTransactionDateTime": "' . $localTransactionDateTime . '",
"businessApplicationId": "FD",
"statementNarrative": "Advance payment",
"transactionAmount": "1000",
"purposeOfPayment": "ANN",
"transactionCurrencyCode": "840",
"additionalData": [
{
"name": "Name1",
"value": "Value1"
},
{
"name": "Name2",
"value": "Value2"
}
],
"retrievalReferenceNumber": "134820403397",
"clientReferenceId": "1aehjh33-2114wd-333s",
"endToEndId": "34214235345",
"payoutSpeed": "standard"
}
}'
4. Response Header (include the x-correlation-id):
array:22 [
0 => "HTTP/1.1 400"
"Server" => "nginx"
"Date" => "Sun, 21 Aug 2022 06:13:16 GMT"
"Content-Type" => "application/json;charset=UTF-8"
"Content-Length" => "888"
"Connection" => "keep-alive"
"X-SERVED-BY" => "-59647d7b68-5"
"X-CORRELATION-ID" => "1661062396_076_137595900_-59647d7b68-5_VDP_WS"
"X-ERROR-ORIGIN" => "9900"
"X-APP-STATUS" => "400"
"encrypted" => "true"
"Content-Language" => "en-US"
"Cache-Control" => "no-cache, no-store, must-revalidate"
"X-Frame-Options" => "SAMEORIGIN"
"X-XSS-Protection" => "0"
"X-Content-Type-Options" => "nosniff"
"Strict-Transport-Security" => "max-age=31536000;includeSubdomains"
"Pragma" => "no-cache"
"Expires" => "-1"
"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; "
]
5. Response Body:
"{"errorResponse":{"status":400,"reason":"invalidBankParameter","message":"Bank Request has invalid Parameter","details":[{"location":"transactionDetail.retrievalReferenceNumber","message":"transactionDetail retrievalReferenceNumber has invalid content","code":31051}]}
1. Endpoint - https://sandbox.api.visa.com/visapayouts/v2/payouts
2. Request Header -
'Content-Type: application/json',
'Accept: application/json',
'keyId: ' keyId
3. Request Body : '{
"recipientDetail": {
"firstName": "Sam",
"lastName": "Smith",
"cityOfBirth": "Delhi",
"bank": {
"branchCode": "202212",
"bankCode": "9874",
"bankCodeType": "DEFAULT",
"accountNumberType": "DEFAULT",
"accountName": "Money Market",
"countryCode": "356",
"accountType": "1",
"bankName": "Berlin Bank",
"accountNumber": "20312421312",
"currencyCode": "356"
},
"address": {
"country": "356",
"city": "Delhi",
"postalCode": "401301",
"addressLine1": "address Line 1",
"addressLine2": "address Line 2",
"state": "765"
},
"countryOfBirth": "356",
"contactEmail": "abc@visa.com",
"contactNumber": "123456789",
"dateOfBirth": "1989-01-01",
"type": "I",
"payoutMethod": "B"
},
"senderDetail": {
"senderReferenceNumber": "2628176127",
"cityOfBirth": "Delhi",
"address": {
"country": "356",
"city": "Delhi",
"postalCode": "26281",
"addressLine1": "address line1",
"addressLine2": "address line2",
"state": "Delhi"
},
"countryOfBirth": "356",
"contactEmail": "abc@visa.com",
"name": "John Smith",
"contactNumber": "123456789",
"beneficiaryRelationship": "partner",
"dateOfBirth": "1989-01-01",
"sourceOfFunds": "01",
"type": "C",
"sourceOfIncome": "business"
},
"originatorDetail": {
"paymentFacilitator": {
"country": "840",
"name": "ABC Corp",
"id": "123476876"
},
"originatorName": "Visa Inc. GER",
"bankId": "408999",
"address": {
"country": "356",
"postalCode": "94404",
"state": "CA",
"addressLine": "Street 1"
},
"originatorBIC": "CTBAAU2S",
"merchantCategoryCode": "6012",
"bankBIC": "CTBAAU2S",
"originatorId": "CAIDCode77765"
},
"transactionDetail": {
"systemTraceAuditNumber": "198333",
"localTransactionDateTime": "' . $localTransactionDateTime . '",
"businessApplicationId": "FD",
"statementNarrative": "Advance payment",
"transactionAmount": "1000",
"purposeOfPayment": "ANN",
"transactionCurrencyCode": "840",
"additionalData": [
{
"name": "Name1",
"value": "Value1"
},
{
"name": "Name2",
"value": "Value2"
}
],
"retrievalReferenceNumber": "134820403397",
"clientReferenceId": "1aehjh33-2114wd-333s",
"endToEndId": "34214235345",
"payoutSpeed": "standard"
}
}'
4. Response Header (include the x-correlation-id):
array:22 [
0 => "HTTP/1.1 400"
"Server" => "nginx"
"Date" => "Sun, 21 Aug 2022 06:13:16 GMT"
"Content-Type" => "application/json;charset=UTF-8"
"Content-Length" => "888"
"Connection" => "keep-alive"
"X-SERVED-BY" => "-59647d7b68-5"
"X-CORRELATION-ID" => "1661062396_076_137595900_-59647d7b68-5_VDP_WS"
"X-ERROR-ORIGIN" => "9900"
"X-APP-STATUS" => "400"
"encrypted" => "true"
"Content-Language" => "en-US"
"Cache-Control" => "no-cache, no-store, must-revalidate"
"X-Frame-Options" => "SAMEORIGIN"
"X-XSS-Protection" => "0"
"X-Content-Type-Options" => "nosniff"
"Strict-Transport-Security" => "max-age=31536000;includeSubdomains"
"Pragma" => "no-cache"
"Expires" => "-1"
"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; "
]
5. Response Body:
"{"errorResponse":{"status":400,"reason":"invalidBankParameter","message":"Bank Request has invalid Parameter","details":[{"location":"transactionDetail.retrievalReferenceNumber","message":"transactionDetail retrievalReferenceNumber has invalid content","code":31051}]}
Hi @piper,
Currently, there is no sandbox data available for Visa Direct Payouts. Please refer to the Visa Direct Payouts API Reference available for download on this page: https://developer.visa.com/capabilities/visa-direct-payouts/reference#tag/Payouts-Originator-Send-AP...
Regarding your previous issue, are you able to run a successful call with the request sample?
Thanks,
Illana
Hello @I_Doroteo3 . I appreciate you taking your time to help us.
I'm having the same problem as @piper .
I'm able to communicate with the API, and I succeeded in the Hello World test with the certificates and the keyId.
The only problem is the payload in the request, because I've tried the request example you mentioned and some others I found here in the Community but I'm receiving an error of invalid Bank Params as you can see below:
{"errorResponse":{"status":400,"reason":"invalidBankParameter","message":"Bank Request has invalid
Parameter","details":[]}
So, I would like to get a valid params to test, in order to report the integration with Visa Direct API as successful here in my company.
Best Regards.
Hi @marcelomonteiro,
Is your company a current Visa client/have a Visa Account representative? If so, please reach out to them regarding issues with Visa Direct.
If not, please provide the following information for the technical team to have a look:
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
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
Hello @I_Doroteo3 , I hope everything's ok with you.
Following the data you asked for:
Method: POST
Endpoint: https://sandbox.api.visa.com/visapayouts/v2/payouts
Request Header:
[Content-Type:"application/json", Authorization:"Basic UE9DSFpJSktMVlVKUEI1NjhYWEoyMXktWGZRclNUdHRMNDdBeU9pX3ZrR1QxTHdpUTpFdDVNdHlDQjFramg2T0JXNE9YaDdLeTU0Uk9VNw==", Connection:"keep-alive", Accept-Encoding:"gzip, deflate, br", Accept:"*/*", keyId:"df5c7279-af00-46a2-84e1-42276a0fda2d"]
Decrypted Request Body:
{
"recipientDetail":{
"firstName":"Sam",
"lastName":"Smith",
"cityOfBirth":"Delhi",
"bank":{
"branchCode":"202212",
"bankCode":"9874",
"bankCodeType":"DEFAULT",
"accountNumberType":"DEFAULT",
"accountName":"Money Market",
"countryCode":"356",
"accountType":"1",
"bankName":"Berlin Bank",
"accountNumber":"20312421312",
"currencyCode":"356"
},
"address":{
"country":"356",
"city":"Delhi",
"postalCode":"401301",
"addressLine1":"address Line 1",
"addressLine2":"address Line 2",
"state":"765"
},
"countryOfBirth":"356",
"contactEmail":"abc@visa.com",
"contactNumber":"123456789",
"dateOfBirth":"1989-01-01",
"type":"I",
"payoutMethod":"B"
},
"senderDetail":{
"senderReferenceNumber":"2628176127",
"cityOfBirth":"Delhi",
"address":{
"country":"356",
"city":"Delhi",
"postalCode":"26281",
"addressLine1":"address line1",
"addressLine2":"address line2",
"state":"Delhi"
},
"countryOfBirth":"356",
"contactEmail":"abc@visa.com",
"name":"John Smith",
"contactNumber":"123456789",
"beneficiaryRelationship":"partner",
"dateOfBirth":"1989-01-01",
"sourceOfFunds":"01",
"type":"C",
"sourceOfIncome":"business"
},
"originatorDetail":{
"paymentFacilitator":{
"country":"840",
"name":"ABC Corp",
"id":"123476876"
},
"originatorName":"Visa Inc. GER",
"bankId":"408999",
"address":{
"country":"356",
"postalCode":"94404",
"state":"CA",
"addressLine":"Street 1"
},
"originatorBIC":"CTBAAU2S",
"merchantCategoryCode":"6012",
"bankBIC":"CTBAAU2S",
"originatorId":"CAIDCode77765"
},
"transactionDetail":{
"systemTraceAuditNumber":"198333",
"localTransactionDateTime":"2021-12-14T01:09:58",
"businessApplicationId":"FD",
"statementNarrative":"Advance payment",
"transactionAmount":"1000",
"purposeOfPayment":"ANN",
"transactionCurrencyCode":"840",
"additionalData":[
{
"name":"Name1",
"value":"Value1"
},
{
"name":"Name2",
"value":"Value2"
}
],
"retrievalReferenceNumber":"134820403397",
"clientReferenceId":"1aehjh33-2114wd-333s",
"endToEndId":"34214235345",
"payoutSpeed":"standard"
}
}
Encrypted Request Body:
{"encData":"eyJjdHkiOiJhcHBsaWNhdGlvbi9qc29uIiwiZW5jIjoiQTEyOEdDTSIsImlhdCI6MTY2NDQ1NjcyMjQ3MCwiYWxnIjoiUlNBLU9BRVAtMjU2Iiwia2lkIjoiZGY1YzcyNzktYWYwMC00NmEyLTg0ZTEtNDIyNzZhMGZkYTJkIn0.poO4KK0zLVxQpqsK6u66D3XJDP5xXB4hWqRmhczISROUcrjMeKOOhH5AnuUcKVHtPpxA8iFgGjYONbM6aMJyyuf_4AkmTcmblsnVE945QZv_Alq0Y7kaBw3HHBW3SRw-ZCVE7OtYPAEuRUVuNub2i6HntIsRlyzgkvQw0Jz8CMt7nh4B16qeIr6ooHUGkMiuMVyy4X_JJxsgIetpxjc5HTf7FpbFmiMkyXTfyNAoa-6b9rkSnORNSD3_F2Glc2u16dGUWoyc6uarv2lmDIrsFAdNmtgWawIQHI0RajTVXpqVR2wNulz-wO6vlJHRGkttjG27D8GCrWRbY2Etxm1sAg.i4fniJexlwtIdIP9.5cG8h8ykJT9QuQJ_tCMPfUPE3BeYCjpoconpR_go-R7EzoG6cI7jMaHclFQgmeA0uAFJFiQ96-sUx0QAEyUmT-D0pK5dVtjn39PMTm44N8PCU0uSxxjNKx_i9utPcWI77VqKlvjkX6pX4KEsx-NUlAuKADM3CzbH-80s2TG1EsZfByy6cRLzT-hiA0k2Utros5HwIYETwQtcnl2BWfph8jo9eKUuDINRXNIP_sRFT8SYR-LgcjrmCe5fBPnx9nQ79kvutQvHQquYVEBURAI7y3iJELIW_uD6wzx7BLdXBtv9Jo_qOaE1KeQlpK3Zf-1ar84QfsCOY57P3l3uJxtytOMCItoyrpiDADh4morQjowuTT3hkDwDjJaNGxeVRBJQOI26avGzTxS02VcUmEHz_5X2R5YddLcfXSouKYoDkq-CU6oX1elbp6Xn7CXBP1XYGO7Yqc6jSVweCQEzd3MJ1g7c4pYcfDhr5v9Kt8dZ7_GHk1zuyZ8qJth3afU-EWHRY9uzzTPiFDfffy-E5aaSmB36XTFMGdjU0VmLVoS4xjbmhycEyzm8tmS32CqoC3ncSLC2i-atiCX7a4RoscHIEeqhT7P-ftlJYa-cI-4gtA3Ug1IjAWJ2_ZtjMPyHBM763I5-xoWCPGee2B_YXaJ7IkrN7UHREVw17msOC3YSY09wInFIGeS64XNkXNJC4Jkd4T-jI6GPd8ZkBJkxa-TQcbPyuViEUm_3ZTG83CvNAAFRU7D34r_KFmNRDVNelG3EEhoTNYLHk_eMyEcK2VJWzxRGJZSyb1DqtMHOcrKzncyv1BVCR2on-pC4www5fqfZpwmbwqB5izNoaWhQGFj_hMgYJDENdJIPOFMwa4OnqAA9FvNopyn7GeagRWJgG3foRLGg-xfDVe-2h1_5GVNA6D9kuGu6BxKo8Y6_VcUexgSXvmqppQJLTZThxU6VcrCvX1z46jd-rFe5KGVpdvlV6AQ8IJmlWvnrz009rcIZyJqkVpxTOaLqQBSkoA7AITfV3O5pny2Y5FQ74QczfZDS8iOoGwmOPQnb3wZHyHiwDt040rxC4YbDdludG4lPCZjIWi-1b3glU3zHd9W4LrXy820GLjh_YjV6lLDuVYJTKNqT3y5qzPnkDJ577SkGbipK71fJzMvBAHng0o96q3B_iYg4QxMPq8AjoIa6jNPk5AipYJ8rOIwfMukdUi_0KP3Sda0LcRe_VKWGk6B_zXszzYfg-d1K8TyCp8KcO6GPlJDs70Xk_94ULSgKL2KAv2ynExMZfCHY6r5-JAyzdQCw4GjX5mBhyZKt7ZgOEjnS7ehMh3CH116AVOcBYzO0O3ZAEZdq19NEzU2kNApss1sC7xw5APsa2VyeWDZwHTM73192aOHVJI4rwJgl25sud8VNL9wsdfanRWbXpS_PUF7THEuRdvMKHT-s75NszawKKQcQ7EZHcbtvvaBkCwTxhNuq8V5tThD6Fa-CIcJMi2nB26xuLvG2JwnFovnJLe-V5IvjmPBc9j3j4prtngQ8STAIk9MaqpJMu8vbxIME7Ls_xKzXnZk6bb723IBIM-mo0pMvuAIVSyxGo6K2iR8rkeSOkAlzIglk0AxZG81qFkodyPOdUW9aVMY6vRonJ1mhH8vqLGfq887nP_B2Ut_tEpmHx-GpA5K5VZ77KFqIlxTxBn4tyjjl4qJuSdjK5wLGFOdRglKhs0HBkL72KkC2IPgwXoTtnE8LF9hR8GI8jSib5kl18ebqIcSKi-Yj7ikJhliTgqkRAPFBPdhLHf6Ao5AI2ShWL6ubDC_txOdbeuazIe0SO6pQ_nGnGDNu2O1cH5PfPrxlTI9R0MUZDNTxjwFtbEWDmBU9tPbxhhTAH0xf_MDgj_co7RgNyHHj3F4iM_0rbpbmkNI5uP-n8Ru6pTI02mvbL8KgPjBrIkRigdJN_ZV_BSEg_-9NM68FIUKYegajFZk1mQ8Pxl-f2cU7sNHsJeYsCfUxpwt6Hv7KhfSYFjRp1eZviu-dgLK9Tc6UiIUKR9pTfUecvgNiq3IWZojjqe_EM7v-B3NMdDuyXx4fyz4UbKuCvI8pLdroHk4H_rg_EqOvG6HMFOgAS1Uh4cgszOnUaJqbjTVTJ9jFmAMzSMB2RBNDJkbCLdmSl4tGfzqWl51xhVc4O6sMyXbF2G3aT7NMhumBJzmncvU7k9kbMC0tf63YLD-QDEkBMsvt6an14c4Eoi1txGmG4t0hzWUVzW3w_zzmLuTCA6EFJGwI0R1YZPWprm_81PQ6XE4yS-0wFpxgqhNS0cHgTb4nA6TSQ5INnHZjRUVP9Y8YcTP7g2ATteM7BT9qg9OBks6LjBQfChat-X-Lp9TjU0Jsf-VVAwClEUg1l09-GD4uCBen2w_FgWsDCSpn-f9jfOuEmxhrlBBuh659YgluzmkP4PMkYMRYY0uaL2mfMOvaeBfQm7UWyXDpfrFSDhqHEXH40NhsoXpMN8lRujbei2VnvCdy4hMiU7cyz5Yfjr0bRTDUUoWuC4G72M7JG6B5uTOdPQrQXhvWvtaV3-NACe6kNZZDgu9013gzRedMX6lr5YoYr-aFw81Ay6J9i_IK-hmc171mOmFfZtH2ROlvevC_woSlq241XShIQ66scL1JqZnkeqya9PYOxK_CUI5KGhWJHQsOqUiyxKwsLXMW05XiaPw5J47kiARjmyvFTb_Kkwchsnq9A00e2Rbw8VW2uphCepu4-xSGwXSp-xA0m48zS7Frb_G2DQ8ykoLJwIKDQmjjZ5xUrl76miuxyQiXvwG0W9Z72ctSauxnLZkXnbzZ_l-cN4IYSGSoYGgio22htNetw2id7_dobqh9rsF7VIABRkSHJdmOAaafg8mAOmsrnsDvpw_l2T11SFFNCGY_lCfEB320iwc3fwjNsKtWT-XRosv1AyAPv_y70MzuWZ4eSp98TehXQ72hW4iusu8HKkumxY36g7o2urzJaolQ676CA4GbLoiAjsesUmPAn94K73c4XJaoZ_R1hT68c26mdyygkwLAM4mIrPVWkU_tHL5dceIHApOqBobaB8YO2YU7IRz9Bxd7cT8ypWkt9rsXzPFhSNpxGSFKJxlDizc3uaXlpcrzo3wQExvuM6DY1IbqBsFS6vjGo_v-40v_w2RhBmkHYxhWtUKX9_9u-NbePxDsBTsz8H3YmvJwQ1ValiiYfKsk4-WrUt4JUQsYGaa_IiguQ2xJWAqoo896O-MeQqDlo5XH50xR3A_uA_QimfezlYuMPW5r_D775QsUIG9yv8EiHTd1RGxmzbmSxKTTchn2QSXmJj8r-4SI6yNF3bhzxKaog6dXFMdnIlqN6zgMDzqDyGH-J2IhH05nfICwzYydhybogzHF1SpbnLXAsKpNBWM8ok3xptTwEM45GFc4UgjY6bLjoDi93A8t48qFpJaxJXxqftsYME7zyVspkQBjJHZM47q4M-NwtyRgfCfbrdjLNx97ZMKbjxPRKpscrg2GfXxW4x-jfaS88IMYSUhMIHZ0w21v4f89Xobz63ZBZfBjRMd37v-RTx0knL1lFrv3D-SG4pUgBBhYBSe6iRGh16FKdvujVKcolacqPV_XSp0XV5aoxIXzTLgXAfO2CxmJgwz46Hoqq4Qd2N7m_By0iaszuFDH9L0mbD5gdvUceZM2N9V3lcPtjECksnYBtoZ4YUGyw9b1FtOsuaQNOst8Lgw1rI9FICoaRiHLq-a0exig1IpXeW7jh3ozBJZLi6Ti7PxrAzJDZ8BqU1z8b9INFPbgVd5hXS0u8TySctVoa15J41JxLH-u2CYmg6--L9E8-l64iQS6MauULcSknbbhIiwK00Lm6jlw1x5JaxWqcGr70RFu_OP7jpd4Px16H_MBAQD8ehpLxJxITa4UnNfGQktK4kjlPrV06vbRlpZf_UxhGLTVugYAALMSo75OPE4r-81AnQwnUuFJzD5rQImz31BbzBbNfC0pduIB-vGIk_V1Gu3hI-BE0cEeRSu-mCqLpiUAiDFK6xnipcFc_iDv_acj4h5knM9LIq8zI46KAFu6-7ggFGZd80KdEI2ezcXekBYQpg0wVhaF5R-_FSSNooUye5gmBKfXQQmHnyMV4fdL6juGfBNDZvYRkEaDXtW-Cs_yrF7OqZYawYMnOCxaPR4WTDWV811w8MyKlyqzJGTt3su_c0GKm-qCXM1MIN30f77VC9E1gacZNYywNDD74Dx6UuzsoH7qPh_W-_GRHu_g1x2XBEiM4fADj-K9K6KGcZm3XDNRLBYWeolUPxLe_9S2qAGnWAiWsIjDHJR6xO9hZDvIl8k9-4jSS0e3CgZzMVG23v1_d_mHfIKD9rWcLJXVlbilZNDJ1aNKg_43anzuYeEHkq1fTx6pSrscQ4j_7PG9odCJQNO6ji37TtapSVkiJYuHNQ3k5leXTn1kPzznInyVQevS98B7_O8agY09hEychK7Ovx-3TDk8XspzsPoKD1sexagePWGAgrc7gtbqNEYxuht02xSfSlN6BahzhdvOmLf9uqaP6UKCrBynrS5zqBINtKo9JPKM9u1N39j-srBjahVyyDpHXHUGX6QuZ2VOhEogm-bGC6j1Dpbk7AEv6b5OznbB3LsRzK0SRaIgStHvLWkeC92CjB3FCMpgke-Xpw6zmj86P_-rX8GdIaQDJnfxbR_hdQMvsboSXlwxu1lXQaP_o8D3EINzN2ftS0dQ5t75Ww-LBNMYyYpjDUCfC_TYGW8sWyFyt9BSF9k5SKrGFN2D6p9slDWnTIrwg2Hd5665obG8yE0fSLKwgZ0uERvinVUVC5ViMOMOFrm1yBcGmhCevm1HWlnVM4bu1h8PBcwwzvnZ7ppmjgl0XrjHj6KlqLCYJwltrzFIDFZrCyd2bceKkj2FbUa8Kbqu2BKiKwU5bT8rFsU0qJJ085YTaD_DjYCdh8Jp4qymNkt0nw6NOe2cK4X9dWWmzPd22C-Wj-XK0CeLh_Aug5YZreoKcVSdc-ClntNrbacwnaVZ_1lTiI0P0ZqWv1pgQrwlo0wh_PLUVEA9xzxQoI095GVCPdp7wfG1DvAqLTZkG-xnoFbovW1sFdyIns7bgzlpJpHBpcn9sTFRaELwXALU6zIL2LcGGwGgzlVMXfTJQAOp4Fa9xwCFGA_EokbbYcbJsr2mYUjoiIK8r0Dh4uccqJRUUp66og0WshfrNzlSmkqlXATlnKeXWfaWwDHUFkh_eg5ggraGWWf-6tmnDEi2w54cMKL83O4BGj2U1YEtWdfW1J-JqNfco6R0NUsWewKzHUjWP4SGLLy7wQuRnCX1uddrljChGpJfIkpXjybTiZ3ejfZcSS-JtcU8PBQHWwmZhWT1F_yPla6j1a-0eoKoGVH87RYgeY5Pw6yZEjzFJu6gHLSmqtbDuQ8lbU_l3D1rGRfTH78uJRm7nEIhRS3TRAK99-5nBeWF3qhM93BZ1owFGfDlzNoDWNLs6NXgcppQewSSR6mfQ8hYnszjIPK2I41iyeF-LclEWp1DIua6ZAZbYMFI1piMUpykAwaQJjGa1hX70ynDlhsAFqnEr3WAEVC_JkUtqqPHQzeobU8wbvFvtOdI_2_JR6tTEmUWoIq0gM20kyfjKI9UKbxQLsxnNhQp1yMhTiOfoQle7B3X_ERZj0Kc2_XnKX3Gwyff5iEoPtPtxzRPc4PXme9LenoyUxkrVtumXKJjypmixCYJo9U7jLxR3pFTxb_WxCzisyKOCy6UllTgy34LU81kMfr5nMIqOWHbXCilLZ7bawK3iIL6gPKmxQcDCt_53nD-TmkiVRmuqm5oX7lILNxV0V86WU0z00Bb57s5s2XwCoYj_8vCJUaWZ4jBvodHjIWYfTgA0HTyyeNrMs_c9AmHqUqBBsz6qmX2LwJ2xY5CXQcgGD4nFizViaIGV_RKWobUvJyhHT8s7htIoZjyVPfJ_XkcTx6dNc5YfUVeldhl1fKLpJhpyp17BgarRJC76-oqyHt3TWizjO5OULz4u8ZiN_TP7AIaPwf4Tb5Cb8LWObzXIh5_QWcXkdwT9AoYKsPxu9O1eZf5pjrBTDR_YEQx2QgAFuEFhQ2zq4NJQmssYIU8PMuCE7Z50sucvIo5480Fd0WZ-HakEcHNqUQfjKA.5vUi2OhlGomDa7ODiBzoIQ"}
Decrypted Response Body:
{"errorResponse":{"status":400,"reason":"invalidBankParameter","message":"Bank Request has invalid Parameter","details":[]}
Response Headers:
[Server:"nginx", Date:"Thu, 29 Sep 2022 13:05:23 GMT", Content-Type:"application/json;charset=UTF-8", Content-Length:"720", Connection:"keep-alive", X-SERVED-BY:"-756b6656-9", X-CORRELATION-ID:"1664456723_471_1269341366_-756b6656-9_VDP_WS", X-ERROR-ORIGIN:"9900", X-APP-STATUS:"400", encrypted:"true", Content-Language:"en-US", Cache-Control:"no-cache, no-store, must-revalidate", X-Frame-Options:"SAMEORIGIN", X-XSS-Protection:"0", X-Content-Type-Options:"nosniff", Strict-Transport-Security:"max-age=31536000;includeSubdomains", Pragma:"no-cache", Expires:"-1", 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;"]
X-CORRELATION-ID:"1664456723_471_1269341366_-756b6656-9_VDP_WS"
Sorry for the bad formatting. Hope that you can understand.
Best Regards,
Marcelo