Refunds Payment
In order to interact with PAYON's API. First you need to Obtain your API Key. Next generate API's signature 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 |
Last updated