Get started

    API Endpoint

        https://api.globalbusinesspays.com/
                

The globalbusinesspays API provides programmatic access to read Game of Thrones data. Retrieve a character, provide an oauth connexion, retrieve a familly, filter them, etc.

To use this API, you need an API key. Please contact us at [email protected] to get your own API key.

Net Banking Transfer


# Here is a curl example
curl \
-X POST http://api.globalbusinesspays.com/net-banking \
-F 'secret_key=your_api_key' \
-F 'house=Stark,Bolton' \
-F 'offset=0' \
-F 'limit=50'
                

To use net banking api you need to make a POST call to the following url :
http://api.globalbusinesspays.com/net-banking



            Result example :
            
            Array
            (
                [mihpayid] => 403993715524046125
                [mode] => NB
                [status] => success
                [unmappedstatus] => captured
                [key] => JPM7Fg
                [txnid] => bvRCCBO4YiGGHE
                [amount] => 10.00
                [discount] => 0.00
                [net_amount_debit] => 10
                [addedon] => 2021-09-06 13:59:39
                [productinfo] => iPhone
                [firstname] => Ashish
                [lastname] => 
                [address1] => 
                [address2] => 
                [city] => 
                [state] => 
                [country] => 
                [zipcode] => 
                [email] => [email protected]
                [phone] => 9876543210
                [udf1] => 
                [udf2] => 
                [udf3] => 
                [udf4] => 
                [udf5] => 
                [udf6] => 
                [udf7] => 
                [udf8] => 
                [udf9] => 
                [udf10] => 
                [hash] => fa7bb889d25b2a60bcf32316d1c9346589ff3de012dd0c66aa47ec12f1349837163ef8a603bd8b357de610b768f08dc4fb3bb4702d1ca6d9751300667fd763a6
                [field1] => 
                [field2] => 
                [field3] => 
                [field4] => 
                [field5] => 
                [field6] => 
                [field7] => 
                [field8] => 
                [field9] => Transaction Completed Successfully
                [payment_source] => gbp
                [PG_TYPE] => NB-PG
                [bank_ref_num] => ae67e632-f4eb-4121-b47b-2d35dce5ec2e
                [bankcode] => TESTPGNB
                [error] => E000
                [error_Message] => No Error
            )
            

QUERY PARAMETERS

Field Type Description
secret_key String Your API key.
txnid varchar Unique Transaction ID
amount float Amount to transfer
productinfo varchar A brief product description
firstname varchar First Name
email varchar Email ID
phone integer Mobile No

Cards Transfer


# Here is a curl example
curl \
-X POST http://api.globalbusinesspays.com/cards \
-F 'secret_key=your_api_key' \
-F 'house=Stark,Bolton' \
-F 'offset=0' \
-F 'limit=50'
                

To use cards api you need to make a POST call to the following url :
http://api.globalbusinesspays.com/cards



            Result example :
            
            Array
            (
                [mihpayid] => 403993715524046125
                [mode] => CT
                [status] => success
                [unmappedstatus] => captured
                [key] => JPM7Fg
                [txnid] => bvRCCBO4YiGGHE
                [amount] => 10.00
                [discount] => 0.00
                [net_amount_debit] => 10
                [addedon] => 2021-09-06 13:59:39
                [productinfo] => iPhone
                [firstname] => Ashish
                [lastname] => 
                [address1] => 
                [address2] => 
                [city] => 
                [state] => 
                [country] => 
                [zipcode] => 
                [email] => [email protected]
                [phone] => 9876543210
                [udf1] => 
                [udf2] => 
                [udf3] => 
                [udf4] => 
                [udf5] => 
                [udf6] => 
                [udf7] => 
                [udf8] => 
                [udf9] => 
                [udf10] => 
                [hash] => fa7bb889d25b2a60bcf32316d1c9346589ff3de012dd0c66aa47ec12f1349837163ef8a603bd8b357de610b768f08dc4fb3bb4702d1ca6d9751300667fd763a6
                [field1] => 
                [field2] => 
                [field3] => 
                [field4] => 
                [field5] => 
                [field6] => 
                [field7] => 
                [field8] => 
                [field9] => Transaction Completed Successfully
                [payment_source] => gbp
                [PG_TYPE] => NB-PG
                [bank_ref_num] => ae67e632-f4eb-4121-b47b-2d35dce5ec2e
                [bankcode] => TESTPGNB
                [error] => E000
                [error_Message] => No Error
            )
            

QUERY PARAMETERS

Field Type Description
secret_key String Your API key.
txnid varchar Unique Transaction ID
amount float Amount to transfer
productinfo varchar A brief product description
firstname varchar First Name
email varchar Email ID
phone integer Mobile No

UPI Transfer


# Here is a curl example
curl \
-X POST http://api.globalbusinesspays.com/upi \
-F 'secret_key=your_api_key' \
-F 'house=Stark,Bolton' \
-F 'offset=0' \
-F 'limit=50'
                

To use upi api you need to make a POST call to the following url :
http://api.globalbusinesspays.com/upi



            Result example :
            
            Array
            (
                [mihpayid] => 403993715524046125
                [mode] => UPI
                [status] => success
                [unmappedstatus] => captured
                [key] => JPM7Fg
                [txnid] => bvRCCBO4YiGGHE
                [amount] => 10.00
                [discount] => 0.00
                [net_amount_debit] => 10
                [addedon] => 2021-09-06 13:59:39
                [productinfo] => iPhone
                [firstname] => Ashish
                [lastname] => 
                [address1] => 
                [address2] => 
                [city] => 
                [state] => 
                [country] => 
                [zipcode] => 
                [email] => [email protected]
                [phone] => 9876543210
                [udf1] => 
                [udf2] => 
                [udf3] => 
                [udf4] => 
                [udf5] => 
                [udf6] => 
                [udf7] => 
                [udf8] => 
                [udf9] => 
                [udf10] => 
                [hash] => fa7bb889d25b2a60bcf32316d1c9346589ff3de012dd0c66aa47ec12f1349837163ef8a603bd8b357de610b768f08dc4fb3bb4702d1ca6d9751300667fd763a6
                [field1] => 
                [field2] => 
                [field3] => 
                [field4] => 
                [field5] => 
                [field6] => 
                [field7] => 
                [field8] => 
                [field9] => Transaction Completed Successfully
                [payment_source] => gbp
                [PG_TYPE] => NB-PG
                [bank_ref_num] => ae67e632-f4eb-4121-b47b-2d35dce5ec2e
                [bankcode] => TESTPGNB
                [error] => E000
                [error_Message] => No Error
            )
            

QUERY PARAMETERS

Field Type Description
secret_key String Your API key.
txnid varchar Unique Transaction ID
amount float Amount to transfer
productinfo varchar A brief product description
firstname varchar First Name
email varchar Email ID
phone integer Mobile No

Wallet Transfer


# Here is a curl example
curl \
-X POST http://api.globalbusinesspays.com/wallet \
-F 'secret_key=your_api_key' \
-F 'house=Stark,Bolton' \
-F 'offset=0' \
-F 'limit=50'
                

To use wallet api you need to make a POST call to the following url :
http://api.globalbusinesspays.com/wallet



            Result example :
            
            Array
            (
                [mihpayid] => 403993715524046125
                [mode] => WT
                [status] => success
                [unmappedstatus] => captured
                [key] => JPM7Fg
                [txnid] => bvRCCBO4YiGGHE
                [amount] => 10.00
                [discount] => 0.00
                [net_amount_debit] => 10
                [addedon] => 2021-09-06 13:59:39
                [productinfo] => iPhone
                [firstname] => Ashish
                [lastname] => 
                [address1] => 
                [address2] => 
                [city] => 
                [state] => 
                [country] => 
                [zipcode] => 
                [email] => [email protected]
                [phone] => 9876543210
                [udf1] => 
                [udf2] => 
                [udf3] => 
                [udf4] => 
                [udf5] => 
                [udf6] => 
                [udf7] => 
                [udf8] => 
                [udf9] => 
                [udf10] => 
                [hash] => fa7bb889d25b2a60bcf32316d1c9346589ff3de012dd0c66aa47ec12f1349837163ef8a603bd8b357de610b768f08dc4fb3bb4702d1ca6d9751300667fd763a6
                [field1] => 
                [field2] => 
                [field3] => 
                [field4] => 
                [field5] => 
                [field6] => 
                [field7] => 
                [field8] => 
                [field9] => Transaction Completed Successfully
                [payment_source] => gbp
                [PG_TYPE] => NB-PG
                [bank_ref_num] => ae67e632-f4eb-4121-b47b-2d35dce5ec2e
                [bankcode] => TESTPGNB
                [error] => E000
                [error_Message] => No Error
            )
            

QUERY PARAMETERS

Field Type Description
secret_key String Your API key.
txnid varchar Unique Transaction ID
amount float Amount to transfer
productinfo varchar A brief product description
firstname varchar First Name
email varchar Email ID
phone integer Mobile No

QR Transfer


# Here is a curl example
curl \
-X POST http://api.globalbusinesspays.com/qr \
-F 'secret_key=your_api_key' \
-F 'house=Stark,Bolton' \
-F 'offset=0' \
-F 'limit=50'
                

To use qr api you need to make a POST call to the following url :
http://api.globalbusinesspays.com/qr



            Result example :
            
            Array
            (
                [mihpayid] => 403993715524046125
                [mode] => QR
                [status] => success
                [unmappedstatus] => captured
                [key] => JPM7Fg
                [txnid] => bvRCCBO4YiGGHE
                [amount] => 10.00
                [discount] => 0.00
                [net_amount_debit] => 10
                [addedon] => 2021-09-06 13:59:39
                [productinfo] => iPhone
                [firstname] => Ashish
                [lastname] => 
                [address1] => 
                [address2] => 
                [city] => 
                [state] => 
                [country] => 
                [zipcode] => 
                [email] => [email protected]
                [phone] => 9876543210
                [udf1] => 
                [udf2] => 
                [udf3] => 
                [udf4] => 
                [udf5] => 
                [udf6] => 
                [udf7] => 
                [udf8] => 
                [udf9] => 
                [udf10] => 
                [hash] => fa7bb889d25b2a60bcf32316d1c9346589ff3de012dd0c66aa47ec12f1349837163ef8a603bd8b357de610b768f08dc4fb3bb4702d1ca6d9751300667fd763a6
                [field1] => 
                [field2] => 
                [field3] => 
                [field4] => 
                [field5] => 
                [field6] => 
                [field7] => 
                [field8] => 
                [field9] => Transaction Completed Successfully
                [payment_source] => gbp
                [PG_TYPE] => NB-PG
                [bank_ref_num] => ae67e632-f4eb-4121-b47b-2d35dce5ec2e
                [bankcode] => TESTPGNB
                [error] => E000
                [error_Message] => No Error
            )
            

QUERY PARAMETERS

Field Type Description
secret_key String Your API key.
txnid varchar Unique Transaction ID
amount float Amount to transfer
productinfo varchar A brief product description
firstname varchar First Name
email varchar Email ID
phone integer Mobile No

Errors

The globalbusinesspays API uses the following error codes:

Error Code Meaning
X000 Some parameters are missing. This error appears when you don't pass every mandatory parameters.
X001 Unknown or unvalid secret_key. This error appears if you use an unknow API key or if your API key expired.
X002 Unvalid secret_key for this domain. This error appears if you use an API key non specified for your domain. Developper or Universal API keys doesn't have domain checker.
X003 Unknown or unvalid user token. This error appears if you use an unknow user token or if the user token expired.