Update

PUT {{host}}/payments/recurrency/{PAYMENT_ID}/update

Request Body

{"name"=>"Pedido 999 na StoreXYZ", "amount"=>"139900", "installments"=>"6", "is_boleto"=>true, "frequency"=>"monthly", "next_date"=>"2022-08-25 19:00"}

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"data":{"id":11,"name":"Pedido 999 na StoreXYZ","amount":"139900","installments":"6","frequency":"monthly","is_boleto":false,"status":30,"status_label":"Falhou","start_date":"2022-06-29 20:00","created_at":"2022-03-29 20:00","updated_at":"2022-08-23 20:17"}}