Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

curl --location 'http://localhost:3000/webhook/ippopay' \

--header 'Content-Type: application/json' \


--header 'Authorization: Bearer
eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ0b2tlblR5cGUiOiJXRUJfSE9PSyIsImlhdCI6MTY3Mj
kwMjYxNn0.RpAKvNSzpboC97Xw2btuRdfaa9zcR-YbfhnFbO4wXwc' \
--data-raw '{
"uuid": "3594faeeb37541acbf875d75b67f9ccc",
"date": "2023-12-15T09:51:00.138Z",
"expiryDate": "2024-01-14T09:51:00.138Z",
"status": "DROPPED",
"orderId": "AXL4-PL-235",
"currency": "INR",
"amount": 168.74,
"paid": 0,
"due": 168.74,
"refunded": 0,
"customer": {
"uid": null,
"name": "NumberLogistics",
"phone": "+918387783883",
"email": "ss@gmail.com",
"address": null,
"city": null,
"state": null,
"zip": null,
"country": null
},
"attempts": 0,
"testMode": true,
"paymentLink":
"https://api.in.lyra.com/charge/3594faeeb37541acbf875d75b67f9ccc",
"maxAttempts": 10,
"surcharge": false,
"dropReason": "EXPIRED"
}'

You might also like