Skip to content
← Back to Index

Command: payment.setDynamicFields

Sets dynamic fields of a payment. Non specified fields will be left unchanged. Set value to null to remove field.

Body
fieldsmap of string to any value

Examples

Set dynamic fields of an existing Payment
```json [{ "type": "applyCommands", "body": { "commands": [{ "type": "setDynamicFields", "fields": { "paymentIntentId": "pi_3MtwBwLkdIwHu7ix28a3tqPa" } } ] } }] ```

© 2024 Hantera AB. All rights reserved.