Delete Payment API
The Ticketmaster Delete Payment API lets clients delete an existing payment on the cart.
Ability to delete a payment on the cart [DELETE]
The payment added to a cart in (add billing step) can be deleted using this endpoint.
/partners/v1/events/{event_id}/cart/payment/{payment_id}?apikey={apikey}&cart_id={cart_id}
Note: Payment ID is the value returned in the cart response when the billing information was added to the cart.
Parameters
| Parameter | Description | Type | Example | Required |
|---|---|---|---|---|
event_id |
Event ID | string | “1AeZZfEGkD0xtGV” | Yes |
apikey |
Your API key | string | “GkB8Z037ZfqbLCNtZViAgrEegbsrZ6Ne” | Yes |
payment_id |
Payment ID | integer | 1 | Yes |
cart_id |
Cart ID | string | “729cd280-ef93-4643-bd65-cf2a2e4597b9” | Yes |
https://app.ticketmaster.com/partners/v1/events/1AeZZfEGkD0xtGV/cart/payment/2?apikey=GkB8Z037ZfqbLCNtZViAgrEegbsrZ6Ne&cart_id=729cd280-ef93-4643-bd65-cf2a2e4597b9204 No Content