v1

latestOpenAPI 3.0.12026-07-247756110.6 KB
Payment Plans

Get add-on payment plan

Get payment plan for the add-on

get/draft_trips/{trip_uuid}/options/{option_id}/payment_plan

Path parameters

trip_uuidstring required
option_idstring required

ID of the add-on

Response

Get PaymentPlan

Example response

{
  "data": {
    "installments": [
      {
        "amount": 100000,
        "type": "installment",
        "days_before_departure": 60
      }
    ],
    "allow_partial_payment": true,
    "enable_auto_payment": true
  }
}