---
title: "Successful Redirect Response"
method: GET
path: "/successful-redirect-response"
tags: ["Payment Pages"]
---

# Successful Redirect Response

`GET /successful-redirect-response`

To receive a callback with complete details of a successfully processed transaction when accessing the payment page (Generate payment link), you must enter the URL where you would like to receive all the return information in the refURL_success field.

## Response `200`

Transaction details retrieved successfully.

- object
  - `transaction_uid` string
  - `page_request_uid` string
  - `is_multiple_transaction` string, nullable
  - `type` string
  - `method` string
  - `number` string
  - `date` string, date-time
  - `status` string
  - `status_code` string
  - `status_description` string
  - `amount` number
  - `currency` string
  - `credit_terms` string
  - `number_of_payments` integer
  - `secure3D_status` string, nullable
  - `secure3D_tracking` string, nullable
  - `approval_num` string
  - `card_foreign` integer
  - `voucher_num` string
  - `more_info` string
  - `add_data` string, nullable
  - `customer_uid` string
  - `customer_email` string
  - `company_name` string
  - `company_registration_number` integer
  - `terminal_uid` string
  - `terminal_name` string
  - `terminal_merchant_number` string
  - `cashier_uid` string
  - `cashier_name` string
  - `four_digits` string
  - `expiry_month` string
  - `expiry_year` string
  - `alternative_method` string, nullable
  - `customer_name` string
  - `customer_name_invoice` string
  - `identification_number` string
  - `clearing_id` integer
  - `brand_id` integer
  - `issuer_id` integer
  - `extra_3` string, nullable
  - `card_holder_name` string
  - `card_bin` string
  - `clearing_name` string
  - `brand_name` string
  - `issuer_name` string
  - `first_payment_amount` number
  - `rest_payments_amount` number

---

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