Update subscription plan
Actualizar el plan de suscripción y los pagos recurrentes. Este servicio le permite actualizar los datos de su plan de suscripción para que no pierda continuidad.
Post a update subscription
POST
https://api.stage.localpayment.com/api/subscriptions/plan/:internalId
Headers
Authorization*
String
Mandatory. JWT token in format Bearer eyJ0...
. For more information about authentication, please refer to Authentication
Request Body
amount
String
Amount to charge to your end user.
autoRecurring
OBJECT
Subscription properties
autoRecurring.repetitions*
number
How many times this payment will be collected. *For recurrence on demand send the parameter with value=0
autoRecurring.type*
String
Defines the recurring interval unit. Valid values: day, month. *For recurrence on demand send the parameter with value=custom
Update a subscption plan: Example request & response
Last updated
Was this helpful?