Create a new installment request
POST {{baseUrl}}/v1/installment-requests
This endpoint creates a new installment request. New installment requests have the status of SUBMITTED.
Request Body
{"customer"=>{"email"=>"<string>", "first_name"=>"<string>", "last_name"=>"<string>", "national_id"=>"1365868922", "phone_number"=>"593338428"}, "school_name"=>"<string>", "students"=>[{"cost"=>"<double>", "grade"=>"<string>", "name"=>"<string>", "national_id"=>"2815592881"}, {"cost"=>"<double>", "grade"=>"<string>", "name"=>"<string>", "national_id"=>"|249313853"}], "urls"=>{"notification_url"=>"<string>", "redirect_url"=>"<string>"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"id":"\u003cuuid\u003e","redirect_url":"\u003curi\u003e","creation_date":"\u003cdateTime\u003e"}