---
title: "Gkash payment return handler (GET)"
method: GET
path: "/payment/return/gkash"
tags: ["payment"]
---

# Gkash payment return handler (GET)

`GET /payment/return/gkash`

Handles payment return from Gkash via GET request with query parameters. Same functionality as POST endpoint.

## Response `200`

Payment return processed successfully

- GkashReturnResponseDto
  - `success` boolean, required — Whether the operation was successful
  - `message` string, required — Response message
  - `data` object, required — Payment status data

---

[API](https://skmtc.dev/tonewow/apis/tonewow-database-api.md) · [All operations](https://skmtc.dev/tonewow/apis/tonewow-database-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tonewow/tonewow-database-api/revisions/f36472974ad4/schema)
