Messtone LLC Managers (Modern):Treasury

Messtone Devices Enables Modern Treasury Create Payment Order Interface RTP payment {“type”:”rtp”,”amount”:5000,”direction”:”credit”,”currency”:”USD”,”originating_account_id”:”<Internal Account ID>”,”receiving_account_id”:”<External Account ID>”} Make and receive payments cURL curl –request POST\-u ORGANIZATION_ID:API_KEY\–url https://app.moderntreasury.com/api/payment_orders\-H ‘Content-Type:application/json’\-d ‘{“type”:”ach”,”amount”:”1000, direction”:”credit”,”currency”:”USD”,”originating_account”:”0f8e3719-3dfd-4613-9bbf-c0333781b59f”,”receiving_account_id”:”5acec2ef-987b-4260-aa97-b719eeb0a8d5″}’ Monitor payment status in real time cURL #List payment orders curl –request GET\-u ORGANIZATION_ID:API_KEY\–url https://app.moderntreasury.com/api/payment_orders\-H ‘Content-Type:application/json’

Leave a comment