Make
POST
/payments/make
Overview
Request Parameters
Parameter | Data type | Description | Required | |
---|---|---|---|---|
JWT payload | ||||
data | json string | Request data. | Yes | |
Amount | string | Amount in player's currency. | Yes | |
TaxAmount | string | Tax Amount. The TaxAmount field will be included in the request if the "Tax On/Off" setting is enabled in the BETCORE Backoffice. | No | |
BetId | number | Bet ID. | Yes | |
PartnerUserId | string | Partner's user ID. | Yes | |
TransactionType | number | Transaction type: -1 - accept bet 1 - payout (amount 0 means loss) 2 - bet return -2 - payout return 4 - jackpot payout | Yes | |
PromoCode | string | Promo code. | No | |
TagId | number | Identification tag for an embedded iFrame page element; relevant for Partners using WebFrame as a client. See more on Tags. | No |