post http://{{url}}/v1/charges//transactions//custom-fields
This endpoint, allows you to modify, delete and add new custom fields.
Request params
field | required | type | description |
---|---|---|---|
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
field | required | type | description |
---|---|---|---|
any | - | string | This 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