PAYON Payment Gateway
  • Table of Contents
  • Revision History
  • How is Work
    • PAYON PG PAYMENT
      • PAYON's Wallet Payment via PAYON Mobile App
      • PAYON Payment via PAYON's Card
      • CREDIT/DEBIT Online Payment
      • PPCBank Mobile Pay via PPCBank Mobile App(Coming Soon)
      • KHQR Online Payment
      • Binding Payment via PAYON's Card
      • Binding Payment via Credit/Debit's Card
  • PayOn PG Overview
    • Desktop Views
      • PAYON Payment Method
        • PAYON Card Payment
        • PAYON QR Payment
      • Credit/Debit Payment
      • KHQR Payment
      • PPCBank Payment
    • Mobile Views
      • PAYON Payment Method
      • Credit/Debit Payment Method
      • KHQR Payment
        • Bakong APP
        • PPCBank App
        • Other Bank App
      • PPCBank Payment
    • Obtain your API Keys
    • Platform Application Settings
  • Work flows
    • Payment Request Workflow
    • Page Redirection Workflow
  • Getting Started
    • Generate Checkout Link
    • Try redirect to Checkout Link
    • Test your payment
    • Add Card(Create Binding)
  • PAYON API Reference
    • Payment Order Registration
    • Cancellation Payment
    • Pre Auth Completion Payment
    • Refunds Payment
    • Transaction Orders History
    • Get Transaction Status
    • Push Back Notification
    • Create Binding
    • Get Binding List
    • Create Binding PIN
    • Enable / Disable PIN
    • Merchant Reconciliation
  • TEST Cards and Accounts
    • Test Card&Account
  • PAYON Library
  • PayOn Library
    • How to use PayOn Library
    • How to encrypt data with RSA
  • PAYON APPS
    • Environments
  • 3RD PARTY APPS
    • PPCBANK Environment
    • Bakong Environment
Powered by GitBook
On this page

Was this helpful?

  1. PAYON API Reference

Refunds Payment

PreviousPre Auth Completion PaymentNextTransaction Orders History

Last updated 3 years ago

Was this helpful?

In order to interact with PAYON's API. First you need to . Next generate for authorization between Merchant and PAYON's server. You can follow below link to go though how to generate our API's signature.

Environment

URL

TEST

PRODUCTION

Payment Refund Request

POST {{URL}}/pg/refund

Request Body

Name
Type
Description

sign

string

Sign is a digital signature for verifying the authenticity of digital messages or documents. Only a valid API's sign can be interact with PAYON's server.

txId

string

Transaction's Identification. Generate by merchant system.

termId

string

Terminal's Identification

merchantId

string

Merchant's Identification

{
    "txId": "2435",
    "merchantId": "EPAY00000000001",
    "termId": "PAYONGT1",
    "amount": 1.00,
    "currency": "USD",
    "resultCode": "0000",
    "resultMessage": "Success",
    "approvalNo": "538433",
    "approvalDate": "09122020110737",
    "acsUrl": null,
    "refNo": "000004538433",
    "transactionAmount": null
}

h

http://pgtest.payon.com.k
https://pg.payon.com.kh
Obtain your API Key
Generate API Signature
API's signature