Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 252 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 252 Bytes

the_palm_server

Usage:

POST https://localhost:3000/getPaymentLink

{
    "order_id": 1,
    "Deluxe": 1,
    "Standard": 2,
    "Tent": 3,
    "name": "Tony Stark",
    "contact": "+919999999999",
    "email": "[email protected]"
}