Skip to main content

Email a receipt

POST 

/api/v3/transaction/:transaction_id/_action/email

Send a payment receipt, or payment failure notification, via e-mail. You can specify an email template to use with the message_id, which is the id number you see in the URL when you edit an email template in ChargeOver.

Request

Body

    _comment string
    email string
    cc string
    bcc string
    subject string
    body string
    html string
    from string
    _comment_message_id string
    message_id integer

Responses

Action completed successfully

Schema

    code integer
    status string
    message stringnullable
    details objectnullable
    response boolean
Loading...