/
CH
chat-fly
/
ChatFly Backend application
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 2h ago · Updated 2mo ago
Details
Filter operations
Authentication
10
Billing
4
Bot
22
Chat
14
Integration
9
Organization
7
Payment
4
get
Generate Ninepay Payment Url
post
Generate Ninepay Payment Url
get
Handle Ninepay Callback
get
Retrieve Coupon Info
Scraping
19
Slack
4
UI
1
User
13
get
Get Logger
Payment
Retrieve Coupon Info
Get coupon information.
get
/api/payment/coupon/{coupon_code}
Path parameters
coupon_code
string
required
Response
Successful Response
CouponResponseSchema
required
Schema for representing coupon information.
id
string
uuid
required
code
string
required
discount_percentage
integer
required
allowed_max_discount
integer
required
start_date
string
date-time
required
end_date
string
date-time
required
min_billing_value
integer
required
is_active
boolean
required
Changes