/
GA
gameballers
/
Gameball API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 39m ago · Updated 6d ago
Details
Filter operations
get
/api/v4.0/integrations/customers
post
/api/v4.0/integrations/customers
post
/api/v4.0/integrations/payments
post
/api/v4.0/integrations/transactions/redeem
post
/api/v4.0/integrations/transactions/cashback
post
/api/v4.0/integrations/transactions/refund
post
/api/v4.0/integrations/transactions/hold
post
/api/v4.0/integrations/transactions/release
get
/api/v4.0/integrations/transactions/hold/{holdReference}
get
/api/v4.0/integrations/transactions
post
/api/v4.0/integrations/transactions/manual
post
/api/v4.0/integrations/transactions/otp
post
/api/v4.0/integrations/transactions/otp/validate
post
/api/v4.0/integrations/coupons/predefined
post
/api/v4.0/integrations/coupons/{code}/validate
post
/api/v4.0/integrations/coupons/validate
post
/api/v4.0/integrations/coupons/{code}/burn
get
/api/v4.0/integrations/coupons/{lockReference}
delete
/api/v4.0/integrations/coupons/{lockReference}
post
/api/v4.0/integrations/coupons/automatic
get
/api/v4.0/integrations/configurations/rewards/cashback
get
/api/v4.0/integrations/configurations/rewards/redemption
get
/api/v4.0/integrations/configurations/rewards/coupons
put
/api/v4.0/integrations/configurations/rewards/coupons
get
/api/v4.0/integrations/configurations/program/campaigns
get
/api/v4.0/integrations/configurations/program/tiers
get
/api/v4.0/integrations/configurations/program/referrals
get
/api/v4.0/integrations/configurations/widget
get
/api/v4.0/integrations/leaderboard
post
/api/v4.0/integrations/batch/customers
post
/api/v4.0/integrations/batch/orders
post
/api/v4.0/integrations/batch/balance-inquiry
post
/api/v4.0/integrations/batch/balance-adjustment
post
/api/v4.0/integrations/batch/cashback
post
/api/v4.0/integrations/batch/redeem
post
/api/v4.0/integrations/batch/events
get
/api/v4.0/integrations/batches/{batchId}/status
post
/api/v4.0/integrations/batches/{batchId}/stop
post
/api/v4.0/integrations/orders
post
/api/v4.0/integrations/orders/cashback
get
/api/v4.0/integrations/orders/{orderId}/transactions
get
/api/v4.0/integrations/customers/{customerId}
delete
/api/v4.0/integrations/customers/{customerId}
get
/api/v4.0/integrations/customers/{customerId}/details
get
/api/v4.0/integrations/customers/{customerId}/coupons
get
/api/v4.0/integrations/customers/{customerId}/hash
get
/api/v4.0/integrations/customers/{customerId}/balance
get
/api/v4.0/integrations/customers/{customerId}/tier-progress
get
/api/v4.0/integrations/customers/{customerId}/tags
post
/api/v4.0/integrations/customers/{customerId}/tags
delete
/api/v4.0/integrations/customers/{customerId}/tags/{tag}
get
/api/v4.0/integrations/customers/{customerId}/notifications
post
/api/v4.0/integrations/customers/{customerId}/notifications/read
get
/api/v4.0/integrations/referrals/validate
post
/api/v4.0/integrations/events
get
/plants
post
/plants
delete
/plants/{id}
Webhooks
post
/plant/webhook
Track a new order to reward customer purchases and manage loyalty accrual.
post
/api/v4.0/integrations/orders
Request body
object
required
customerId
string
required
email
string
mobile
string
orderId
string
required
orderDate
string
date-time
required
totalPaid
number
required
totalPrice
number
totalDiscount
number
totalShipping
number
totalTax
number
lineItems
object[]
redemption
object
extra
object
merchant
object
guest
boolean
channel
'mobile'
|
'pos'
|
'web'
|
'callcenter'
cartId
string
cashbackConfigurations
object
Response
Order tracked
object
required
customerId
string
redeemedPoints
number
rewardedPoints
number
lineItems
object[]
Changes