---
title: "Create Payment requests"
method: POST
path: "/api/v1/payment-requests/"
tags: ["Payment Requests"]
---

# Create Payment requests

`POST /api/v1/payment-requests/`

PayRequests API

## Request body

- PayRequestsCreateSer
  - `amount` string, decimal, required
  - `first_name` string, required
  - `last_name` string, required
  - `reason` string, required
  - `currency` 'KES' | 'GHS' | 'NGN' | 'UGX' | 'TZS' | 'XAF' | 'XOF', required — Supported currencies: - `KES` - Kenyan Shilling (KE) - `GHS` - Ghanaian Cedi (GH) - `NGN` - Nigerian Naira (NG) - `UGX` - Ugandan Shilling (UG) - `TZS` - Tanzanian Shilling (TZ) - `XAF` - Central African CFA Franc (CM) - `XOF` - West African CFA Franc (BF, CI)
  - `email` string, email, required
  - `card_tarrif` 'BUSINESS-PAYS' | 'CUSTOMER-PAYS' — * `BUSINESS-PAYS` - Business Pay Charges * `CUSTOMER-PAYS` - Customer Pay Charges
  - `autosend_remider` 0 | 1 | 2 | 3 | 7, required — * `0` - Do not send * `1` - After a day * `2` - After two days * `3` - After three day * `7` - After a week

## Response `201`

- PayRequestsCreateSer
  - `amount` string, decimal, required
  - `first_name` string, required
  - `last_name` string, required
  - `reason` string, required
  - `currency` 'KES' | 'GHS' | 'NGN' | 'UGX' | 'TZS' | 'XAF' | 'XOF', required — Supported currencies: - `KES` - Kenyan Shilling (KE) - `GHS` - Ghanaian Cedi (GH) - `NGN` - Nigerian Naira (NG) - `UGX` - Ugandan Shilling (UG) - `TZS` - Tanzanian Shilling (TZ) - `XAF` - Central African CFA Franc (CM) - `XOF` - West African CFA Franc (BF, CI)
  - `email` string, email, required
  - `card_tarrif` 'BUSINESS-PAYS' | 'CUSTOMER-PAYS' — * `BUSINESS-PAYS` - Business Pay Charges * `CUSTOMER-PAYS` - Customer Pay Charges
  - `autosend_remider` 0 | 1 | 2 | 3 | 7, required — * `0` - Do not send * `1` - After a day * `2` - After two days * `3` - After three day * `7` - After a week

---

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