Events
Update payment status for event registrations.
Use this endpoint to update the payment status for one or more registrations. This endpoint only processes registrations with a payment method (PAYPAL, WEPAY, STRIPE, DOOR, or CHECK). Free registrations without a payment method are silently excluded.
put/events/{event_id}/tracks/{track_id}/registrations/payment_status
Path parameters
event_idstring required
The ID that uniquely identifies the event.
track_idstring required
The track key that uniquely identifies the event track.
Request body
Example request
{
"registration_ids": [
"4460bdcd-1a8a-434a-a7bf-c72a500743b2",
"2ed7e310-ab71-4e8f-8863-8784e7ee4183"
],
"payment_status": "Paid"
}Response
Successfully updated payment status.