Solved!
Go to solution
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
October 2022
October 2022
Hello, I used this api in the sandbox to test (visapayouts/v2/payouts) :
retrievalReferenceNumber has tried a lot and it doesn't work
request:
{
"recipientDetail": {
"lastName": "Smith",
"address": {
"country": "840",
"city": "SFO",
"postalCode": "100",
"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": "4385878445587518",
"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": "325081",
"localTransactionDateTime": "2021-08-06T11:00:29",
"businessApplicationId": "FD",
"statementNarrative": "advance payment",
"purposeOfPayment": "ANN",
"transactionAmount": "200",
"transactionCurrencyCode": "840",
"additionalData": [
{
"name": "TAX_REF",
"value": "ASR"
}
],
"retrievalReferenceNumber": "121816403394",
"endToEndId": "ABCD-1234-fab-578",
"clientReferenceId": "3187351823",
"payoutSpeed": "standard"
}
}
response:
My English is not good, I hope you can understand
Solved! Go to Solution
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
October 2022
October 2022
Hi @haoran,
Please refer to my answer in this inquiry: Solved: call sandbox api - Visa Developer Community to get more help on your question.
Thanks,
Illana