Bank Accounts
post https://payin.gamegateway.online/v3/doPayout
Initiate payouts to your Customers, Vendors, and Employees directly from your Payin GameGateway or Bank account. Money can be sent to bank accounts,This API cannot be used for DMT use cases..
Your Request History
Info :
Click Here to know how to get the Credentials.
Request Parameter for Bank
Parameter Name | Type | Requirement | Description |
---|---|---|---|
userKey | String | Mandatory | Api User Key |
userToken | String | Mandatory | Api User Token |
orderId | String | Mandatory | Your unique transaction Id |
accountHolderName | String | Mandatory | Account Holder Name of End Customer |
bankName | String | Mandatory | Bank Name of End Customer |
accountNumer | String | Mandatory | Account Number of End Customer |
ifscCode | String | Mandatory | IFS Code of End Customer account |
mobileNumber | String | Mandatory | Mobile number of End Customer |
String | Mandatory | Email of End Customer | |
amount | Numeric | Mandatory | Amount to be transferred |
genrateToken | String | Mandatory | Token generated by you |
Sample Request
Response Parameters
Parameter Name | Type | Description |
---|---|---|
statuscode | Numeric | Status Code |
status | String | Action Status |
data | Array | Response Data (If Present) |
data.status | String | Transaction status (SUCCESS/FAILED/PROCESSING) |
Sample Response
Check Status
post https://payin.gamegateway.online/v3/checkstatus
Parameter for Check Status
Parameter Name | Type | Requirement | Description |
---|---|---|---|
userKey | String | Mandatory | Api User Key |
userToken | String | Mandatory | Api User Token |
orderId | String | Mandatory | Your unique transaction Id |
genrateToken | String | Mandatory | Token generated by you |
Sample Request
Response Parameters
Parameter Name | Type | Description |
---|---|---|
statuscode | Numeric | Status Code |
status | String | Action Status |
data | Array | Response Data (If Present) |
data.status | String | Transaction status (SUCCESS/FAILED/PROCESSING) |
Sample Response
Check Balance
post https://payin.gamegateway.online/v3/checkbalance
Parameter for Check Status
Parameter Name | Type | Requirement | Description |
---|---|---|---|
userKey | String | Mandatory | Api User Key |
userToken | String | Mandatory | Api User Token |
Sample Request
Response Parameters
Parameter Name | Type | Description |
---|---|---|
statuscode | Numeric | Status Code |
status | String | Action Status |
data | Array | Response Data (If Present) |
Sample Response