Endpoint map
Migration flow
- Replace your Epay base URL with the Kyren Pay API base URL while keeping the compatible path.
- Use your Kyren-issued
pidand merchant key for Epay-compatible signing. - Keep
pid + signauthentication for Epay-compatible requests. Do not sendx-api-key. - Map your payment
typevalues to supported values such asalipay,wxpay,creditcard,crypto, orpaynow. - Route browser checkout traffic to
submit.phpor server-side payment creation tomapi.php. - Verify payment results from the
notify_urlGET notification and return the plain stringsuccessafter processing. - Use
api.php?act=orderfor compatibility order queries, andapi.php?act=refundonly for Epay-source order refunds.