MaxPara API Documentation v2

# Get started

MaxPara digital API documentation


Overview

Author & Product owner
Ege //MaxGroup
Created at:
12/03/2023
Updated at:
23/03/2025
Version:
2.0.1

# HAVALE(FAST)

# DEPOSİT CREATE

METHOD
POST https://maxpara.co/api/deposit TYPE : application/json
NOTE The CallBack value, which will be generated after the successful deposit response. MD5 Hash Parameters: {user_id}{token}{amount(integer only)}{YOUR_SECRET_KEY} Sample Hash Data: 1353512345678921234234324100AbC***123
Example Request:

	{
	"key": "your apikey (we will give you in private)", // Data Type= String 
	"username": "George Jackson", // (Full name of the Player) // Data Type= String 
	"user_id": "13535", //(User ID of the Player on Merchant side) // Data Type= String 
	"token": "12345678921234234324", //(Deposit ID that can be used by the merchant to identify the operation in their own system) // Data Type= String 
	"method": "fast", //(Requested deposit type) // Data Type= String
	"amount": 100, //(The amount of money to be deposited) // Data Type= Integer 
	"callbackUrl": "https://www.maxbetcasino.com/" //(URL on merchant website where the Player should be redirected after the deposit request is completed.) // Data Type= String 
	}
Example Response:
SUCCESS

	{
    "code": 200,
    "status": "success",
    "link": "http://maxpara.co/api/iframe?ft=12345678921234234324",
    "token": "12345678921234234324",
    "expire_date": "2021-01-05 03:55:44"
	}
Webhook(Deposit):
Callback(Fast/Havale-Deposit) Example Approve Case:

	{
    "id": 240, //(Id of the deposit transaction in our system)
	"username": "George Jackson", //(Full name of the Player)
	"user_id": "13535", //(User ID of the Player on Merchant side)
	"amount": 100, //(The amount of money to be deposited)
	"status": "APPROVED", //(the state of the deposit)
	"token": "12345678921234234324", //(Deposit ID that can be used by the merchant to identify the operation in their own system)
	"method": "fast", //(Requested deposit type)
	"date": {
		"date": "2024-01-04 16:43:34.650041",
		"timezone_type": 3,
		"timezone": "UTC"
			},
	"type": "DEPOSIT"//(Requested transaction type)
	"message": null //(notification note of the transaction status)
	}
Callback(Fast/Havale-Deposit) Example Decline Case:

	{
    "id": 243,
	"username": "George Jackson",
	"user_id": "13535",
	"amount": 100,
	"status": "DECLINED",
	"token": "12345678921234234324",
	"method": "fast",
	"date": {
		"date": "2024-01-04 17:03:26.024221",
		"timezone_type": 3,
		"timezone": "UTC"
			},
	"type": "DEPOSIT"
	"message": "hatalı isim bilgisi"
	}

# WİTHDRAW CREATE

METHOD
POST https://maxpara.co/api/cash-out TYPE : application/json
NOTE The CallBack value, which will be generated after the successful withdraw response. MD5 Hash Parameters: {user_id}{token}{amount(integer only)}{YOUR_SECRET_KEY} Sample Hash Data: 1353512345678921234234324100AbC***123
Example Request:

	{
	"key": "your apikey (we will give you in private)", // Data Type= String 
	"user_id": "13535",//(User ID of the Player on Merchant side) // Data Type= String 
	"username": "George Jackson", //(Full name of the Player) // Data Type= String 
	"bankName": "Akbank", //( other bank options; Albaraka, Denizbank, Enpara, Garanti, HalkBank, ING, İş Bankası, KuveytTürk, Qnb Finansbank, TEB, Türkiye Finans, Fibabanka, Şekerbank, Vakıfbank, Yapı Kredi, Ziraat Bankası, Diğer Bankalar (Other Banks) // Data Type= String 
	"bankAccount": "TR60 0001 1000 0000 1125 4511 10", //(IBAN; TR and 24-digit number) // Data Type= String 
	"amount": 100,//(The Amount of money to be paid out) // Data Type= Integer 
	"method": "fast",//(Requested Withdrawal type) // Data Type= String 
	"token": "312321312312"//(Withdrawal ID that can be used by the merchant to identify the operation in their own system) // Data Type= String 
	}
Example Response:
SUCCESS

	{
    "code": 200,
    "status": "success",
    "token": "312321312312",
    "message": ""
	}
Webhook(Withdraw):
Callback(Fast/Havale-Withdraw) Example Approve Case:

	{
	"id": 247,//(Id of the withdrawal transaction in our system)
	"username": "George Jackson", //(Full name of the Player)
	"user_id": "13535",//(User ID of the Player on Merchant side)
	"amount": 100,//(The amount of money to be paid out)
	"status": "APPROVED",//(the state of the withdrawal)
	"token": "312321312312",//(Withdrawal ID that can be used by the merchant to identify the operation in their own system)
	"method": "fast",//(Requested withdrawal type)
	"date": {
		"date": "2024-01-04 17:12:47.130047",
		"timezone_type": 3,
		"timezone": "UTC"
			},
	"type": "CASH_OUT"//(Requested transaction type)
	"message": null//(notification note of the transaction status)
	}
Callback(Fast/Havale-Withdraw) Example Decline Case:

	{
	"id": 246,
	"username": "George Jackson",
	"user_id": "13535",
	"amount": 100,
	"status": "DECLINED",
	"token": "312321312312",
	"method": "fast",
	"date": {
		"date": "2024-01-04 17:12:45.255247",
		"timezone_type": 3,
		"timezone": "UTC"
			},
	"type": "CASH_OUT"
	"message": "hatalı IBAN"
	}

# PAPARA

- DEPOSİT CREATE

METHOD
POST https://maxpara.co/payment/create-deposit TYPE : application/json
NOTE The CallBack value, which will be generated after the successful deposit response. MD5 Hash Parameters: {user_id}{token}{amount(integer only)}{YOUR_SECRET_KEY} Sample Hash Data: 11223321456171811100AbC***123
Example Request:

	{
    "key": "your apikey (we will give you in private)", // Data Type= String 
    "username": "George Bush", // (Full name of the Player) // Data Type= String 
    "user_id": "112233", //(User ID of the Player on Merchant side) // Data Type= String 
    "phoneNumber": "5302189565", //(GSM No of the Player on Merchant side) // Data Type= String 
    "email": "georgebush@gmail.com",//(Email Address of the Player on Merchant side) // Data Type= String 
    "amount": 100,//(The amount of money to be deposited) // Data Type= Integer 
    "token": "21456171811",//(Deposit ID that can be used by the merchant to identify the operation in their own system) // Data Type= String 
    "method": "papara", //(Requested deposit type) // Data Type= String 
    "callbackUrl": "https://www.maxbetcasino.com/" //(URL on merchant website where the Player should be redirected after the deposit request is completed.) // Data Type= String 
	}
Example Response:
SUCCESS

	{
    "code": 200,
    "status": "success",
    "link": "https://pp.maxpapara.com/pay/21456171811",
    "expire_date": "2021-01-05 03:55:44"
	}
Webhook(Deposit):
Callback(Papara-Deposit) Example Approve Case:

	{
	"id": 135, //(Id of the deposit transaction in our system)
	"username": "George Bush", //(Full name of the Player)
	"user_id": "112233",//(User ID of the Player on Merchant side)
	"amount": 100,//(The amount of money to be deposited)
	"status": "APPROVED",//(the state of the deposit)
	"token": "21456171811",//(Deposit ID that can be used by the merchant to identify the operation in their own system)
	"method": "papara",//(Requested deposit type)
	"date": {
		"date": "2024-01-04 16:43:34.650041",
		"timezone_type": 3,
		"timezone": "UTC"
			},
	"type": "DEPOSIT"//(Requested transaction type)
	"message": null//(notification note of the transaction status)
	}
Callback(Papara-Deposit) Example Decline Case:

	{
    "id": 135,
	"username": "George Bush", 
	"user_id": "112233",
	"amount": 100,
	"status": "DECLINED",
	"token": "21456171811",
	"method": "papara",
	"date": {
		"date": "2024-01-04 17:03:26.024221",
		"timezone_type": 3,
		"timezone": "UTC"
			},
	"type": "DEPOSIT"
	"message": "Invalid Name Surname"
	}

# WİTHDRAW CREATE

METHOD
POST https://maxpara.co/payment/create-withdraw TYPE : application/json
NOTE The CallBack value, which will be generated after the successful withdraw response. MD5 Hash Parameters: {user_id}{token}{amount(integer only)}{YOUR_SECRET_KEY} Sample Hash Data: 11223321456171811100AbC***123
Example Request:

	{
    "key": "your apikey (we will give you in private)", // Data Type= String 
    "username": "George Bush", //(Full name of the Player) (that one of for provider) // Data Type= String 
    "fullName": "George Bush", //(Full name of the Player) (that one for us) // Data Type= String 
    "playerIdentityNumber": "112233445566", //(T.C. Kimlik Numarası(T.C. ID Number of the Player) // Data Type= String 
    "accountNumber": "2023000841", //(Papara Account Number of the Player) // Data Type= String 
    "user_id": "112233",//(User ID of the Player on Merchant side) // Data Type= String 
    "phoneNumber": "5302189565", //(GSM No of the Player on Merchant side) // Data Type= String 
    "email": "georgebush@gmail.com",//(Email Address of the Player on Merchant side) // Data Type= String 
    "amount": 100,//(The Amount of money to be paid out) // Data Type= Integer 
    "token": "21456171811",//(Withdrawal ID that can be used by the merchant to identify the operation in their own system) // Data Type= String 
    "method": "papara",//(Requested Withdrawal type) // Data Type= String 
    "callbackUrl": "https://www.maxbetcasino.com/" //(URL on merchant website where the Player should be redirected after the withdrawal request is completed.) // Data Type= String 
	}
Example Response:
SUCCESS

	{
    "code": 200,
    "status": "success",
    "token": "21456171811",
    "message": ""
	}
Webhook(Withdraw):
Callback(Papara-Withdraw) Example Approve Case:

	{
	"id": 135,//(Id of the withdrawal transaction in our system)
	"username": "George Bush", //(Full name of the Player)
	"user_id": "112233",//(User ID of the Player on Merchant side)
	"amount": 100,//(The amount of money to be paid out)
	"status": "APPROVED",//(the state of the withdrawal)
	"token": "21456171811",//(Withdrawal ID that can be used by the merchant to identify the operation in their own system)
	"method": "papara",//(Requested withdrawal type)
	"date": {
		"date": "2024-01-04 17:12:47.130047",
		"timezone_type": 3,
		"timezone": "UTC"
			},
	"type": "CASH_OUT"//(Requested transaction type)
	"message": null//(notification note of the transaction status)
	}
Callback(Papara-Withdraw) Example Decline Case:

	{
	"id": 246,
	"username": "George Bush",
	"user_id": "112233",
	"amount": 100,
	"status": "DECLINED",
	"token": "21456171811",
	"method": "papara",
	"date": {
		"date": "2024-01-04 17:12:45.255247",
		"timezone_type": 3,
		"timezone": "UTC"
			},
	"type": "CASH_OUT"
	"message": "Invalid Account Number"
	}

# PAYPAY

- DEPOSİT CREATE

METHOD
POST https://maxpara.co/payment/create-deposit TYPE : application/json
NOTE The CallBack value, which will be generated after the successful deposit response. MD5 Hash Parameters: {user_id}{token}{amount(integer only)}{YOUR_SECRET_KEY} Sample Hash Data: 11223321456171118111711100AbC***123
Example Request:

	{
    "key": "your apikey (we will give you in private)", // Data Type= String 
    "username": "George Bush", // (Full name of the Player) // Data Type= String 
    "user_id": "112233",//(User ID of the Player on Merchant side) // Data Type= String 
    "phoneNumber": "5302189565",//(GSM No of the Player on Merchant side) // Data Type= String 
    "email": "georgebush@gmail.com",//(Email Address of the Player on Merchant side) // Data Type= String 
    "amount": 100,//(The amount of money to be deposited) // Data Type= Integer 
    "token": "21456171118111711",//(Deposit ID that can be used by the merchant to identify the operation in their own system) // Data Type= String 
    "method": "paypay",//(Requested deposit type) // Data Type= String 
    "callbackUrl": "https://www.maxbetcasino.com/" //(URL on merchant website where the Player should be redirected after the deposit request is completed.) // Data Type= String 
	}
Example Response:
SUCCESS

	{
    "code": 200,
    "status": "success",
    "link": "https://paypay12.nndprv.com/start-transaction?token=6685ada91e39b79f59a30544",
    "expire_date": "2021-01-05 03:55:44"
	}
Webhook(Deposit):
Callback(PayPay-Deposit) Example Approve Case:

	{
	"id": 135,//(Id of the deposit transaction in our system)
	"username": "George Bush", //(Full name of the Player)
	"user_id": "112233",//(User ID of the Player on Merchant side)
	"amount": 100, //(The amount of money to be deposited)
	"status": "APPROVED",//(the state of the deposit)
	"token": "21456171118111711",//(Deposit ID that can be used by the merchant to identify the operation in their own system)
	"method": "paypay",//(Requested deposit type)
	"date": {
		"date": "2024-01-04 16:43:34.650041",
		"timezone_type": 3,
		"timezone": "UTC"
			},
	"type": "DEPOSIT"//(Requested transaction type)
	"message": null//(notification note of the transaction status)
	}
Callback(PayPay-Deposit) Example Decline Case:

	{
    "id": 135,
	"username": "George Bush",
	"user_id": "112233",
	"amount": 100,
	"status": "DECLINED",
	"token": "21456171118111711",
	"method": "paypay",
	"date": {
		"date": "2024-01-04 17:03:26.024221",
		"timezone_type": 3,
		"timezone": "UTC"
			},
	"type": "DEPOSIT"
	"message": "Invalid Name Surname"
	}
#

- WİTHDRAW CREATE

METHOD
POST https://maxpara.co/payment/create-withdraw TYPE : application/json
NOTE The CallBack value, which will be generated after the successful withdraw response. MD5 Hash Parameters: {user_id}{token}{amount(integer only)}{YOUR_SECRET_KEY} Sample Hash Data: 11223321456171118111711100AbC***123
Example Request:

	{
    "key": "your apikey (we will give you in private)", // Data Type= String 
    "username": "George Bush", //(Full name of the Player) (that one for provider) // Data Type= String 
    "fullName": "George Bush", //(Full name of the Player) (that one for us) // Data Type= String 
    "playerIdentityNumber": "112233445566", //(T.C. Kimlik Numarası(T.C. ID Number of the Player) // Data Type= String 
    "accountNumber": "2023000820", //(Paypay Account Number of the Player) // Data Type= String 
    "user_id": "112233",//(User ID of the Player on Merchant side) // Data Type= String 
    "phoneNumber": "5302189565", //(GSM No of the Player on Merchant side) // Data Type= String 
    "email": "georgebush@gmail.com",//(Email Address of the Player on Merchant side) // Data Type= String 
    "amount": 100,//(The Amount of money to be paid out) // Data Type= Integer 
    "token": "21456171118111711",//(Withdrawal ID that can be used by the merchant to identify the operation in their own system) // Data Type= String 
    "method": "paypay",//(Requested Withdrawal type) // Data Type= String 
    "callbackUrl": "https://www.maxbetcasino.com/" //(URL on merchant website where the Player should be redirected after the withdrawal request is completed.) // Data Type= String 
	}
Example Response:
SUCCESS

	{
    "code": 200,
    "status": "success",
    "token": "21456171118111711",
    "message": ""
	}
Webhook(Withdraw):
Callback(PayPay-Withdraw) Example Approve Case:

	{
	"id": 135,//(Id of the withdrawal transaction in our system)
	"username": "George Bush",  //(Full name of the Player)
	"user_id": "112233",//(User ID of the Player on Merchant side)
	"amount": 100,//(The amount of money to be paid out)
	"status": "APPROVED",//(the state of the withdrawal)
	"token": "21456171118111711",//(Withdrawal ID that can be used by the merchant to identify the operation in their own system)
	"method": "paypay",//(Requested withdrawal type)
	"date": {
		"date": "2024-01-04 17:12:47.130047",
		"timezone_type": 3,
		"timezone": "UTC"
			},
	"type": "CASH_OUT"//(Requested transaction type)
	"message": null//(notification note of the transaction status)
	}
Callback(PayPay-Withdraw) Example Decline Case:

	{
	"id": 246,
	"username": "George Bush",
	"user_id": "112233",
	"amount": 100,
	"status": "DECLINED",
	"token": "21456171118111711",
	"method": "paypay",
	"date": {
		"date": "2024-01-04 17:12:45.255247",
		"timezone_type": 3,
		"timezone": "UTC"
			},
	"type": "CASH_OUT"
	"message": "Invalid Account Number"
	}

# PAYBOL

- DEPOSİT CREATE

METHOD
POST https://maxpara.co/payment/create-deposit TYPE : application/json
NOTE The CallBack value, which will be generated after the successful deposit response. MD5 Hash Parameters: {user_id}{token}{amount(integer only)}{YOUR_SECRET_KEY} Sample Hash Data: 11223321456171811711100AbC***123
Example Request:

	{
    "key": "your apikey (we will give you in private)", // Data Type= String 
    "username": "George Bush", //(Full name of the Player) // Data Type= String 
    "user_id": "112233",//(User ID of the Player on Merchant side) // Data Type= String 
    "phoneNumber": "5302189565",//(GSM No of the Player on Merchant side) // Data Type= String 
    "email": "georgebush@gmail.com",//(Email Address of the Player on Merchant side) // Data Type= String 
    "amount": 100, //(The amount of money to be deposited) // Data Type= Integer 
    "token": "21456171811711", //(Deposit ID that can be used by the merchant to identify the operation in their own system) // Data Type= String 
    "method": "paybol",//(Requested deposit type) // Data Type= String 
    "callbackUrl": "https://www.maxbetcasino.com/" //(URL on merchant website where the Player should be redirected after the deposit request is completed.) // Data Type= String 
	}
Example Response:
SUCCESS

	{
    "code": 200,
    "status": "success",
    "link": "http://maxpaybol.com/payments/deposit/paybol/xXKhBn1KHDMt5stT0byegZ3cox6IhXhuIdCbtD2Gy7Kpqyqn",
    "expire_date": "2021-01-05 03:55:44"
	}
Webhook(Deposit):
Callback(Paybol-Deposit) Example Approve Case:

	{
	"id": 135, //(Id of the deposit transaction in our system)
	"username": "George Bush", //(Full name of the Player)
	"user_id": "112233",//(User ID of the Player on Merchant side)
	"amount": 100,//(The amount of money to be deposited)
	"status": "APPROVED",//(the state of the deposit)
	"token": "21456171811711",//(Deposit ID that can be used by the merchant to identify the operation in their own system)
	"method": "paybol",//(Requested deposit type)
	"date": {
		"date": "2024-01-04 16:43:34.650041",
		"timezone_type": 3,
		"timezone": "UTC"
			},
	"type": "DEPOSIT"//(Requested transaction type)
	"message": null//(notification note of the transaction status)
	}
Callback(Paybol-Deposit) Example Decline Case:

	{
    "id": 135,
	"username": "George Bush",
	"user_id": "112233",
	"amount": 100,
	"status": "DECLINED",
	"token": "21456171811711",
	"method": "paybol",
	"date": {
		"date": "2024-01-04 17:03:26.024221",
		"timezone_type": 3,
		"timezone": "UTC"
			},
	"type": "DEPOSIT"
	"message": "Invalid Name Surname"
	}

# WİTHDRAW CREATE

METHOD
POST https://maxpara.co/payment/create-withdraw TYPE : application/json
NOTE The CallBack value, which will be generated after the successful withdraw response. MD5 Hash Parameters: {user_id}{token}{amount(integer only)}{YOUR_SECRET_KEY} Sample Hash Data: 11223321456171811100AbC***123
Example Request:

	{
    "key": "your apikey (we will give you in private)", // Data Type= String 
    "username": "George Bush", //(Full name of the Player) (that one for provider) // Data Type= String 
    "fullName": "George Bush", //(Full name of the Player) (that one for us) // Data Type= String 
    "playerIdentityNumber": "112233445566", //(T.C. Kimlik Numarası(T.C. ID Number of the Player) // Data Type= String 
    "accountNumber": "202300084175", //(Paybol Account Number of the Player) // Data Type= String 
    "user_id": "112233",//(User ID of the Player on Merchant side) // Data Type= String 
    "phoneNumber": "5302189565", //(GSM No of the Player on Merchant side) // Data Type= String 
    "email": "georgebush@gmail.com", //(Email Address of the Player on Merchant side) // Data Type= String 
    "amount": 100,//(The Amount of money to be paid out) // Data Type= Integer
    "token": "21456171811",//(Withdrawal ID that can be used by the merchant to identify the operation in their own system) // Data Type= String 
    "method": "paybol",//(Requested Withdrawal type) // Data Type= String 
    "callbackUrl": "https://www.maxbetcasino.com/" //(URL on merchant website where the Player should be redirected after the withdrawal request is completed.) // Data Type= String 
	}
Example Response:
SUCCESS

	{
    "code": 200,
    "status": "success",
    "token": "21456171811",
    "message": ""
	}
Webhook(Withdraw):
Callback(Paybol-Withdraw) Example Approve Case:

	{
	"id": 135,//(Id of the withdrawal transaction in our system)
	"username": "George Bush", //(Full name of the Player)
	"user_id": "112233", //(User ID of the Player on Merchant side)
	"amount": 100, //(The amount of money to be paid out)
	"status": "APPROVED", //(the state of the withdrawal)
	"token": "21456171811", //(Withdrawal ID that can be used by the merchant to identify the operation in their own system)
	"method": "paybol", //(Requested withdrawal type)
	"date": {
		"date": "2024-01-04 17:12:47.130047",
		"timezone_type": 3,
		"timezone": "UTC"
			},
	"type": "CASH_OUT" //(Requested transaction type)
	"message": null //(notification note of the transaction status)
	}
Callback(Paybol-Withdraw) Example Decline Case:

	{
	"id": 246,
	"username": "George Bush", 
	"user_id": "112233",
	"amount": 100,
	"status": "DECLINED",
	"token": "21456171811",
	"method": "paybol",
	"date": {
		"date": "2024-01-04 17:12:45.255247",
		"timezone_type": 3,
		"timezone": "UTC"
			},
	"type": "CASH_OUT"
	"message": "Invalid Account Number"
	}

# PAYCO

- DEPOSİT CREATE

METHOD
POST https://maxpara.co/payment/create-deposit TYPE : application/json
NOTE The CallBack value, which will be generated after the successful deposit response. MD5 Hash Parameters: {user_id}{token}{amount(integer only)}{YOUR_SECRET_KEY} Sample Hash Data: 1122334445658595100AbC***123
Example Request:

	{
    "key":"your apikey (we will give you in private)", // Data Type= String 
    "username": "George Bush", //(Full name of the Player) // Data Type= String 
    "user_id": "11223344",//(User ID of the Player on Merchant side) // Data Type= String 
    "phoneNumber": "05302189565", //(GSM No of the Player on Merchant side) // Data Type= String 
    "email": "georgebush@gmail.com", //(Email Address of the Player on Merchant side) // Data Type= String 
    "amount": 100,//(The amount of money to be deposited) // Data Type= Integer 
    "token": "45658595", //(Deposit ID that can be used by the merchant to identify the operation in their own system) // Data Type= String 
    "method": "payco", //(Requested deposit type) // Data Type= String 
    "callbackUrl": "https://www.maxbetcasino.com/" //(URL on merchant website where the Player should be redirected after the deposit request is completed.) // Data Type= String 
	}
Example Response:
SUCCESS

	{
    "code": 200,
    "status": "success",
    "link": "https://www.deposittime.com/deposit?uuid=3c437819-57f0-4762-afb8-4237fb7a1b84",
    "expire_date": "2021-01-05 03:55:44"
	}
Webhook(Deposit):
Callback(Payco-Deposit) Example Approve Case:

	{
	"id": 57818, //(Id of the deposit transaction in our system)
	"username": "George Bush", //(Full name of the Player)
	"user_id": "11223344", //(User ID of the Player on Merchant side)
	"amount": 100, //(The amount of money to be deposited)
	"status": "APPROVED",//(the state of the deposit)
	"token": "45658595", //(Deposit ID that can be used by the merchant to identify the operation in their own system)
	"method": "payco", //(Requested deposit type)
	"date": {
		"date": "2024-08-18 20:44:04.100049",
		"timezone_type": 3,
		"timezone": "UTC"
			},
	"type": "DEPOSIT", //(Requested transaction type)
	"message": null //(notification note of the transaction status)
	}
Callback(Payco-Deposit) Example Decline Case:

	{
    "id": 57818,
	"username": "George Bush", 
	"user_id": "11223344",
	"amount": 100,
	"status": "DECLINED",
	"token": "45658595",
	"method": "payco",
	"date": {
		"date": "2024-01-04 17:03:26.024221",
		"timezone_type": 3,
		"timezone": "UTC"
			},
	"type": "DEPOSIT"
	"message": "Invalid Payco ID Number"
	}

Payco Withdrawal WİTHDRAW CREATE

METHOD
POST https://maxpara.co/payment/create-withdraw TYPE : application/json
NOTE The CallBack value, which will be generated after the successful withdraw response. MD5 Hash Parameters: {user_id}{token}{amount(integer only)}{YOUR_SECRET_KEY} Sample Hash Data: 1122334411223344556677100AbC***123
Example Request:

	{
        "token": "11223344556677", //(Withdrawal ID that can be used by the merchant to identify the operation in their own system) // Data Type= String 
        "amount": 100, //(The amount of money to be paid out) // Data Type= Integer 
        "username": "George Bush",  //(Full name of the Player) (that one for provider) // Data Type= String 
        "fullName": "George Bush",  //(Full name of the Player) (that one for us) // Data Type= String 
        "user_id": "11223344", //(User ID of the Player on Merchant side) // Data Type= String 
        "accountNumber": "1111111111", //(Payco Account Number of the Player) // Data Type= String 
        "key": "your apikey (we will give you in private)", // Data Type= String 
        "method": "payco" //(Requested Withdrawal type) // Data Type= String 
    }
Example Response:
SUCCESS

	    {
		"status": "OK",
		"our_tx_id": 491472570,
		"your_tx_id": "11223344556677",
		"message": "We will send a callback for  your request ASAP."
		}
Webhook(Withdraw):
Callback(Payco-Withdraw) Example Approve Case:

	{
	"id": 135,//(Id of the withdrawal transaction in our system)
	"username": "George Bush", //(Full name of the Player)
	"user_id": "112233", //(User ID of the Player on Merchant side)
	"amount": 100,//(The amount of money to be paid out)
	"status": "APPROVED",//(the state of the withdrawal)
	"token": "21456171811",//(Withdrawal ID that can be used by the merchant to identify the operation in their own system)
	"method": "payco",//(Requested withdrawal type)
	"date": {
		"date": "2024-01-04 17:12:47.130047",
		"timezone_type": 3,
		"timezone": "UTC"
			},
	"type": "CASH_OUT"//(Requested transaction type)
	"message": null//(notification note of the transaction status)
	}
Callback(Payco-Withdraw) Example Decline Case:

	{
	"id": 246,
	"username": "George Bush",
	"user_id": "112233",
	"amount": 100,
	"status": "DECLINED",
	"token": "21456171811",
	"method": "payco",
	"date": {
		"date": "2024-01-04 17:12:45.255247",
		"timezone_type": 3,
		"timezone": "UTC"
			},
	"type": "CASH_OUT"
	"message": "Invalid Payco Account Number"
	}

# PAROLAPARA

- DEPOSİT CREATE

METHOD
POST https://maxpara.co/payment/create-deposit TYPE : application/json
NOTE The CallBack value, which will be generated after the successful deposit response. MD5 Hash Parameters: {user_id}{token}{amount(integer only)}{YOUR_SECRET_KEY} Sample Hash Data: 11223321456171811100AbC***123
Example Request:

    {
    "key": "your apikey (we will give you in private)", // Data Type= String 
    "username": "George Bush", // (Full name of the Player) // Data Type= String 
    "user_id": "112233", //(User ID of the Player on Merchant side) // Data Type= String 
    "phoneNumber": "5302189565", //(GSM No of the Player on Merchant side) // Data Type= String 
    "email": "georgebush@gmail.com",//(Email Address of the Player on Merchant side) // Data Type= String 
    "amount": 100,//(The amount of money to be deposited) // Data Type= Integer 
    "token": "21456171811",//(Deposit ID that can be used by the merchant to identify the operation in their own system) // Data Type= String 
    "method": "para-parola", //(Requested deposit type) // Data Type= String 
    "callbackUrl": "https://www.maxbetcasino.com/" //(URL on merchant website where the Player should be redirected after the deposit request is completed.) // Data Type= String 
    }
Example Response:
SUCCESS

    {
    "code": 200,
    "status": "success",
    "link": "https://seller.vipparola.com/start-transaction?token=67d95c814464a5360e83cd20",
    "expire_date": "2021-01-05 03:55:44"
    }
Webhook(Deposit):
Callback(ParolaPara-Deposit) Example Approve Case:

    {
    "id": 135, //(Id of the deposit transaction in our system)
    "username": "George Bush", //(Full name of the Player)
    "user_id": "112233",//(User ID of the Player on Merchant side)
    "amount": 100,//(The amount of money to be deposited)
    "status": "APPROVED",//(the state of the deposit)
    "token": "21456171811",//(Deposit ID that can be used by the merchant to identify the operation in their own system)
    "method": "para-parola",//(Requested deposit type)
    "date": {
        "date": "2024-01-04 16:43:34.650041",
        "timezone_type": 3,
        "timezone": "UTC"
            },
    "type": "DEPOSIT"//(Requested transaction type)
    "message": null//(notification note of the transaction status)
    }
Callback(ParolaPara-Deposit) Example Decline Case:

    {
    "id": 135,
    "username": "George Bush", 
    "user_id": "112233",
    "amount": 100,
    "status": "DECLINED",
    "token": "21456171811",
    "method": "para-parola",
    "date": {
        "date": "2024-01-04 17:03:26.024221",
        "timezone_type": 3,
        "timezone": "UTC"
            },
    "type": "DEPOSIT"
    "message": "Invalid Name Surname"
    }

# WİTHDRAW CREATE

METHOD
POST https://maxpara.co/payment/create-withdraw TYPE : application/json
NOTE The CallBack value, which will be generated after the successful withdraw response. MD5 Hash Parameters: {user_id}{token}{amount(integer only)}{YOUR_SECRET_KEY} Sample Hash Data: 11223321456171811100AbC***123
Example Request:

    {
    "key": "your apikey (we will give you in private)", // Data Type= String 
    "username": "George Bush", //(Full name of the Player) (that one of for provider) // Data Type= String 
    "fullName": "George Bush", //(Full name of the Player) (that one for us) // Data Type= String 
    "playerIdentityNumber": "112233445566", //(T.C. Kimlik Numarası(T.C. ID Number of the Player) // Data Type= String 
    "accountNumber": "2023000841", //(ParolaPara Account Number of the Player) // Data Type= String 
    "user_id": "112233",//(User ID of the Player on Merchant side) // Data Type= String 
    "phoneNumber": "5302189565", //(GSM No of the Player on Merchant side) // Data Type= String 
    "email": "georgebush@gmail.com",//(Email Address of the Player on Merchant side) // Data Type= String 
    "amount": 100,//(The Amount of money to be paid out) // Data Type= Integer 
    "token": "21456171811",//(Withdrawal ID that can be used by the merchant to identify the operation in their own system) // Data Type= String 
    "method": "para-parola",//(Requested Withdrawal type) // Data Type= String 
    "callbackUrl": "https://www.maxbetcasino.com/" //(URL on merchant website where the Player should be redirected after the withdrawal request is completed.) // Data Type= String 
    }
Example Response:
SUCCESS

    {
    "code": 200,
    "status": "success",
    "token": "21456171811",
    "message": ""
    }
Webhook(Withdraw):
Callback(ParolaPara-Withdraw) Example Approve Case:

    {
    "id": 135,//(Id of the withdrawal transaction in our system)
    "username": "George Bush", //(Full name of the Player)
    "user_id": "112233",//(User ID of the Player on Merchant side)
    "amount": 100,//(The amount of money to be paid out)
    "status": "APPROVED",//(the state of the withdrawal)
    "token": "21456171811",//(Withdrawal ID that can be used by the merchant to identify the operation in their own system)
    "method": "para-parola",//(Requested withdrawal type)
    "date": {
        "date": "2024-01-04 17:12:47.130047",
        "timezone_type": 3,
        "timezone": "UTC"
            },
    "type": "CASH_OUT"//(Requested transaction type)
    "message": null//(notification note of the transaction status)
    }
Callback(ParolaPara-Withdraw) Example Decline Case:

    {
    "id": 246,
    "username": "George Bush",
    "user_id": "112233",
    "amount": 100,
    "status": "DECLINED",
    "token": "21456171811",
    "method": "para-parola",
    "date": {
        "date": "2024-01-04 17:12:45.255247",
        "timezone_type": 3,
        "timezone": "UTC"
            },
    "type": "CASH_OUT"
    "message": "Invalid Account Number"
    }

# POPYPARA

- DEPOSİT CREATE

METHOD
POST https://maxpara.co/payment/create-deposit TYPE : application/json
NOTE The CallBack value, which will be generated after the successful deposit response. MD5 Hash Parameters: {user_id}{token}{amount(integer only)}{YOUR_SECRET_KEY} Sample Hash Data: 11223321456171811100AbC***123
Example Request:

    {
    "key": "your apikey (we will give you in private)", // Data Type= String 
    "username": "George Bush", // (Full name of the Player) // Data Type= String 
    "user_id": "112233", //(User ID of the Player on Merchant side) // Data Type= String 
    "phoneNumber": "5302189565", //(GSM No of the Player on Merchant side) // Data Type= String 
    "email": "georgebush@gmail.com",//(Email Address of the Player on Merchant side) // Data Type= String
    "playerIdentityNumber": "112233445566", //(T.C. Kimlik Numarası(T.C. ID Number of the Player) // Data Type= String 
    "amount": 100,//(The amount of money to be deposited) // Data Type= Integer 
    "token": "21456171811",//(Deposit ID that can be used by the merchant to identify the operation in their own system) // Data Type= String 
    "method": "popy-para", //(Requested deposit type) // Data Type= String 
    "callbackUrl": "https://www.maxbetcasino.com/" //(URL on merchant website where the Player should be redirected after the deposit request is completed.) // Data Type= String 
    }
Example Response:
SUCCESS

    {
    "code": 200,
    "status": "success",
    "link": "https://payment.maxpopypara.com/payment?data=67d95e56e07dda370751da2b",
    "expire_date": "2021-01-05 03:55:44"
    }
Webhook(Deposit):
Callback(PopyPara-Deposit) Example Approve Case:

    {
    "id": 135, //(Id of the deposit transaction in our system)
    "username": "George Bush", //(Full name of the Player)
    "user_id": "112233",//(User ID of the Player on Merchant side)
    "amount": 100,//(The amount of money to be deposited)
    "status": "APPROVED",//(the state of the deposit)
    "token": "21456171811",//(Deposit ID that can be used by the merchant to identify the operation in their own system)
    "method": "popy-para",//(Requested deposit type)
    "date": {
        "date": "2024-01-04 16:43:34.650041",
        "timezone_type": 3,
        "timezone": "UTC"
            },
    "type": "DEPOSIT"//(Requested transaction type)
    "message": null//(notification note of the transaction status)
    }
Callback(PopyPara-Deposit) Example Decline Case:

    {
    "id": 135,
    "username": "George Bush", 
    "user_id": "112233",
    "amount": 100,
    "status": "DECLINED",
    "token": "21456171811",
    "method": "popy-para",
    "date": {
        "date": "2024-01-04 17:03:26.024221",
        "timezone_type": 3,
        "timezone": "UTC"
            },
    "type": "DEPOSIT"
    "message": "Invalid Name Surname"
    }

# WİTHDRAW CREATE

METHOD
POST https://maxpara.co/payment/create-withdraw TYPE : application/json
NOTE The CallBack value, which will be generated after the successful withdraw response. MD5 Hash Parameters: {user_id}{token}{amount(integer only)}{YOUR_SECRET_KEY} Sample Hash Data: 11223321456171811100AbC***123
Example Request:

    {
    "key": "your apikey (we will give you in private)", // Data Type= String 
    "username": "George Bush", //(Full name of the Player) (that one of for provider) // Data Type= String 
    "fullName": "George Bush", //(Full name of the Player) (that one for us) // Data Type= String 
    "playerIdentityNumber": "112233445566", //(T.C. Kimlik Numarası(T.C. ID Number of the Player) // Data Type= String 
    "accountNumber": "2023000841", //(PopyPara Account Number of the Player) // Data Type= String 
    "user_id": "112233",//(User ID of the Player on Merchant side) // Data Type= String 
    "phoneNumber": "5302189565", //(GSM No of the Player on Merchant side) // Data Type= String 
    "email": "georgebush@gmail.com",//(Email Address of the Player on Merchant side) // Data Type= String 
    "amount": 100,//(The Amount of money to be paid out) // Data Type= Integer 
    "token": "21456171811",//(Withdrawal ID that can be used by the merchant to identify the operation in their own system) // Data Type= String 
    "method": "popy-para",//(Requested Withdrawal type) // Data Type= String 
    "callbackUrl": "https://www.maxbetcasino.com/" //(URL on merchant website where the Player should be redirected after the withdrawal request is completed.) // Data Type= String 
    }
Example Response:
SUCCESS

    {
    "code": 200,
    "status": "success",
    "token": "21456171811",
    "message": ""
    }
Webhook(Withdraw):
Callback(PopyPara-Withdraw) Example Approve Case:

    {
    "id": 135,//(Id of the withdrawal transaction in our system)
    "username": "George Bush", //(Full name of the Player)
    "user_id": "112233",//(User ID of the Player on Merchant side)
    "amount": 100,//(The amount of money to be paid out)
    "status": "APPROVED",//(the state of the withdrawal)
    "token": "21456171811",//(Withdrawal ID that can be used by the merchant to identify the operation in their own system)
    "method": "popy-para",//(Requested withdrawal type)
    "date": {
        "date": "2024-01-04 17:12:47.130047",
        "timezone_type": 3,
        "timezone": "UTC"
            },
    "type": "CASH_OUT"//(Requested transaction type)
    "message": null//(notification note of the transaction status)
    }
Callback(PopyPara-Withdraw) Example Decline Case:

    {
    "id": 246,
    "username": "George Bush",
    "user_id": "112233",
    "amount": 100,
    "status": "DECLINED",
    "token": "21456171811",
    "method": "popy-para",
    "date": {
        "date": "2024-01-04 17:12:45.255247",
        "timezone_type": 3,
        "timezone": "UTC"
            },
    "type": "CASH_OUT"
    "message": "Invalid Account Number"
    }

# "BankName"

METHOD
POST https://maxpara.co/api/banks TYPE : application/json
NOTE The apikey written under the key name is the apikey of the fast method.
Example Request:

			{
				"key": "{API_KEY}"
			}

Example Response:
SUCCESS

	{
    "00046": "Akbank",
    "00203": "Albaraka",
    "00135": "Anadolu Bank",
    "00125": "Burgan Bank",
    "00134": "Deniz Bank",
    "00111": "QNB Finansbank",
    "00012": "Halk Bank",
    "00099": "ING Bank",
    "00205": "Kuveyt Türk",
    "00059": "Şekerbank",
    "00206": "Türkiye Finans",
    "00067": "Yapı Kredi",
    "00167": "Yapı Kredi",
    "00143": "Aktif Bank",
    "00124": "Alternatif Bank",
    "00092": "Citi Bank",
    "00103": "Fibabanka",
    "00062": "Garanti",
    "00123": "HSBC",
    "00064": "İş Bankası",
    "00146": "Odea Bank",
    "00032": "Teb",
    "00015": "VakıfBank",
    "00010": "Ziraat Bankası",
    "00209": "Ziraat Katılım"
	}

# "BankName"alternative

METHOD
POST https://maxpara.co/api/banks?format=2 TYPE : application/json
NOTE The apikey written under the key name is the apikey of the fast method.
Example Request:

			{
				"key": "{API_KEY}"
			}

Example Response:
SUCCESS

	[
    {
        "id": "00046",
        "bank": "Akbank"
    },
    {
        "id": "00203",
        "bank": "Albaraka"
    },
    {
        "id": "00135",
        "bank": "Anadolu Bank"
    },
    {
        "id": "00125",
        "bank": "Burgan Bank"
    },
    {
        "id": "00134",
        "bank": "Deniz Bank"
    },
    {
        "id": "00111",
        "bank": "QNB Finansbank"
    },
    {
        "id": "00012",
        "bank": "Halk Bank"
    },
    {
        "id": "00099",
        "bank": "ING Bank"
    },
    {
        "id": "00205",
        "bank": "Kuveyt Türk"
    },
    {
        "id": "00059",
        "bank": "Şekerbank"
    },
    {
        "id": "00206",
        "bank": "Türkiye Finans"
    },
    {
        "id": "00067",
        "bank": "Yapı Kredi"
    },
    {
        "id": "00167",
        "bank": "Yapı Kredi"
    },
    {
        "id": "00143",
        "bank": "Aktif Bank"
    },
    {
        "id": "00124",
        "bank": "Alternatif Bank"
    },
    {
        "id": "00092",
        "bank": "Citi Bank"
    },
    {
        "id": "00103",
        "bank": "Fibabanka"
    },
    {
        "id": "00062",
        "bank": "Garanti"
    },
    {
        "id": "00123",
        "bank": "HSBC"
    },
    {
        "id": "00064",
        "bank": "İş Bankası"
    },
    {
        "id": "00146",
        "bank": "Odea Bank"
    },
    {
        "id": "00032",
        "bank": "Teb"
    },
    {
        "id": "00015",
        "bank": "VakıfBank"
    },
    {
        "id": "00010",
        "bank": "Ziraat Bankası"
    },
    {
        "id": "00209",
        "bank": "Ziraat Katılım"
    }
]

# Status

METHOD
POST https://maxpara.co/api/payment/status TYPE : application/json
NOTE The apikey written under the key name is the apikey of the fast method.
Example Request:

		{
			"key": "{API_KEY}",
			"token": "{TRANSACTION_ID}"
		}

Example Response:
SUCCESS

		{
			"success": false,
			"message": "İşlem bulunamadı."
		}

# Balance Check

METHOD
POST https://maxpara.co/api/platform/balance TYPE : application/json
NOTE The apikey written under the key name is the apikey of the fast method.
Example Request:

        {
            "key": "{API_KEY}",
        }

Example Response:
SUCCESS

        {
            "balance": 215723.28
        }
        

# Contact us