Lili Server API Swagger documentation
Customer Management API (v2.0.0)
Download OpenAPI description
Overview
URL
Lili Dev Resources
Languages
Servers
Lili Server
https://sandbox.lili.co/
- Lili Server
https://sandbox.lili.co/lili/api/v1/{customerId}/bankLetter
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://sandbox.lili.co/lili/api/v1/{customerId}/bankLetter' \
-H 'Authorization: YOUR_API_KEY_HERE'
- Lili Server
https://sandbox.lili.co/lili/api/v1/payments
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X PUT \
https://sandbox.lili.co/lili/api/v1/payments \
-H 'Authorization: YOUR_API_KEY_HERE' \
-H 'Content-Type: application/json' \
-d '{
"customerId": "string",
"amount": 0,
"effectiveDate": "2019-08-24T14:15:22Z",
"payeeName": "string",
"receiverAccountNumber": "string",
"traceNumber": "string",
"originatorRoutingNumber": "string",
"originatorAccountNumber": "string"
}'
Response
application/json
{ "paymentId": "string", "details": "string", "status": "SUCCESS" }
- Lili Server
https://sandbox.lili.co/lili/api/v1/partner/payments
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://sandbox.lili.co/lili/api/v1/partner/payments?customerId=string&receiverAccountNumber=string&startDate=2019-08-24T14%3A15%3A22Z&endDate=2019-08-24T14%3A15%3A22Z' \
-H 'Authorization: YOUR_API_KEY_HERE'
Response
application/json
{ "paymentItemResponseList": [ { … } ] }