/sportsbook-software-soap-api

Sportsbook software SOAP/WSDL API example code

Primary LanguagePHP

sportsbook software

This API code allows you to interact in almost any possible way with your users and transactions database on your www.sportsbooksoft.com platform.

sportsbook-software-soap-api

Sportsbook software SOAP/WSDL API example code

This free example code allows you to interact with the sportsbook software SOAP API. To access the WSDL please contact support to obtain your API key and white list your servers' IP addresses, then use the example code supplied to submit queries.

Available functions are below. Each function requires an API key.

createUser - create an user account

getCurrency - get information regarding a supported currency - ID, name, symbol, exchange rate information

getUser - get an user account

changeUser - update an user account

getUserByEmail - find an user by their e-mail address

getUsers - get a list of users. you can also specify pagination parameters

getCurrencies - get a list of all supported currencies

getUserCountries - list the countries available / supported

getTransaction - information about a transaction

getTransactions - get a list of transactions, you can also paginate

getUserTransactions - get the list of transactions for a particular user ID

getAffiliate - affiliate account information

getAffiliates - list of sportsbook affiliate accounts

getCasinoGameCategories - list of casino game categories

getCasinoGames - list of casino games inside a category

getCasinoGame - information about a specific game

getLoginToken - generates a one-time use single-click login token which you can use to redirect the user to a custom URL and have them log in straight up into their sportsbook account

getUserBalance - available balance for a specific user account

addTransaction - add or remove funds from an user account

getVouchers - get a list of all known prepaid credit voucher codes

getCasinoGameHash - get a play hash for a casino game. Users can be redirected to a custom URL containing the hash and start play immediately without a login required

getCasinoGameUrl - URL for above feature

createVouchers - create custom pre-paid voucher codes

For installations operating under the franchise model it is also possible to use the createTransaction function to add/remove credits to user accounts.

For more information please contact Sportsbook Software