---
title: "Create a stored payment transaction"
method: POST
path: "/v2/payment/stored_payment_transactions"
tags: ["Stored Payment Transactions"]
---

# Create a stored payment transaction

`POST /v2/payment/stored_payment_transactions`

## Request body

- StoredPaymentTransactionRequest
  - `amount` string, required — Amount in dollars and cents, e.g. "120.00"

## Response `200`

Stored payment transaction created successfully

- StoredPaymentTransactionResponse
  - `data` object
    - `id` string
    - `record_type` 'transaction'
    - `amount_cents` integer
    - `processor_status` string
    - `amount_currency` string
    - `created_at` string, date-time
    - `auto_recharge` boolean
    - `transaction_processing_type` 'stored_payment'

## Other responses

- `401` — Unauthorized
- `403` — Forbidden - insufficient permissions
- `422` — Unprocessable entity

---

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