Single Checkout Link
POST https://api.freshbooks.com/payments/account/{{accountid}}/checkout-links
Request Body
{"item_id"=>"147778", "amount"=>"100", "currency"=>"CAD", "note"=>"Thank you for your Business", "is_active"=>true, "send_admin_receipt"=>true, "created_at"=>"2020-06-26", "taxes"=>[{"name"=>"HST", "amount"=>13}], "item_name"=>"The Best Doorknob"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |