-
Notifications
You must be signed in to change notification settings - Fork 0
/
update_merchant_info.json
46 lines (46 loc) · 1.31 KB
/
update_merchant_info.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"merchantId":"bb15dc52-86e2-45c0-b5ab-889aebf7a1d6", /*(required)*/
"basic": {
"firstName": "Shashikant",
"lastName": "Sharma",
"email": "[email protected]",
"password": "shashikant23",
"mobileNumber": "8097487977",
"dateOfBirth": "MM-DD-YYYY",
"ssn": ""
},
"business": {
"accountName":"Shashikant Sharma",
"routingNumber":"123456789",
"accountNumber":"134121314131",
"fedTaxId":"123456789",
"businessName": "BeingExpert Inc.",
"dbaName": "BeingExpert Inc.",
"taxId": "",
"contactEmail": "[email protected]",
"contactNumber": "8097487977",
"addressSameAsUser": "true",
"address": { /* (required) */
"country": "",
"state": "",
"city": "",
"streetAddress": "",
"zipCode": ""
}
},
"billing": {
"cardHolderName": "Shashikant Sharma",
"creditCardNo": "4356234589794567",
"expiryDate": "12/2020",
"cvv": "345",
"saveCard": "false",
"addressSameAsBusiness": "false",
"address": {
"country": "",
"state": "",
"city": "",
"streetAddress": "",
"zipCode": ""
}
}
}