cURL
curl --request POST \ --url https://api.plane.com/v1/payments/{id}/cancel \ --header 'Authorization: Bearer <token>'
{ "id": "pt_KhzQL81YnE3B7K6MZb65gCJx", "status": "cancelled" }
Cancel a previously created payment.
pending
Was this page helpful?