---
title: "Convert a FULL payment to credit 50/50"
method: POST
path: "/v1/payment-conversions"
tags: ["payment-conversions-admin"]
---

# Convert a FULL payment to credit 50/50

`POST /v1/payment-conversions`

## Request body

- HttpConvertPaymentRequestDTO
  - `motivo` string, required
  - `payment_id` integer, required
  - `target_product_id` integer, required

## Response `200`

OK

- object

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `409` — Conflict
- `500` — Internal Server Error

---

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