Edit a cobru

Update mutable fields on an existing Cobru payment link.

Endpoint

POST /edit_cobru/

Documented in legacy Cobru materials. Verify in sandbox which fields remain editable after a payment has been shared or partially used.

Fields seen in legacy documentation

FieldRequiredPurpose
urlyesidentify the cobru to edit
descriptionnoupdate the description
amountnochange the amount
expiration_daysnochange expiration
payment_methodsnoupdate allowed methods
fee_ivanoupdate tax percentage

Example request

{
  "url": "xx17elpi",
  "description": "updated description",
  "amount": 80000,
  "expiration_days": 10
}

On this page