---
title: "Send Checkout Form URL"
method: POST
path: "/orders/{uuid}/form_deliveries"
tags: ["Orders"]
---

# Send Checkout Form URL

`POST /orders/{uuid}/form_deliveries`

## Path parameters

- `uuid` string, required

## Headers

- `Sequra-Merchant-Id` string, required

## Request body

- FormDeliveries
  - `channel` 'sms', required — How to send the form URL, currently only SMS is supported
  - `product_code` string, required — The financing product to sell (For instance, pp3 = part payment)
  - `campaign` string — When offering a pp5 the name of the campaign must be specified

## Response `204`

Send Checkout Form URL

## Other responses

- `401` — Unauthorized
- `403` — Access forbidden
- `406` — Campaign is missing when product_code is pp5

---

[API](https://skmtc.dev/sequra/apis/checkout-api.md) · [All operations](https://skmtc.dev/sequra/apis/checkout-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sequra/checkout-api/revisions/2b0b60c52d04/schema)
