Create a KYC Trusted Agreement

POST {{api_host}}/agreements/kyc

Request Body

{"authoriser"=>{"name"=>"John Doe", "email"=>"john@supplies.com", "phone"=>"0283867110", "bank_account"=>{"account_number"=>"123086693569678"}, "metadata"=>{"some_data"=>"stored on the authoriser contact"}}, "terms"=>{"per_payout"=>{"min_amount"=>nil, "max_amount"=>nil}, "per_frequency"=>{"days"=>nil, "max_amount"=>nil}}, "metadata"=>{"your_customer_uid"=>"6041475e-c5b4-4abe-a8e9-e2c3620a0a3e", "some_other_data"=>"stored on the agreement"}}