limepay
Version:
LimePay SDK is a node module for simplifying the consumption of LimePay API
76 lines • 2.36 kB
JSON
{
"vendor" : {
"_id" : "0",
"name" : "Test",
"email" : "test@abv.bg",
"country" : "Bulgaria",
"city" : "Sofia",
"firstName" : "Lime",
"lastName" : "Chain",
"address" : "Pernik",
"phone" : "+359123123123",
"zip" : "1000",
"state" : "Sofia",
"vatId" : "abc123abc",
"taxId" : "123abc123",
"payoutInfo" : ["info","noinfo"],
"vendorPrincipal" : "object",
"receiptEmail" : "test@abv.bg",
"emailSetup" : "object",
"defaultPayoutCurrency" : "bgn",
"autoReceipt" : "true",
"autoInvoice" : "true",
"frequency" : "daily",
"rawLog" : "photo"
},
"vendors": [
{
"_id" : "0",
"name" : "Test",
"email" : "test@abv.bg",
"country" : "Bulgaria",
"city" : "Sofia",
"firstName" : "Lime",
"lastName" : "Chain",
"address" : "Pernik",
"phone" : "+359123123123",
"zip" : "1000",
"state" : "Sofia",
"vatId" : "abc123abc",
"taxId" : "123abc123",
"payoutInfo" : ["info","noinfo"],
"vendorPrincipal" : "object",
"receiptEmail" : "test@abv.bg",
"emailSetup" : "object",
"defaultPayoutCurrency" : "bgn",
"autoReceipt" : "true",
"autoInvoice" : "true",
"frequency" : "daily",
"rawLog" : "photo"
},
{
"_id" : "1",
"name" : "Test1",
"email" : "test@abv.bg1",
"country" : "Bulgaria1",
"city" : "Sofia1",
"firstName" : "Lime1",
"lastName" : "Chain1",
"address" : "Pernik1",
"phone" : "+3591231231231",
"zip" : "10001",
"state" : "Sofia1",
"vatId" : "abc123abc1",
"taxId" : "123abc1231",
"payoutInfo" : ["info1","noinfo1"],
"vendorPrincipal" : "object1",
"receiptEmail" : "test@abv.bg1",
"emailSetup" : "object1",
"defaultPayoutCurrency" : "bgn1",
"autoReceipt" : "true1",
"autoInvoice" : "true1",
"frequency" : "daily1",
"rawLog" : "photo1"
}
]
}