Alterar os detalhes de uma assinatura pelo identificador
Em desenvolvimento
PUT
https://api.paylogos.com.br/v1/recurrence_subscriptions/{subscription_id}
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PUT 'https://api.paylogos.com.br/v1/recurrence_subscriptions/' \
--header 'Content-Type: application/json' \
--data-raw '{
"plan": "string",
"customer": "string",
"payment_method": "credit",
"due_date": "2017-07-21",
"expiration_date": "2019-05-29",
"amount": 0,
"currency": "BRL",
"card": "string"
}'
Response Response Example
200 - Exemplo 1
{}
Requisição
Parâmetros Path
subscription_id
string
requerido
Parâmetros Bodyapplication/json
Respostas
Modificado em 2025-06-10 21:25:40