我正在使用Laravel构建Saas应用程序,我担心这种情况。
我正在集成Namecheap域名购买API和Paypal支付网关API。
我的逻辑是这样的
-Show Available Domains:
-Customer picks one:
-Customer pays with paypal (redirect to paypal page):
-If payment is success, I will call domain register API.
-If success, then I will show success message.
上面是一个完美的例子,一切都像我预期