{"id":24534740,"url":"https://github.com/jaycee0610/e-wallet-gateway-client","last_synced_at":"2025-08-25T01:13:04.841Z","repository":{"id":237671039,"uuid":"795007219","full_name":"jaycee0610/E-Wallet-Gateway-client","owner":"jaycee0610","description":"This code is intended solely for client use and only functions on the Rootscratch server. If you do not have access to a Rootscratch server, this code will not be useful. To inquire about server access, please contact me at jaycee@rootscratch.com. This code facilitates the creation and reading of e-wallet transactions.","archived":false,"fork":false,"pushed_at":"2024-05-02T15:52:39.000Z","size":21,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-15T22:26:46.518Z","etag":null,"topics":["ewallet","gcash","grabpay","paymaya","php","rootscratch","shopeepay"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jaycee0610.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-05-02T12:00:17.000Z","updated_at":"2024-05-02T15:52:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"5ebc2e9a-bdb0-4603-a32d-5263c4d8011a","html_url":"https://github.com/jaycee0610/E-Wallet-Gateway-client","commit_stats":null,"previous_names":["jaycee0610/e-wallet-gateway"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/jaycee0610/E-Wallet-Gateway-client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaycee0610%2FE-Wallet-Gateway-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaycee0610%2FE-Wallet-Gateway-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaycee0610%2FE-Wallet-Gateway-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaycee0610%2FE-Wallet-Gateway-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jaycee0610","download_url":"https://codeload.github.com/jaycee0610/E-Wallet-Gateway-client/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaycee0610%2FE-Wallet-Gateway-client/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271989856,"owners_count":24854702,"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","status":"online","status_checked_at":"2025-08-24T02:00:11.135Z","response_time":111,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["ewallet","gcash","grabpay","paymaya","php","rootscratch","shopeepay"],"created_at":"2025-01-22T11:18:32.879Z","updated_at":"2025-08-25T01:13:04.834Z","avatar_url":"https://github.com/jaycee0610.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n![Logo](https://repository-images.githubusercontent.com/795007219/f6c83903-f960-4812-9d99-e1adf7181c6d)\n\n\n# E-Wallet Payment Gateway (Client)\n\nThis code is intended solely for client use and only functions on the Rootscratch server. If you do not have access to a Rootscratch server, this code will not be useful. To inquire about server access, please contact me at jaycee@rootscratch.com. This code facilitates the creation and reading of e-wallet transactions. Additionally, this gateway is supported by Xendit PH.\n\nhttps://rootscratch.com/\n## 🧬 Installation\n\n```bash\ngit clone https://github.com/jaycee0610/E-Wallet-Gateway-client.git\ncd E-Wallet-Gateway-client\n```\n    \n## 🤖 Features\n\n- Create Transactions\n- Get Transaction Details\n- Webhook\n\n\n\n## 💳 Here is the List of Available E-Wallet Merchants\n| Merchant | Channel Code                          |\n|-------------------|--------------------------------------|\n| GCash             | PH_GCASH |\n| PayMaya           | PH_PAYMAYA |\n| ShopeePay          | PH_SHOPEEPAY |\n| GrabPay           | PH_GRABPAY |\n\n## 📢 Transaction Limits\n|Min. Amount | Max. Amount|\n|-------------------|--------------------------------------|\n|1 PHP | based on eWallet holding limit\n\n## 🔔 Transaction Status\n| Status Type | Details                         |\n|-------------------|--------------------------------------|\n| SUCCEEDED             | Payment transaction for specified ``id`` is successfully |\n| PENDING             | Payment transaction for specified ``id`` is awaiting payment attempt by end user |\n| FAILED             | Payment transaction for specified ``id`` has failed, check failure codes for reasons |\n| VOIDED             | Payment transaction for specified ``id`` has been voided |\n| REFUNDED             | Payment transaction for specified ``id`` has been either partially or fully refunded |\n\n## 📌 Create Transactions\n\nSample Request to send. ``/createCharges``\n\n```json\n{\n    \"api_key\": \"api_key\",\n    \"reference_id\": \"order-id-123\",\n    \"currency\": \"PHP\",\n    \"amount\": 25000,\n    \"channel_code\": \"PH_GCASH\",\n    \"channel_properties\": {\n        \"success_redirect_url\": \"https://yourwebsite.me/payment\",\n        \"failure_redirect_url\": \"https://yourwebsite.me/failed\",\n        \"cancel_redirect_url\": \"https://yourwebsite.me/cancelled\",\n        \"pending_redirect_url\": \"https://yourwebsite.me/pending\"\n    }\n}\n```\n\nSample Response\n\u003e [!CAUTION]\n\u003e Please save the 'ID' or include it in your database for future reference regarding your transaction.\n\n```json\n{\n    \"reference_id\": \"order-id-123\",\n    \"status\": \"PENDING\",\n    \"charge_amount\": 25000,\n    \"currency\": \"PHP\",\n    \"method\": \"PH_GCASH\",\n    \"payment_url\": \"URL\",\n    \"created_date\": \"2024-04-25T06:28:33.296238Z\",\n    \"id\": \"c0f9350ceb435bd92d5228a748b1ab6a\"\n}\n```\n\n## 📌 Get Transaction Details\nSample Request to send. ``/getStatus``\n\n```json\n{\n    \"api_key\": \"your_api_key\",\n    \"id\": \"363nn3978s0034bbv22909\"\n}\n```\nSample Response\n```json\n{\n    \"id\": \"363nn3978s0034bbv22909\",\n    \"transaction_type\": \"live\",\n    \"reference_id\": \"order-id-123\",\n    \"transaction_amount\": \"25000.00\",\n    \"payment_url\": \"https://payments.gcash.com/gcash-cashier-web/1.2.1/..\",\n    \"method\": \"PH_GCASH\",\n    \"status\": \"PENDING\",\n    \"created_date\": \"2024-04-25 07:38:56\"\n}\n```\n\n## 📌 Webhook Payload to Receive\n``/getResponse``\n```json\n{\n    \"id\": \"363nn3978s0034bbv22909\",\n    \"transaction_type\": \"live\",\n    \"reference_id\": \"order-id-123\",\n    \"transaction_amount\": \"25000.00\",\n    \"payment_url\": \"https://payments.gcash.com/gcash-cashier-web/1.2.1/..\",\n    \"method\": \"PH_GCASH\",\n    \"status\": \"SUCCEEDED\",\n    \"created_date\": \"2024-04-25 07:38:56\"\n}\n```\n## Authors\n\n- [@jaycee0610](https://github.com/jaycee0610)\n- [@jsonabinon12](https://github.com/jsonabinon12)\n\n\n## Support\n\nFor support, please email me at jaycee@rootscratch.com.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaycee0610%2Fe-wallet-gateway-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjaycee0610%2Fe-wallet-gateway-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaycee0610%2Fe-wallet-gateway-client/lists"}