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.
curl --request POST \
--url https://api.plane.com/v1/payments/{id}/cancel \
--header 'Authorization: Bearer <token>'{
"id": "pt_KhzQL81YnE3B7K6MZb65gCJx",
"status": "cancelled"
}
You can cancel a previously created payment if its status isDocumentation Index
Fetch the complete documentation index at: https://docs.plane.com/llms.txt
Use this file to discover all available pages before exploring further.
pending.
{
"id": "pt_KhzQL81YnE3B7K6MZb65gCJx",
"status": "cancelled"
}
Was this page helpful?