Create Transaction

Creates an offline transaction record for a registrant. Use this for payments or refunds processed outside the online payment gateway (e.g., wire transfers, checks, cash). Requires event_id, registrant_id, type, and amount. The type must be an offline payment or refund type such as wire_transfer_payment, check_payment, cash_refund, etc. Online payment types (e.g., credit_card_payment) cannot be created through this endpoint.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Form Data
integer
required

ID of the event to which this transaction is associated.

integer
required

ID of the registrant this transaction belongs to

string
required

Type of transaction. Available values:
Payments: offline_credit_card_payment, wire_transfer_payment, check_payment, cash_payment, past_event_credit_payment, offline_google_wallet_payment, offline_paypal_payment, other_payment
Refunds: offline_credit_card_refund, wire_transfer_refund, check_refund, cash_refund, offline_google_wallet_refund, offline_paypal_refund, other_refund

string

Transaction date and time (format Y-m-d H:i:s)

string

Status of the transaction. Available values:
confirmed: Processed,
failed: Failed,
pending: Pending,
duplicate: Duplicate

float
required

Amount of the transaction

string

Additional notes for the transaction

Responses

Language
Credentials
Bearer
access_token
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json