{ "opencollection": "1.0.0", "info": { "name": "Ascend API V1 Accounts InstallmentPlans API", "version": "v1" }, "items": [ { "info": { "name": "InstallmentPlans", "type": "folder" }, "items": [ { "info": { "name": "Create installment plan", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.api.useascend.com/v1/installment_plans", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create installment plan" }, { "info": { "name": "Get installment plan", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.api.useascend.com/v1/installment_plans/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The id of the installment plan" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get installment plan" }, { "info": { "name": "Update Installment Plan", "type": "http" }, "http": { "method": "PATCH", "url": "https://sandbox.api.useascend.com/v1/installment_plans/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The id of the installment plan" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update Installment Plan" }, { "info": { "name": "Archive Installment Plan", "type": "http" }, "http": { "method": "DELETE", "url": "https://sandbox.api.useascend.com/v1/installment_plans/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The id of the installment plan" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Archives a unpurchased installment plan. This will void all installments." }, { "info": { "name": "Cancel Installment Plan", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.api.useascend.com/v1/installment_plans/:id/cancel", "params": [ { "name": "id", "value": "", "type": "path", "description": "The id of the installment plan" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Cancels a purchased installment plan. This will void any unpaid installments, but existing payments will not be reversed." }, { "info": { "name": "Notify User", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.api.useascend.com/v1/installment_plans/:id/send", "params": [ { "name": "id", "value": "", "type": "path", "description": "The id of the installment plan" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Notify User" } ] } ], "bundled": true }