-
Notifications
You must be signed in to change notification settings - Fork 0
/
tests.http
39 lines (36 loc) · 945 Bytes
/
tests.http
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
###
POST http://localhost:3000/api/payhip
{
"id": "ZGjVj5x4GN",
"email": "[email protected]",
"currency": "USD",
"price": 900,
"vat_applied": false,
"ip_address": "72.334.28.154",
"items": [
{
"product_id": "2804256",
"product_name": "The Adventures of Sherlock Holmes",
"product_key": "RGsF",
"product_permalink": "https://payhip.com/b/RGsF",
"quantity": "1",
"on_sale": false,
"used_coupon": false,
"used_social_discount": false,
"used_cross_sell_discount": false,
"used_upgrade_discount": false,
"promoted_by_affiliate": false,
"has_variant": false
}
],
"payment_type": "card",
"stripe_fee": 48,
"payhip_fee": 33,
"unconsented_from_emails": false,
"is_gift": false,
"date": 1703693218,
"type": "paid",
"signature": "dbcdccb0dfc5a57rh704bc75d7bbb18hdd3ee85f4081d5c4adbff934622919d8"
}
###
GET http://localhost:3000/api/license