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

Changes