Modern API's Built for Developers

All our APIs are built using modern REST conventions and follow standard HTTP protocols

Obtain API Keys

Make a API request

Test your payment in Testnet

Ready to go live



     var options = {
         auth: {
                user: 'GBLPAY',
                pass: 'x'
         },
         method: 'POST',
         url:   'https://uat.gblpay.pub/wallet/deposit',
         form: {
                userReference: 'PLF-1234-5678-9012-34567890abcd',
                currency: 'BTC'
         },
         headers: {
                'X-Tenant-Key': '57d55802-507a-47ca-8299-b6eb05c8ee0a'
         }
      };