PreviewSubscriptionUpdateRequest
Send at least one of amount, interval or intervalCount. A request that changes
none of them is rejected, because there is no difference to price.
amountinteger<int32>
Amount intended to be collected by this payment. A positive integer representing how much to charge in the smallest currency unit (e.g., 100 cents to charge 1.00 USD).
Example:
110intervalSubscription-Interval
Subscription interval. The minute and hour intervals are only available in test mode.
| Enum Value | Description |
|---|---|
| minute | Minutely |
| hour | Hourly |
| day | Daily |
| week | Weekly |
| month | Monthly |
| quarter | Every three months |
| year | Yearly |
Possible values: [minute, hour, day, week, month, quarter, year]
Example:
monthintervalCountinteger<int32>
Number of intervals between subscription payments.
Example:
1PreviewSubscriptionUpdateRequest
{
"amount": 110,
"interval": "month",
"intervalCount": 1
}
¿Te ha resultado útil esta página?