Stored Payment Transactions
Create a stored payment transaction
post/v2/payment/stored_payment_transactions
Request body
Example request
{
"amount": "120.00"
}Response
Stored payment transaction created successfully
{
"amount": "120.00"
}Stored payment transaction created successfully