[#1395] Refund URL not working for custom payment

Migrated from Redmine #1395 | Author: JM Kuizon
Status: Feedback | Priority: High, I’m very impatient | Created: 2025-03-05


Hi,

We are currently doing a custom payment system in SBPay, and we added a Refund URL, but it is not being triggered.

Here is a Loom video to show to you what we are currently doing: https://www.loom.com/share/94b9eecbf3314fd2a9ddbe3ee494c1b0?sid=de2a255a-c4df-40cc-a6a7-235e9a918d53, and maybe you can tell us where we went wrong.

Thank you.

Dmytro Bondarev wrote:

Hi,

Yes, it is clear why it is not triggered.
You are using localhost and only your local computer can access it.
For more information please read: localhost - Wikipedia

What you should is to setup a real domain, and point it to your server.

JM Kuizon wrote:

Dmytro Bondarev wrote in #note-1:

Hi,

Yes, it is clear why it is not triggered.
You are using localhost and only your local computer can access it.
For more information please read: localhost - Wikipedia

What you should is to setup a real domain, and point it to your server.

Nice. Thank you. It now works.