{ "transfers": [ { "clearing_account_id": "4565f313-7da2-4ee0-b1b5-4a3d45312d79", "discounts": [ { "rate": "0.05" } ] } ] }
curl --location --request PATCH 'https://prod.fomoapis.com/v1/payment/intents/clearing-entry-execution//transfers' \ --header 'x-fomo-api-version;' \ --header 'Content-Type: application/json' \ --data-raw '{ "transfers": [ { "clearing_account_id": "4565f313-7da2-4ee0-b1b5-4a3d45312d79", "discounts": [ { "rate": "0.05" } ] } ] }'