---
title: "Buy Now Pay Later (BNPL)"
method: POST
path: "/payments/charge"
---

# Buy Now Pay Later (BNPL)

`POST /payments/charge`

The following endpoint charges the payment for Buy Now Pay Later

## Query parameters

- `type` string, required
- `request` object, required
  - `order_id` string, required — The id returned from create order api
  - `payment_method_unique_id` string, required — BNPL types. Available BNPL type: "INDODANA"
  - `amount` string, required — Payment amount

## Response `200`

200

## Other responses

- `400` — 400

---

[API](https://skmtc.net/durianpay/apis/durianpay-api.md) · [All operations](https://skmtc.net/durianpay/apis/durianpay-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/durianpay/durianpay-api/versions/ffc0e7e8a227/schema)
