modify transaction custom fields

This endpoint, allows you to modify, delete and add new custom fields.

Request params

fieldrequiredtypedescription
charge_id+string (24 hex characters)charge _id received at the creation stage
id+string (24 hex characters)transaction _id received at the creation stage

Request body

fieldrequiredtypedescription
any-stringThis fields can have any custom name and value. Already existed field will be overwritten with a new value, If the new value is empty, this field will be removed

Response body

Include an actual list of custom fields with the same format as the request body inside the transaction

Language
URL