gomypay

Integrate GOMYPAY credit card payments with MD5 verification and refunds.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/pukpuklouis/website-blackliving-ecomm --skill gomypay
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gomypay
Source: https://github.com/pukpuklouis/website-blackliving-ecomm/tree/main/.agent/skills/gomypay
Command: npx skills add https://github.com/pukpuklouis/website-blackliving-ecomm --skill gomypay

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill simplifies integrating GOMYPAY credit card payments for e-commerce platforms, handling the full payment lifecycle from request to settlement.

Core Features & Use Cases

  • End-to-end payment flow with GOMYPAY including request creation, redirection or embedded pages, and callback processing.
  • Real-time order status updates and reconciliation via API endpoints and the database design guidelines.
  • Support for refunds and manual adjustments through documented API references and examples.

Quick Start

Create a payment via the backend API, redirect the customer to the GOMYPAY payment page, and handle the callback to update order status. Use the provided references to implement the API endpoints and database schema.

Frequently Asked Questions about gomypay

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I integrate GOMYPAY credit card payments into my ecommerce platform?

To integrate GOMYPAY credit card payments, you create a payment request via your backend API, redirect the customer to the GOMYPAY page, and handle the callback to update your order status using the provided API endpoints and database schema.

How does MD5 verification work for GOMYPAY payment callbacks?

MD5 verification securely validates GOMYPAY payment callbacks by generating a cryptographic signature on your server, ensuring the callback data integrity and confirming the transaction status before updating order states.

Can I use GOMYPAY payment integration for both testing and production environments?

Yes, GOMYPAY payment integration supports both testing and production environments. The solution assumes your server can securely process HTTP requests and integrate with distinct GOMYPAY endpoints for development and live transactions.

What's the best way to handle refunds and manual adjustments with GOMYPAY?

Handling GOMYPAY refunds and manual adjustments is achieved through documented API references and examples. You execute refund endpoints to reverse transactions and manually adjust the order database state as needed.

Do I need a specific database design for GOMYPAY order state updates?

A specific database design is required for GOMYPAY order state updates to track real-time payment status. The solution provides database design guidelines to manage order records, callback data, and reconciliation effectively.