Make a Payment

POST {{api_host}}/payments

Send money to one or multiple parties (Payouts) as part of one Payment.

Request Body

{"description"=>"Only visible to payer", "matures_at"=>"2021-06-06T00:00:00Z", "your_bank_account_id"=>"83623359-e86e-440c-9780-432a3bc3626f", "channels"=>["new_payments_platform"], "payouts"=>[{"amount"=>4000, "description"=>"Visible to the recipient and payer", "recipient_contact_id"=>"fb6a9252-3818-44dc-b5aa-2195391a746f"}], "metadata"=>{"my_custom_key"=>"a value", "another_custom_key"=>"another value"}}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring