OpenAPI 3.1.0raw.githubusercontent.com2026-08-191,3412,1385.0 MB

ec31f78cf002

Stored Payment Transactions

Create a stored payment transaction

Create a transaction that charges a stored payment method on the account.

post/v2/payment/stored_payment_transactions

Request body

amountstring required

Amount in dollars and cents, e.g. "120.00"

Example request

{
  "amount": "120.00"
}

Response

Stored payment transaction created successfully