Config for HPP recurring flow
Members
object
# card Optional
Currently we supports card and alipay(exclude alipaycn) recurring flow
For alipay, merchant does not need to config anything
For card, merchant needs to provide related configurations
Properties:
Name | Type | Attributes | Description |
---|---|---|---|
next_triggered_by |
'merchant'
|
'customer'
|
<optional> |
The subsequent transactions are triggered by `merchant` or `customer` |
merchant_trigger_reason |
'scheduled'
|
'unscheduled'
|
<optional> |
The reason why merchant trigger transaction. Only applicable when next_triggered_by is `merchant` |
currency |
string
|
<optional> |
Currency of the initial PaymentIntent to verify the PaymentConsent. Three-letter ISO currency code |
connected_account_id |
string
|
<optional> |
It is to be used by the platform to indicate the connected entity in the transaction where platform is the owner of transaction. |
- Deprecated:
- use `RecurringOptions` instead