如果我使用的是带直接条带集成的Shopify(不是zdhopify支付),如何从Shopify网络钩子中获取条带费用id?

如果我使用的是带直接条带集成的Shopify(不是zdhopify支付),如何从Shopify网络钩子中获取条带费用id?,shopify,stripe-payments,Shopify,Stripe Payments,我调查了Shopify api,无法找到以下信息: 我可以用来从Stripe获得CC费用的id 我们正在尝试使用Stripe处理缺货情况,因此,在通过Shopify在Stripe上授权信用卡后,我们希望有一个Stripe收费id,以便我们以后可以通过Stripe直接收费。我们通过支付网关(而不是Shopify支付)与Stripe直接集成 Shopify在授权该卡时向Stripe发送请求后,是否可以获得Stripe费用id?根据文档,不可能有这样的id。。。如果你感觉不到,那太好了 payment

我调查了Shopify api,无法找到以下信息: 我可以用来从Stripe获得CC费用的id

我们正在尝试使用Stripe处理缺货情况,因此,在通过Shopify在Stripe上授权信用卡后,我们希望有一个Stripe收费id,以便我们以后可以通过Stripe直接收费。我们通过支付网关(而不是Shopify支付)与Stripe直接集成


Shopify在授权该卡时向Stripe发送请求后,是否可以获得Stripe费用id?

根据文档,不可能有这样的id。。。如果你感觉不到,那太好了

payment_details
{ "avs_result_code" : "null" }
{ "credit_card_bin" : "null" }
{ "cvv_result_code" : "null" }
{ "credit_card_number" : "•••• •••• •••• 4242" }
{ "credit_card_company" : "Visa" }
An object containing information about the payment. It has the following properties:

avs_result_code: The Response code from AVS the address verification system. The code is a single letter; see this chart for the codes and their definitions.
credit_card_bin: The issuer identification number (IIN), formerly known as bank identification number (BIN) ] of the customer's credit card. This is made up of the first few digits of the credit card number.
credit_card_company: The name of the company who issued the customer's credit card.
credit_card_number: The customer's credit card number, with most of the leading digits redacted with Xs.
cvv_result_code: The Response code from the credit card company indicating whether the customer entered the card security code, a.k.a. card verification value, correctly. The code is a single letter or empty string; see this chart for the codes and their definitions.
也许这本书里有你要找的东西

从ShopifAPI文档:

交易属性 授权
与交易关联的授权代码

网关
事务通过的网关的名称

id
事务的唯一数字标识符

种类
交易类型:授权、捕获、出售、作废、退款