Messtone LLC Manages(ModernTreasury):Authentication

Messtone Devices Enables Modern Treasury Authentication Example Request Ping Ping Request curl –request GET \ -u ORGANIZATION_ID:API_KEY \ –url https://app.moderntreasury.com/api/ping Current API KEY Request curl –request GET \ -u ORGANIZATION_ID:API_KEY \ –url https://app.moderntreasury.com/api/api_keys/current Create a Counterparty Request curl –request POST \ -u ORGANIZATION_ID:API_KEY \ –url https://app.moderntreasury.com/api/counterparties \ -H ‘Content-Type: application/json’ \ -d ‘{“name”:”Robert Harper”}'{“id”:”37ba4454-dd33-4aa0-8906-0e2e4103e45c”object”:”counterparty”,”name”:”Robert Harper”,”email”:null,”send_remittance_advice”:false,”metadata”: { },”account”: { },”live_mde”: true,”ceeated_at”:”2019-11-09T00:11:07Z”,”updated_at”:”2019-11-09T00:11:07Z”} Create Payment Flow Request`curl –request POST \ -u ORGANIZATION_ID:API_KEY \ –url https://app.moderntreasury.com/api/payment_flows \ -H ‘Content-Type: application/json’ \ -d ‘{amount”:”499″,”currency”:”USD”,”direction”:”debit”,”counterparty_id”:”37ba4454-dd33-4aa0-8906-0e2e4103e45c”,”originating_account_id”:”37ba4454-dd33-4aa0-8906-0e2e4103e45c”}’ Create Payment Flow Response {“id”:”d93b8ae4-b30e-42ce-bc5d-e1ca5785f863″,”object”:”payment_flow”,”live_mode”:true,”client_token”:”pay-live-fmsXHyYikKHstYHeSB6Co5AjezMqKoFKFhKmwnY2tvJMUFmndkarJY7GcwYkcBvr”,”status”:”pending”,”amount”:499,”currency”:” USD”,”direction”:”debit”,”counterparty_id”:”37ba4454-dd33-4aa0-8906-0e2e4103e45c”,”receiving_amount_id”:null,”originating_account_id”:”37ba4454-dd33-4aa0-8906-0e2e4103e45c”,”payment_order_id”:null,”created_at”:” 2023-02-18T03:50:54Z”,”updated_at”:”2023-02-18T03:50:54Z”}

Leave a comment