Cancel the outstanding payment request for the order

Content

Resource URL

https://apps.ticketmatic.com/api/1/{accountname}/orders/{id}/paymentrequest

Description

A payment request can only be cancelled when its status is open.

Example

Request

1use Ticketmatic\Endpoints\Orders;
2
3Orders::cancelpaymentrequest($client, $id);

Response

This operation does not return a response. The status can be checked by looking at the HTTP status code.