limepay
Version:
LimePay SDK is a node module for simplifying the consumption of LimePay API
60 lines • 1.63 kB
JSON
{
"new_payment": {
"_id" : "0",
"status" : "NEW",
"date" : "01-01-2019",
"currency" : "bgn",
"shopper" : "0",
"vendor" : "vendor123",
"items" : ["item1", "item2"],
"fundTxData" : "object",
"genericTransactions" : ["tx1", "tx2"],
"paymentDetails" : "object",
"type" : "FIAT_PAYMENT"
},
"getAll" : [
{
"_id" : "0",
"status" : "NEW",
"date" : "01-01-2019",
"currency" : "bgn",
"shopper" : "0",
"vendor" : "vendor123",
"items" : ["item1", "item2"],
"fundTxData" : "object",
"genericTransactions" : ["tx1", "tx2"],
"paymentDetails" : "object",
"type" : "FIAT_PAYMENT"
},
{
"_id" : "1",
"status" : "NEW",
"date" : "01-01-2019",
"currency" : "bgn",
"shopper" : "0",
"vendor" : "vendor123",
"items" : ["item1", "item2"],
"fundTxData" : "object",
"genericTransactions" : ["tx1", "tx2"],
"paymentDetails" : "object",
"type" : "FIAT_PAYMENT"
}
],
"shopperMetadata" : {
"nonce": 0,
"shopperAddress": "0x123",
"escrowAddress": "0x321"
},
"shopperMetadata_with_gas_price": {
"nonce": 0,
"shopperAddress": "0x123",
"escrowAddress": "0x321",
"gasPrice" : 15
},
"invoiceTemplate": {
"html":"html"
},
"receiptTemplate": {
"html":"html"
}
}