Documentation
Search
⌃K

API Reference Guide

Under this section you will find all API information that is used for processing payments.

Authentication

All Paykun APIs requires MerchantId & AccessToken headers to be present for authentication purpose, Same can be found from merchant dashboard. Some APIs also requires you to add a signature in the request body for the purpose of ensuring authenticity.
See How to generate Access Token & Encryption Key.
get
https://api.paykun.com
/v1/merchant/transaction/{transaction_id}
Get Transaction Status
get
https://api.paykun.com
/v1/merchant/orders/{order_id}
Get Order Details
post
https://api.paykun.com
/v1/merchant/transaction/{transaction_id}/refund
Refund Transaction