贝宝 next_billing_time 总是 return 10:00:00Z
PayPal next_billing_time always return 10:00:00Z
我使用以下配置创建了一个 PayPal 订阅,它有一个每日计划:
{
"name": "Daily plan",
"description": "Daily plan",
"status": "ACTIVE",
"usage_type": "LICENSED",
"product_id": "PROD-32M79039A8219464Y",
"billing_cycles": [
{
"frequency": {
"interval_unit": "DAY",
"interval_count": 1
},
"tenure_type": "REGULAR",
"sequence": 1,
"total_cycles": 0,
"pricing_scheme": {
"fixed_price": {
"value": "5.99",
"currency_code": "EUR"
}
}
}
],
"payment_preferences": {
"auto_bill_outstanding": false,
"setup_fee": {
"value": "0.00",
"currency_code": "EUR"
},
"setup_fee_failure_action": "CANCEL",
"payment_failure_threshold": 0
},
"taxes": {
"percentage": "0",
"inclusive": false
}
}
我使用以下配置创建了一个 PayPal 订阅,它有一个每日计划:
{
"name": "Daily plan",
"description": "Daily plan",
"status": "ACTIVE",
"usage_type": "LICENSED",
"product_id": "PROD-32M79039A8219464Y",
"billing_cycles": [
{
"frequency": {
"interval_unit": "DAY",
"interval_count": 1
},
"tenure_type": "REGULAR",
"sequence": 1,
"total_cycles": 0,
"pricing_scheme": {
"fixed_price": {
"value": "5.99",
"currency_code": "EUR"
}
}
}
],
"payment_preferences": {
"auto_bill_outstanding": false,
"setup_fee": {
"value": "0.00",
"currency_code": "EUR"
},
"setup_fee_failure_action": "CANCEL",
"payment_failure_threshold": 0
},
"taxes": {
"percentage": "0",
"inclusive": false
}
}
因此基本上必须每天向用户收取 5.99 欧元的费用
我在 14-05-2020 17:56:07 订阅了这个计划。今天我应该收到续订,但当我收到订阅详细信息时,我看到:
"next_billing_time": "2020-05-15T10:00:00Z",
这个日期已经过去了,是时区问题还是 PayPal
方面有问题?
这是正确的,因为 10:00:00Z 是 PayPal 运行 交易批次。
我有这个问题并请求 PayPal 支持,因为需要在特定时间尝试付款。以下是我们对话的复制品:
next_billing_time 总是 10:00:00Z。应该这样吗?
Yes, this is correct as 10:00:00Z is when we run the transaction batch.
订阅创建时间总是 07:00:00Z。应该这样吗?
Subscription created time is different from next_billing_time. Next_billing_time will be when the customer is
billed.
我使用以下配置创建了一个 PayPal 订阅,它有一个每日计划:
{
"name": "Daily plan",
"description": "Daily plan",
"status": "ACTIVE",
"usage_type": "LICENSED",
"product_id": "PROD-32M79039A8219464Y",
"billing_cycles": [
{
"frequency": {
"interval_unit": "DAY",
"interval_count": 1
},
"tenure_type": "REGULAR",
"sequence": 1,
"total_cycles": 0,
"pricing_scheme": {
"fixed_price": {
"value": "5.99",
"currency_code": "EUR"
}
}
}
],
"payment_preferences": {
"auto_bill_outstanding": false,
"setup_fee": {
"value": "0.00",
"currency_code": "EUR"
},
"setup_fee_failure_action": "CANCEL",
"payment_failure_threshold": 0
},
"taxes": {
"percentage": "0",
"inclusive": false
}
}
我使用以下配置创建了一个 PayPal 订阅,它有一个每日计划:
{
"name": "Daily plan",
"description": "Daily plan",
"status": "ACTIVE",
"usage_type": "LICENSED",
"product_id": "PROD-32M79039A8219464Y",
"billing_cycles": [
{
"frequency": {
"interval_unit": "DAY",
"interval_count": 1
},
"tenure_type": "REGULAR",
"sequence": 1,
"total_cycles": 0,
"pricing_scheme": {
"fixed_price": {
"value": "5.99",
"currency_code": "EUR"
}
}
}
],
"payment_preferences": {
"auto_bill_outstanding": false,
"setup_fee": {
"value": "0.00",
"currency_code": "EUR"
},
"setup_fee_failure_action": "CANCEL",
"payment_failure_threshold": 0
},
"taxes": {
"percentage": "0",
"inclusive": false
}
}
因此基本上必须每天向用户收取 5.99 欧元的费用
我在 14-05-2020 17:56:07 订阅了这个计划。今天我应该收到续订,但当我收到订阅详细信息时,我看到:
"next_billing_time": "2020-05-15T10:00:00Z",
这个日期已经过去了,是时区问题还是 PayPal
方面有问题?
这是正确的,因为 10:00:00Z 是 PayPal 运行 交易批次。
我有这个问题并请求 PayPal 支持,因为需要在特定时间尝试付款。以下是我们对话的复制品:
next_billing_time 总是 10:00:00Z。应该这样吗?
Yes, this is correct as 10:00:00Z is when we run the transaction batch.
订阅创建时间总是 07:00:00Z。应该这样吗?
Subscription created time is different from next_billing_time. Next_billing_time will be when the customer is billed.