{"id":23627246,"url":"https://github.com/thebumpaster/pikpay","last_synced_at":"2025-06-24T15:10:38.621Z","repository":{"id":111013558,"uuid":"131955739","full_name":"TheBumpaster/pikpay","owner":"TheBumpaster","description":"JavaScript Library for processing pikpay requests","archived":false,"fork":false,"pushed_at":"2018-05-03T07:20:25.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-18T18:15:02.901Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TheBumpaster.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-05-03T07:08:40.000Z","updated_at":"2018-05-03T07:20:26.000Z","dependencies_parsed_at":"2023-04-19T14:31:10.275Z","dependency_job_id":null,"html_url":"https://github.com/TheBumpaster/pikpay","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/TheBumpaster/pikpay","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheBumpaster%2Fpikpay","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheBumpaster%2Fpikpay/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheBumpaster%2Fpikpay/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheBumpaster%2Fpikpay/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TheBumpaster","download_url":"https://codeload.github.com/TheBumpaster/pikpay/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheBumpaster%2Fpikpay/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261700855,"owners_count":23196506,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-27T23:57:51.870Z","updated_at":"2025-06-24T15:10:38.614Z","avatar_url":"https://github.com/TheBumpaster.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pikpay\n\nTo use the package first grab your credentials from your PikPay account. You will need your Authenticity Token (API_KEY) and Key (SECRET_KEY). Before any request, an instance of Gateway has to be constructed.\n\n``` javascript\nvar connection = new Gateway('yourendpoint', 'yourapikey', 'yoursecretkey');\n\nvar data = {\n    'amount':   50,\n    'expiration-date':    2102,\n    'cvv':    553,\n    'pan':    546400000587798528,\n    'ip':   '128.93.108.112',\n    'order-info':   'The Best Order',\n    'ch-address':   'Mejdan bb',\n    'ch-city':    'Bosanski Petrovac',\n    'ch-country':   'Bosnia and Herzegovina',\n    'ch-email':   'hadzicismar67@gmail.com',\n    'ch-full-name':   'Ismar Hadzic',\n    'ch-phone':   '38762591077',\n    'ch-zip':   '77250',\n    'currency':   'BAM', //EUR, BAM, HRK\n    'order-number':   'order-123a',\n    'language':   'en',\n};\n\nif ( connection.authorize(data) ) {\n   // Do something on success\n} else {\n  // Return some error\n}\n\nconnection.authorize(data);\nconnection.capture(data);\nconnection.purchase(data);\nconnection.refund(data);\nconnection.void(data);\n```\nThanks to Selim Salihovic for providing PHP library, check it here:\nhttps://github.com/SelimSalihovic/pikpay-php\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthebumpaster%2Fpikpay","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthebumpaster%2Fpikpay","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthebumpaster%2Fpikpay/lists"}