[accept_stripe_payment_checkout]
Thank you {customer_name} for purchasing {item_name}.
Book Cost: ${item_price}
Shipping Cost: {shipping_amt}
Total Amount: ${purchase_amt}
We will ship the book to the below address:
{shipping_address}
[/accept_stripe_payment_checkout]
[accept_stripe_payment_checkout_error]
There was an error with the credit card transaction. Error details below:
{error_msg}
[/accept_stripe_payment_checkout_error]