Command: payment.setDynamicFields
Sets dynamic fields of a payment. Non specified fields will be left unchanged. Set value to null to remove field.
Body
fields | map of string to any value |
Examples
Set dynamic fields of an existing Payment
```json [{ "type": "applyCommands", "body": { "commands": [{ "type": "setDynamicFields", "fields": { "paymentIntentId": "pi_3MtwBwLkdIwHu7ix28a3tqPa" } } ] } }] ```