v53

OpenAPI 3.1.0raw.githubusercontent.com2026-08-041,1941,9384.1 MB
Stored Payment Transactions

Create a stored payment transaction

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