{ "opencollection": "1.0.0", "info": { "name": "vivenu access-lists payment-plans API", "version": "1.0.0" }, "items": [ { "info": { "name": "payment-plans", "type": "folder" }, "items": [ { "info": { "name": "list_payment_plans", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/payments/plans", "params": [ { "name": "skip", "value": "", "type": "query" }, { "name": "top", "value": "", "type": "query" }, { "name": "customerId", "value": "", "type": "query" }, { "name": "customerPaymentMethodId", "value": "", "type": "query" }, { "name": "status", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "List Payment Plans" }, { "info": { "name": "get_a_payment_plan", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/payments/plans/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get a Payment Plan" }, { "info": { "name": "update_a_payment_plan", "type": "http" }, "http": { "method": "PUT", "url": "https://vivenu.com/api/payments/plans/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update a Payment Plan" }, { "info": { "name": "get_a_public_payment_plan", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/public/payments/plans/:id", "params": [ { "name": "secret", "value": "", "type": "query" }, { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get a Public Payment Plan" }, { "info": { "name": "update_a_public_payment_plan", "type": "http" }, "http": { "method": "PUT", "url": "https://vivenu.com/api/public/payments/plans/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a Public Payment Plan" }, { "info": { "name": "get_a_payment_plans_public_information_based_on_the_transaction", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/public/transactions/:id/payment-plan", "params": [ { "name": "secret", "value": "", "type": "query" }, { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get a payment plan's public information based on the transaction" }, { "info": { "name": "complete_a_payment_plan", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/payments/plans/:id/complete", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Complete a Payment Plan" }, { "info": { "name": "complete_a_public_payment_plan", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/public/payments/plans/:id/complete", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Complete a Public Payment Plan" }, { "info": { "name": "retry_a_payment_plan_schedule", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/payments/plans/:paymentPlanId/schedules/:scheduleId/retry", "params": [ { "name": "paymentPlanId", "value": "", "type": "path", "description": "The ID of the payment plan" }, { "name": "scheduleId", "value": "", "type": "path", "description": "The ID of the payment plan schedule" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Retry a Payment Plan Schedule" }, { "info": { "name": "retry_a_public_payment_plan_schedule", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/public/payments/plans/:paymentPlanId/schedules/:scheduleId/retry", "params": [ { "name": "paymentPlanId", "value": "", "type": "path", "description": "The ID of the payment plan" }, { "name": "scheduleId", "value": "", "type": "path", "description": "The ID of the payment plan schedule" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Retry a Public Payment Plan Schedule" } ] } ], "bundled": true }