简体   繁体   English

在shopify中执行定期付款时如何捕获?

[英]How to capture when a recurring payment is executed in shopify?

I need to know how to detect recurring payments in shopify, so that when a recurring payment happens, perform an action. 我需要知道如何在shopify中检测重复付款,以便在发生重复付款时执行操作。

In what part of shopify can I detect it, in the code, database? 我可以在shopify的哪一部分代码中检测到数据库?

Thank you for you help. 谢谢你的帮助。

There are no recurring payments or subscriptions in Shopify at this time. 目前,Shopify中没有定期付款或订阅。 External Apps are used to fake that, so you'd be looking at how they work, and interacting with them to determine recurring payments. 外部应用程序用于伪造该应用程序,因此您需要查看它们的工作方式,并与它们进行交互以确定重复付款。

If you mean recurring charges for Apps you make, there is an API endpoint you call that will tell you everything you want to know with a GET. 如果您是指对自己制作的应用程序收取经常性费用,那么您可以调用一个API端点,该端点将告诉您使用GET想要了解的一切。 As per the docs, see here: 根据文档,请参见此处:

https://help.shopify.com/en/api/reference/billing/recurringapplicationcharge https://help.shopify.com/en/api/reference/billing/recurringapplicationcharge

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM